03-02-2026, 08:47 PM
Hi,
The error code
usually indicates that the Volume Shadow Copy Service is having trouble locating or managing an existing snapshot.
Since it works with Macrium Reflect, the issue may not be disk-related but specific to how Hasleo is interacting with VSS.
You could try the following:
can help check that).
Hope this helps.
The error code
Code:
VSS_E_OBJECT_NOT_FOUNDSince it works with Macrium Reflect, the issue may not be disk-related but specific to how Hasleo is interacting with VSS.
You could try the following:
- Open Command Prompt as Administrator and run:
vssadmin list shadows
If there are stuck or orphaned shadows, try:
vssadmin delete shadows /all
- Restart the Volume Shadow Copy service (services.msc → Volume Shadow Copy → Restart).
- Run:
sfc /scannow
to check for system file corruption.
- Make sure no third-party backup or security software is locking VSS.
Code:
vssadmin list writersHope this helps.
