Trying to backup system state on Windows Server 2003 (SP2), getting "Faulting application vssvc.exe - system state backup failed" in application log.

Volume shadow copy creation: Attempt 1.
"MSDEWriter" has reported an error 0x800423f2. This is part of System State. The volume shadow copy operation can be retried.
"Event Log Writer" has reported an error 0x800423f2. This is part of System State. The volume shadow copy operation can be retried.
"Registry Writer" has reported an error 0x800423f2. This is part of System State. The volume shadow copy operation can be retried.
"COM+ REGDB Writer" has reported an error 0x800423f2. This is part of System State. The volume shadow copy operation can be retried.
"Removable Storage Manager" has reported an error 0x0. This is part of System State. The backup cannot continue.

Error returned while creating the volume shadow copy:800423f2
Aborting Backup.
link|improve this question

59% accept rate
feedback

1 Answer

Try rebooting the server and then run "vssadmin list writers" from a command prompt to check the status of the VSS writers on the server.

link|improve this answer
already tried that, did not fix – IT_Fixr Feb 16 '11 at 19:37
What's the status of the writers? – joeqwerty Feb 16 '11 at 19:41
after reboot, no errors, once I backup, errors on WMI and System writers – IT_Fixr Feb 16 '11 at 19:47
Found these. Don't know if they're exactly applicable: support.microsoft.com/kb/915331. support.microsoft.com/default.aspx?scid=kb;en-us;833167. – joeqwerty Feb 16 '11 at 19:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.