5 pts.
0
Q:
Problem in NTBackup - Error returned while creating the Volume Shadow Copy: 0x80042306
Hi

I have windows server 2003 SP2 enterprise edit., Suddenly i am facing problem in NTBackup. It was working fine earlier. When i see backup report it shows following error massage

Volume shadow copy creation: Attempt 1.

Error returned while creating the volume shadow copy:0x80042306.
Volume shadow copy creation: Attempt 2.

Error returned while creating the volume shadow copy:0x80042306.
Volume shadow copy creation: Attempt 3.

Error returned while creating the volume shadow copy:0x80042306.
Volume shadow copy creation has failed after trying 3 times. The backup cannot continue.

Please help me as soon as possible as since three weeks am not able to back my important data.
ASKED: Dec 4 2008  4:25 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
720 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Your problam can occur if the drive that is being backed up contains corrupt files or folders. You might try running CHKDSK.

If that doesn't work, then try opening a Command Prompt window and entering these commands:

C:
CD\Windows\SYSTEM32
Net STOP VSS
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 VSS
Last Answered: Dec 5 2008  4:35 PM GMT by BrienPosey   720 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0