Hello:
I have plenty of destination space; not the issue
I have run that chkdsk command; it comes back clean
I found this note. I will double check the VSS area. Funny thgough is the backup of the machine runs fine and it uses the VSS system
This is a known Microsoft issue.
To resolve this issue, see the Microsoft Knowledge Base article 940184 or 2009533.
also another suggestion
In order to rebuild it the VSS related services need to be restarted:
?COM+ Event System
?COM+ System Application
?Microsoft Software Shadow Copy Provider
?Volume Shadow CopyEven though it rebuilt my registry, it wasn’t enough.. so after a small research of the related DLLs, I re-registered them
(Volume Shadow Copy and Microsoft Software Shadow Copy services MUST BE STOPPED FIRST)
1.regsvr32 ole32.dll
2.regsvr32 oleaut32.dll
3.regsvr32 eventcls.dll
4.regsvr32 vss_ps.dll ?
Re-register the service after this command:
vssvc /register5.regsvr32 swprv.dll
6.regsvr32 stdprov.dll
7.regsvr32 vssui.dll
8.regsvr32 msxml.dll
9.regsvr32 msxml3.dll
10.regsvr32 msxml4.dll
11.regsvr32 msxml6.dll
I will re post after checking this