Hi Brent,
The link works but it is a partner site, pasting the fix below:
A Volume Shadow Copy Service operation failed.
Unknown error (0x800423f3)
Please correct me if I have any misunderstanding.
Based on my research, this issue occurs when the VSS component was corrupt
or the SBS security settings are not corrupt. I suggest you re-registerthe
DLL files associated with the VSS Engine. To do this:
1. Input cmd in the Search box.
2. Right click cmd and select Run as Administrator.
3. Run the following commands:
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 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"
4. Restart Windows to bring all the VSS writers into a stable state.
Related info:
Troubleshoot VSS issues which occur with Windows Server Backup (WBADMIN)
http://technet.microsoft.com/en-us/l...90(WS.10).aspx
If the problem persists, please help collect the following information on
SBS 2008:
1. The output of " vssadmin list writers" command
2. MPS Report on SBS 2008
a. Please download MPS Reporting Tool from the following link:
(
http://www.microsoft.com/downloads/d...DisplayLang=en)
I copied the above commands and saved them as a batch file which I then ran
as administrator on SBS.
After running the commands and restarting the problem persitsted so I tried
Robbins suggestions a couple of posts up.
The problem was still there so I ran the batch file again just for the hell
of it, without a restart this time and bingo!
Good luck.
Simon
"hedleys" <> wrote in message
news:69c3897f-534c-43a0-a71e-...
On Nov 16, 3:48 am, "Simon Thomson" <si...@specterra.com.au> wrote:
> Hi Robbin,
>
> Thanks for your reply.
> I do not yet have Exchange SP2 installed, I am waiting for the SBS
> specific
> installer to arrive.
> WMI is started an set to automatic.
>
> I ran the commands you listed but that did not correct the error. I have
> however resolved the problem by following similar instructions which you
> may
> review here:
>
> http://social.microsoft.com/Forums/e...ersbs/thread/3...
>
> I appreciate your efforts to help me with this issue.
>
> Kind Regards,
> Simon.
>
> ""Robbin Meng [MSFT]"" <v-rob...@online.microsoft.com> wrote in
> messagenews
l...
>
>
>
> > Hello Simon,
>
> > Thanks for your post.
>
> > Based on research and experience on the error messages, I would like to
> > confirm you with the following situations:
>
> > 1. Besides the Rollup 9 update, have you installed the Service Pack 2
> > for
> > Exchange server 2007?
> > 2. Have you checked the backup destination disk and make sure there are
> > sufficient free space for the SBS backup? If you are using external USB
> > storage, you may
> > try another one to test.
> > 3. Have you check the WMI service? Make sure the WMI service is
> > Automatic
> > and Started, e.g. try to run "MSinfo32.exe" program to verify WMI
> > service
> > is running
> > normally.
>
> > Run the following command from command prompt on the SBS server:
>
> > cd windows\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
> > Net start swprv
> > Net start vss
>
> > Perform a backup operation to verify that the issue is resolved.
>
> > After completing the registration, in command prompt type:
> > vssadmin
> > list writers
>
> > Then please check if there is any errors with listed writers. Also, If
> > there are 3rd party backup and antivirus software installed, like Backup
> > Exec or Norton AV, please
> > temporarily disable all of them for test purpose.
>
> > Hope this helps. Also, if you have any questions or concerns, please do
> > not hesitate to let me know.
>
> > Best regards,
> > Robbin Meng(MSFT)
> > Microsoft Online Newsgroup Support
>
> > ================================================== ================
> > Please post your SBS 2008 related questions to the SBS newsgroup on
> > Connect website:
> >https://connect.microsoft.com/sbs08/...n/richui/defau...
>
> > Please post your EBS related questions to the EBS newsgroup on Connect
> > website:
> >https://connect.microsoft.com/ebs08/...n/richui/defau...
>
> > If you want to use a newsreader other than a web forum to access these
> > newsgroups,
> > please refer to the following blog to apply NNTP password and configure
> > a
> > newsreader:
> >http://msmvps.com/blogs/bradley/arch...ing-up-for-the...
> > ================================================== ================
> > When responding to posts, please "Reply to Group" via your newsreader so
> > that others may learn and benefit from your issue.
> > ================================================== ================
> > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > ================================================== ================
Hi Simon,
Any chance you could check your link? It may be on a Partner site as
I'm not authorised to view it even when logged in.
I'm keen to see it as I've been going round in circles with a similar
problem for a while now.
Many thanks,
Brent