Jump to content

Backup fails on prepare


prubin

Recommended Posts

I had a backup that had been working for months. Suddenly it always hangs on preparing for a volume shadow copy on 1 specific station.

 

Tech support told me that VSS (volume shadow copy) was not working they method to fix is reinstall windows.

 

Given this information I found this page:

 

http://www.itnewsgroups.net/group/microsoft.public.windows.server.general/topic8512.aspx

 

It does not give a clear statement, but using this I went from no writers when running:

 

vssadmin list writers

 

to 11 writers and the backups going fine.

 

Open a command prompt and change directories to \windows\system32 (this is important when you begin registering the dlls):

 

net stop vss

 

Then register the following dlls and services (be sure you're still in the windows\system32 directory at your command prompt):

 

regsvr32 ole32.dll

regsvr32 vss_ps.dll

Vssvc /Register

regsvr32 /i swprv.dll

rRegsvr32 /i eventcls.dll

regsvr32 es.dll

regsvr32 stdprov.dll

regsvr32 vssui.dll

regsvr32 msxml.dll

regsvr32 msxml3.dll

regsvr32 msxml4.dll

 

If you then run these you should get lists of providers and writers:

 

vssadmin list providers

vssadmin list writers

 

Link to comment
Share on other sites

Updated:

 

I had a backup that had been working for months. Suddenly it always hangs on preparing for a volume shadow copy on 1 specific station.

 

Tech support told me that VSS (volume shadow copy) was not working they method to fix is reinstall windows.

 

Given this information I found this page:

 

http://www.itnewsgroups.net/group/microsoft.public.windows.server.general/topic8512.aspx

 

It does not give a clear statement, but using this I went from no writers when running:

 

vssadmin list writers

 

to 11 writers and the backups going fine.

 

Open a command prompt and change directories to \windows\system32 (some of these may be in \windows\syswow64\ on win64) (this is important when you begin registering the dlls):

 

net stop vss

 

Then register the following dlls and services (be sure you're still in the windows\system32 directory at your command prompt):

 

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

 

If you then run these you should get lists of providers and writers:

 

vssadmin list providers

vssadmin list writers

 

Edited by Guest
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...