Volume Shadow Copy Service and DLLs
Backing up the system state using NTBackup or Veritas Backup Exec may fail if you are having issues with the dll registrations for the Volume Shadow Copy service.
Running the vssadmin utility and using the “list writers” parameters returns nothing. The syntax "vssadmin list writers".
Usually this issue can be resolved by registering the dlls that are needed by the VSS service.
1. From command prompt:
Cd windows\system32
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 vss_ps.dll
Vssvc /Register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
2. After completing the registration of the DLL’s open an command prompt and type: vssadmin list writers
3. You should see the writers listed.
4. Open Ntbackup and attempt to backup file or systemstate.
Have a nice weekend.
Roderick White
Comments
Anonymous
January 01, 2003
If you find that after the install of SP2 that your backups aren't backing up (and don't panic this isn'tAnonymous
January 01, 2003
11/29/2006 6:21 PM ------------------------------- Date: 11/29/2006 Time: 6:21 PM User: AdministratorAnonymous
January 01, 2003
PingBack from http://www.keyongtech.com/2895003-unable-to-backup-system-stateAnonymous
January 01, 2003
The comment has been removedAnonymous
January 01, 2003
PingBack from http://www.mcseboard.de/windows-forum-ms-backoffice-31/ntbackup-event-8019-a-141324.html#post868591