Language
      English flagItalian flagKorean flagPortuguese flagGerman flagFrench flagSpanish flagJapanese flag
      Arabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flag
      Finnish flagHindi flagPolish flagRumanian flagSwedish flagNorwegian flagCatalan flagFilipino flag
      Hebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flagSlovenian flagUkrainian flag
      Vietnamese flagAlbanian flagEstonian flagGalician flagMaltese flagThai flagTurkish flagHungarian flag
    Tag Cloud
    Recent Comments
    Sponsors
      Articles Archive
      Link with us

      IT Solutions Knowledge Base

      Stats
      Visits today: 48
      Visits total: 54714
      Online visits: 0
Error returned while creating the volume shadow cop
Home » Backup, Windows Server 2003 » Error returned while creating the volume shadow copy 0xffffffff
By Glafkos Charalambous | 2 CommentsLeave a Comment
Last updated: Friday, November 14, 2008

When you try to use NTBackup with Windows Server 2003 it fails stating that the operation did not successfully complete showing error: Error returned while creating the volume shadow copy:0xffffffff. This issue occures when the VSS system files are not registered.

The workaround on this issue is to re-register VSS system files.

Create a batch file with the following:

cd /d %windir%\system32
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.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

Execute the batch file to allow re-registration of vss system files and try to run the ntbackup again.

You can use vssadmin to list writers:

vssadmin list writers

VN:F [1.4.6_730]
Rating: 0.0/10 (0 votes cast)
  • Digg
  • Facebook
  • Technorati
  • del.icio.us
  • StumbleUpon
  • Sphinn
  • Reddit
  • Google Bookmarks
  • Wikio IT
  • Slashdot
  • co.mments
  • Fark
  • Fleck
  • LinkedIn
  • Ma.gnolia
  • MisterWong
  • MySpace
  • Propeller
  • Print this article!
  • E-mail this story to a friend!

Comments

2 comments
  1. Paul Peavyhouse
    February 9, 2009

    Excellent!
    There were a few errors running those steps, but afterwards my W2K3 Server backups started working.
    Thanks!
    Pv

    VA:F [1.4.6_730]
    Rating: 0.0/5 (0 votes cast)

    [Reply]

    Leave a reply
  2. Glafkos Charalambous
    February 12, 2009

    I am glad it worked out fine as those steps are reproduced many times without problem.

    Also in some cases the backup fails if you upgrade to SP2 without install SP1 first. So its very advisable that you first install SP1 and then SP2 as lot of thinks can get wrong.

    Regards,
    Glafkos

    VN:F [1.4.6_730]
    Rating: 0.0/5 (0 votes cast)

    [Reply]

    Leave a reply

Leave a Comment

Add your picture!
Join Gravatar and upload your avatar. C'mon, it's free!