SBS 2008 backup keeps failing. (Unable to create VSS snapshot (0x81000101)

Answered SBS 2008 backup keeps failing. (Unable to create VSS snapshot (0x81000101)

  • Wednesday, May 26, 2010 4:09 PM
     
     

    Good Morning,

    I am attempting to setup a rotating daily backup on a server running SBS 2008.

    While I believe that I have everything setup correctly as far as the (third party) software goes, I have yet to get around this one issue: Unable to create VSS snapshot (0x81000101).

    I have corresponded a few times with a gentleman from tech support who has first turned my attention to the following hot fix from Microsoft.

    http://kb.backupassist.com/articles.php?aid=3039 (link within post)

    I have tried that, but the hot fix tells me that it is "not designed for this operating system", though it says clearly on the Microsoft page that it is.

    Next he had me crate a batch file called "FIXVSS08", I will post the commands if anyone wants them. After running the batch file and rebooting, the backup ran flawlessly and I thought we had it licked. However the next day I got the VSS snapshot error again. I ran the batch file again and then the backup ran without a hitch. Again next day, VSS error...I think see a pattern anyway.

    While I am usually not opposed to a good workaround, I would really like to try and resolve this on a more permanent basis. The idea of having to run that batch file and reboot the server kind of takes the automation out of automated backup...

    Any pointers in the right direction would be appreciated.




All Replies

  • Thursday, May 27, 2010 6:45 AM
    Owner
     
     Answered

    Hello.

    It would be good if you can explain the contents of the batch file so that we can understand how it is helping as workaround & what the issue is to help you out.

    Thanks,

    Sriram [MSFT]

    • Marked As Answer by Christine Fok Friday, June 04, 2010 9:14 PM
    •  
  • Thursday, June 24, 2010 3:56 PM
     
     

    okay, still working on this, tried different avenues, but still stumped...

    Try this:

    Create and Execute a batch file named, FIXVSS08.BAT:
    Please note the following:

    1.             You will need to run the batch file as Administrator.

    2.             This is only for Windows 2008 not Windows 2003.

    3.             After running the bat file, you will need to reboot the server to bring all of the writers into a stable state.


    Copy and paste the following into Notepad, then click Save As, to save it as FIXVSS08.BAT.

    rem FILENAME: FIXVSS08.BAT

    rem

    net stop "System Event Notification Service"

    net stop "Background Intelligent Transfer Service"

    net stop "COM+ Event System"

    net stop "Microsoft Software Shadow Copy Provider"

    net stop "Volume Shadow Copy"

    cd /d %windir%\system32

    net stop vss

    net stop swprv

    regsvr32 /s ATL.DLL

    regsvr32 /s comsvcs.DLL

    regsvr32 /s credui.DLL

    regsvr32 /s CRYPTNET.DLL

    regsvr32 /s CRYPTUI.DLL

    regsvr32 /s dhcpqec.DLL

    regsvr32 /s dssenh.DLL

    regsvr32 /s eapqec.DLL

    regsvr32 /s esscli.DLL

    regsvr32 /s FastProx.DLL

    regsvr32 /s FirewallAPI.DLL

    regsvr32 /s kmsvc.DLL

    regsvr32 /s lsmproxy.DLL

    regsvr32 /s MSCTF.DLL

    regsvr32 /s msi.DLL

    regsvr32 /s msxml3.DLL

    regsvr32 /s ncprov.DLL

    regsvr32 /s ole32.DLL

    regsvr32 /s OLEACC.DLL

    regsvr32 /s OLEAUT32.DLL

    regsvr32 /s PROPSYS.DLL

    regsvr32 /s QAgent.DLL

    regsvr32 /s qagentrt.DLL

    regsvr32 /s QUtil.DLL

    regsvr32 /s raschap.DLL

    regsvr32 /s RASQEC.DLL

    regsvr32 /s rastls.DLL

    regsvr32 /s repdrvfs.DLL

    regsvr32 /s RPCRT4.DLL

    regsvr32 /s rsaenh.DLL

    regsvr32 /s SHELL32.DLL

    regsvr32 /s shsvcs.DLL

    regsvr32 /s /i swprv.DLL

    regsvr32 /s tschannel.DLL

    regsvr32 /s USERENV.DLL

    regsvr32 /s vss_ps.DLL

    regsvr32 /s wbemcons.DLL

    regsvr32 /s wbemcore.DLL

    regsvr32 /s wbemess.DLL

    regsvr32 /s wbemsvc.DLL

    regsvr32 /s WINHTTP.DLL

    regsvr32 /s WINTRUST.DLL

    regsvr32 /s wmiprvsd.DLL

    regsvr32 /s wmisvc.DLL

    regsvr32 /s wmiutils.DLL

    regsvr32 /s wuaueng.DLL

    sfc /SCANFILE=%windir%\system32\catsrv.DLL

    sfc /SCANFILE=%windir%\system32\catsrvut.DLL

    sfc /SCANFILE=%windir%\system32\CLBCatQ.DLL

    net start "COM+ Event System"


    backup still fails 80% of the time...

    any thoughts?

  • Friday, May 04, 2012 2:12 PM
     
     
    This is not an answer.
  • Friday, May 04, 2012 3:37 PM
     
     

    Do you have the same problem?


    Please VOTE as HELPFUL if the post helps you and remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.