Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preparing to backup using shadow copy...

Status
Not open for further replies.

trimelater

Technical User
Jul 15, 2002
211
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top