*** INTERNAL USE ***
DescriptionÂ
When using psmove on a windows machine the process may get frozen and you will get a cursor in PowerShell that stops blinking. This issue will occur if psmove is trying to move data to a date that does not exist in the local storage.
Product
Any ExacqVision NVR running Windows
Steps to Reproduce
- Open PowerShell
- Run
psmove.exe -v -l
Expected Results
Data that is out of sync gets moved to the correct dates/folders.
Actual Results
psmove freezes in PowerShell
Solution
- Download Process Monitor Process Monitor – Windows Sysinternals | Microsoft Learn.
- Run Process Monitor after installing.
- Open PowerShell and run psmove.
- Process Monitor will inform you what month and day folder does not exist.
- You will see “NAME NOT FOUND” with the file path entries in Process Monitor.
- Manually create this day folder in the local storage.
- psmove will then begin to move data.
<br>