Translator
      English flagItalian flagKorean flagChinese (Simplified) flagChinese (Traditional) flagPortuguese flagGerman flagFrench flag
      Spanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flag
      Croatian flagDanish flagFinnish flagHindi flagPolish flagRomanian flagSwedish flagNorwegian flag
      Catalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flag
      Slovenian flagUkrainian flagVietnamese flagAlbanian flagEstonian flagGalician flagMaltese flagThai flag
      Turkish flagHungarian flagBelarus flagIrish flagIcelandic flagMacedonian flagMalay flagPersian flag
    Tag Cloud
    Sponsors
    Recent Comments
      Archives
      Link with us

      IT Solutions Knowledge Base

      Visitors

      Today Visitors: 137
      Currently Online: 15

      256-bit Secured



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.9.3_1094]
Rating: 8.0/10 (1 vote cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Error returned while creating the volume shadow copy 0xffffffff, 8.0 out of 10 based on 1 rating
  • Digg
  • Facebook
  • Technorati
  • del.icio.us
  • StumbleUpon
  • Sphinn
  • Reddit
  • Google Bookmarks
  • Wikio IT
  • Slashdot
  • co.mments
  • Fark
  • Fleck
  • LinkedIn
  • Ma.gnolia
  • MySpace
  • Propeller
  • Print
  • email

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

    [Reply]

    VA:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)
    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

    [Reply]

    VN:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.3_1094]
    Rating: 0 (from 0 votes)
    Leave a reply

Leave a Comment

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