reboot the server
Main Topics
Browse All TopicsHi,
We are using TSM Backup solution, however, we received an error stating " A MS Volume Shadow Copy Services Writer is in a invalid state before snapshot initialization with return code=12.VSS Services is in running state. Attempted to check on ;
VSS List Writer and as per attached is the screenshot of the "retryable errors for WMI, System Writer and IIS Metabase Writer. Would appreciate any solutions as the system state backup had been failing for 3 days. Thanks alot !
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Either reboot or try these commands in that order:
net stop vss
net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 /i eventcls.dll
regsvr32 vss_ps.dll
vssvc /register
regsvr32 /i swprv.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
This should reset the writers, not sure that it is enough but give it a go if you don't have the time or option to restart at the moment.
I can't find a edit on the earlier post so here is the correction to how you should use the commands i reffered to:
To register / re-register Microsoft Shadow Copy Provider and Volume Shadow Copy Services DLLs
1. Open a command prompt (Start>Run>CMD).
2. Execute the following commands:
Net stop vss
Net stop swprv
3. Change directory to \windows\system32 (i.e.: cd C:\windows\system32)
4. Register the below mentioned .dll files by executing the following commands:
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
5. Execute the following commands:
Net Start vss
Net Start swprv
6. Re-run the command vssadmin list writers.
Business Accounts
Answer for Membership
by: honmapogPosted on 2008-10-07 at 12:15:26ID: 22662624
Have you tried applying the latest VSS rollup: http://support.microsoft.c om/kb/9403 49