|
|
Question : NTBACKUP ISSUE
|
|
I'm getting the following error when I try to perform a system state backup on my domain controller
Volume shadow copy creation: Attempt 1. Error returned while creating the volume shadow copy:0x8004230c. Error returned while creating the volume shadow copy:8004230c
|
Answer : NTBACKUP ISSUE
|
|
Try re-registering the VSS binaries.
To re-register VSS binaries and services, first stop the Volume Shadow Copy Service:
Open a command prompt and change directories to \windows\system32 (this is important when you begin registering the dlls):
net stop vss
Then register the following dlls and services (be sure you're still in the windows\system32 directory at your command prompt):
regsvr32 ole32.dll regsvr32 vss_ps.dll Vssvc /Register regsvr32 /i swprv.dll rRegsvr32 /i eventcls.dll regsvr32 es.dll regsvr32 stdprov.dll regsvr32 vssui.dll regsvr32 msxml.dll regsvr32 msxml3.dll regsvr32 msxml4.dll
Also, there is a VSS hotfix for Server 2003:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;887827
|
|
|
|
|