trimelater
Technical User
I had problems with with backing up on the Windows 2003 SBS. Here is the resolution just in case if any of you run into this problem.
1. Click Start > Run, type CMD
2. In the Command Prompt, type following commands in sequence
Cd %systemroot%\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
3. Close the Command Prompt and try backup again
1. Click Start > Run, type CMD
2. In the Command Prompt, type following commands in sequence
Cd %systemroot%\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
3. Close the Command Prompt and try backup again