{"id":1368,"date":"2012-08-07T17:23:06","date_gmt":"2012-08-07T16:23:06","guid":{"rendered":"http:\/\/www.edwardsd.co.uk\/work\/?p=1368"},"modified":"2013-10-02T19:44:31","modified_gmt":"2013-10-02T18:44:31","slug":"re-registering-vss-fixvss08-bat","status":"publish","type":"post","link":"https:\/\/www.edwardsd.co.uk\/work\/2012\/08\/re-registering-vss-fixvss08-bat\/","title":{"rendered":"Re-registering VSS | FIXVSS08.BAT"},"content":{"rendered":"<p>I had a number of errors within VSS on Windows Server 2008 R2, these were stopping my backup jobs from running and causing different issues to occur, to resolve these I used the following script to reinitiate VSS settings. This was taken from the following article: <a title=\"Re-register Volume Shadow Copy Service\" href=\"http:\/\/www.symantec.com\/business\/support\/index?page=content&amp;id=TECH70486\" target=\"_blank\">Symantec<\/a><\/p>\n<p><em><strong>Note:<\/strong> This will disabled services if running on a live server, so best to complete out-of-hours.<\/em><\/p>\n<p><!--more--><\/p>\n<pre lang=\"basic\">\r\nrem FILENAME: FIXVSS08.BAT\r\nrem\r\nnet stop \"System Event Notification Service\"\r\nnet stop \"Background Intelligent Transfer Service\"\r\nnet stop \"COM+ Event System\"\r\nnet stop \"Microsoft Software Shadow Copy Provider\"\r\nnet stop \"Volume Shadow Copy\"\r\ncd \/d %windir%\\system32\r\nnet stop vss\r\nnet stop swprv\r\nregsvr32 \/s ATL.DLL\r\nregsvr32 \/s comsvcs.DLL\r\nregsvr32 \/s credui.DLL\r\nregsvr32 \/s CRYPTNET.DLL\r\nregsvr32 \/s CRYPTUI.DLL\r\nregsvr32 \/s dhcpqec.DLL\r\nregsvr32 \/s dssenh.DLL\r\nregsvr32 \/s eapqec.DLL\r\nregsvr32 \/s esscli.DLL\r\nregsvr32 \/s FastProx.DLL\r\nregsvr32 \/s FirewallAPI.DLL\r\nregsvr32 \/s kmsvc.DLL\r\nregsvr32 \/s lsmproxy.DLL\r\nregsvr32 \/s MSCTF.DLL\r\nregsvr32 \/s msi.DLL\r\nregsvr32 \/s msxml3.DLL\r\nregsvr32 \/s ncprov.DLL\r\nregsvr32 \/s ole32.DLL\r\nregsvr32 \/s OLEACC.DLL\r\nregsvr32 \/s OLEAUT32.DLL\r\nregsvr32 \/s PROPSYS.DLL\r\nregsvr32 \/s QAgent.DLL\r\nregsvr32 \/s qagentrt.DLL\r\nregsvr32 \/s QUtil.DLL\r\nregsvr32 \/s raschap.DLL\r\nregsvr32 \/s RASQEC.DLL\r\nregsvr32 \/s rastls.DLL\r\nregsvr32 \/s repdrvfs.DLL\r\nregsvr32 \/s RPCRT4.DLL\r\nregsvr32 \/s rsaenh.DLL\r\nregsvr32 \/s SHELL32.DLL\r\nregsvr32 \/s shsvcs.DLL\r\nregsvr32 \/s \/i swprv.DLL\r\nregsvr32 \/s tschannel.DLL\r\nregsvr32 \/s USERENV.DLL\r\nregsvr32 \/s vss_ps.DLL\r\nregsvr32 \/s wbemcons.DLL\r\nregsvr32 \/s wbemcore.DLL\r\nregsvr32 \/s wbemess.DLL\r\nregsvr32 \/s wbemsvc.DLL\r\nregsvr32 \/s WINHTTP.DLL\r\nregsvr32 \/s WINTRUST.DLL\r\nregsvr32 \/s wmiprvsd.DLL\r\nregsvr32 \/s wmisvc.DLL\r\nregsvr32 \/s wmiutils.DLL\r\nregsvr32 \/s wuaueng.DLL\r\nsfc \/SCANFILE=%windir%\\system32\\catsrv.DLL\r\nsfc \/SCANFILE=%windir%\\system32\\catsrvut.DLL\r\nsfc \/SCANFILE=%windir%\\system32\\CLBCatQ.DLL\r\nnet start \"COM+ Event System\"<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I had a number of errors within VSS on Windows Server 2008 R2, these were stopping my backup jobs from running and causing different issues to occur, to resolve these I used the following script to reinitiate VSS settings. This was taken from the following article: Symantec Note: This will disabled services if running on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[6,23],"tags":[],"class_list":["post-1368","post","type-post","status-publish","format-standard","hentry","category-bat","category-windows-server-2008"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pOPt8-m4","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts\/1368","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/comments?post=1368"}],"version-history":[{"count":0,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts\/1368\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/media?parent=1368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/categories?post=1368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/tags?post=1368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}