Go Back   TechArena Community > Technical Support > Computer Help > Windows XP > Windows XP Support
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



Volume Shadow Copy Service

Windows XP Support


Reply
 
Thread Tools Search this Thread
  #1  
Old 27-07-2007
Edward W. Thompson
 
Posts: n/a
Volume Shadow Copy Service

OS WINXP Pro

I have found that my preferred backup software, Genie Backup (GBM Pro8) will
not backup and fails with a message indicating the problem relates to the
Volume Shadow Copy Service. I have tried ntbackup and have found the same
problem, that is while the software runs it does not complete and fails with
an error. This is both indicative and confirms the problem relates to
Volume Shadow Copy Service. I have confirmed that all relevant services
(services.msc) are started and I have carried out the following (From
extensive posts on the subject on Google). Similar to many (again from
Google) 'regsvr32 /i swprv.dll' results in a message 'dllinstall failed'
with Return Code 0x8000ffff. So far I have not found a way to run this
entry. As an act of desperation I have run 'sfc /scannow'.

net stop vss
net stopswprv
regsvr32 ole32.dll
regsvr32 vss_ps.dll
Vssvc /Register
regsvr32 /i swprv.dll
Regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr vssui.dll
regsvr32 stdprov.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll

Does anyone have any experience how to overcome this problem? I also
understand I may need to uninstall and reinstall COM+ but haven't got that
far yet. Could problems with COM+ be related to not being able to run
regsvr32 /i swprv.dll? I would appreciate any help to solve this problem.
Other not being able to run GBM8 the machine operates flawlessly, at least
as far as I can tell. As an aside I do have Acronis True Image 10
installed. I understand earlier versions of True Image caused problems with
VSS and I have had installed at some stage earlier versions so I suppose
that may have been the root of the problem


Reply With Quote
  #2  
Old 01-08-2007
bobfnospam@duxsysnospam.com
 
Posts: n/a
Re: Volume Shadow Copy Service

I don't have any solution to offer you, but I am interested in learning
more about your problem since I may have a related problem (I get a blue
screen bad_pool_header error if I try to run ntbackup with shadow copy
enabled).

Have you discovered any useful links related to shadow copy service?
Reply With Quote
  #3  
Old 16-08-2007
RTFM
 
Posts: n/a
Re: Volume Shadow Copy Service

I've been investigating a similar volume shadow backup failure - BSOD
stop 19 & BAD_POOL_HEADER when trying to run a volume shadow backup on
an XP Pro system.

bobfnospam@duxsysnospam.com mentioned on a previous thread that he
cloned his system drive using seagate tools, the underlying product is
an Acronis application. I used Acronis Migrate Easy 7.0 to clone my
system drive to a larger 320gb Western Digital drive and have the same
BSOD error when I now try to run a system state backup using volume
shadow copy. My pc runs fine at all other times though and runs normal
backups ok.

Even though I've only used a 15 day trial version of Acronis software
their support investigated the problem for me - I've sent them system
info and a dump etc. Their response was that they believe ntkrnlmp.exe
is corrupt and suggested a repair install of windows.

I'm holding back on this course of action so far cos the problem isn't
severe and I'd like to better understand what I'm trying to fix 1st.

My most recent action was to uninstall the latest MS update that
changed ntkrnlmp.exe and then reinstall it ... no joy there but I'd now
expect to have a normal / healthy ntkrnlmp.exe

Other research so far hasn't come up with anything useful - this is the
1st problem I've had that doesn't have a well worn trail of precedents
and useful forum advice. I've seen recent microsoft updates for windows
2003 server however that are in response to volume shadow backups -
there's references there to backup storage issues etc. Following that I
was thinking that the shadow "snapshot" process on the new disk now
needs a larger amount of storage and or memory ... as Bob is running a
3gb beast I wont rush out and buy more memory but suspect the XP shadow
copy process can't work with the amount of memory or temporary workspace
that it needs now to do the job.

Any constructive help or advice will be appreciated here
Reply With Quote
  #4  
Old 23-10-2007
Peter Snow
 
Posts: n/a
Re: Volume Shadow Copy Service

I have the same problem.

I have done this,

@echo off
REM
REM Batch file for Windows XP and 2003 that attempts to reset the
REM Volume Shadow Copy (VSS) installation.
REM
REM 2BrightSparks Pte Ltd
REM http://www.2BrightSparks.com/
REM
%SYSTEMDRIVE%
cd %SystemRoot%\System32
echo.
echo --- Ignore any messages saying a service is not started.
echo.
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 vss_ps.dll
Vssvc /Register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
echo.

regsvr32 msxml.dll
regsvr32 msxml3.dll
echo.
echo --- msxml4.dll may not be installed and is optional. Ignore the error.
regsvr32 msxml4.dll
echo.
echo ------------------------------------------------------------------------
echo.
echo IMPORTANT: Reboot your computer. After the reboot, open a command
prompt
echo and run the following:
echo.
echo vssadmin list writers
echo.
echo Ensure that all your writers are displayed without errors.
echo.
pause

Which initially ran without an error but it didn't fix my problem. I then
re-installed my com+ following the MS instructions for doing so. I thought
that had fixed my problem but maybe I just didn't test it sufficiently. I
still think it fixed it though but after I shut down and restarted the
following morning, the problem seemed to be back.

I've now run the above batch file again and this time I get a message saying
"DllInstall in swprv.dll failed. Return code was: 0x8000ffff"

When I look in event viewer, I get a new error!

Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 4100
Date: 10/23/2007
Time: 6:42:00 AM
User: N/A
Computer: LAPTOP
Description:
Volume Shadow Copy Service error: Cannot create service 'SwPrv' for the COM+
application 'MS Software Shadow Copy Provider' [0x80070431].

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 43 41 44 43 41 44 4d 43 CADCADMC
0008: 32 37 35 00 00 00 00 00 275.....
0010: 43 41 44 43 41 44 4d 43 CADCADMC
0018: 32 31 32 00 00 00 00 00 212.....

Any ideas anyone? I'm trying to backup my laptop but without VSS it's almost
impossible :(
Reply With Quote
  #5  
Old 22-06-2009
Member
 
Join Date: Jun 2009
Posts: 1
Re: Volume Shadow Copy Service

I solved a similar problem simply by activating vss. Perhaps yours was also off by default.

to activate:
1. from My Computer, right click and pick "manage"

2. Pick "services and applications" and the "services"

3. scroll down until you find volume shadow copy

4. if it is disabled, double click and change to manual (manual worked for me --- i did not try auto)

After this, I had no problem.

McDuck
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows XP > Windows XP Support


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Volume Shadow Copy Service"
Thread Thread Starter Forum Replies Last Post
ERROR-VOLUME SHADOW COPY SERVICE Ameneses Windows XP Support 1 08-05-2010 01:07 AM
Problem with Volume Shadow Copy service OdlDevelop Windows Server Help 1 25-11-2008 02:44 AM
Volume Shadow Copy Service with NTBackup Chris Windows Server Help 1 03-11-2008 09:09 PM
Volume Shadow Copy Service errors kghays Small Business Server 1 14-06-2007 11:59 AM
Volume Shadow Copy Service error Aleks A. Windows Vista Performance 1 03-03-2007 02:45 AM


All times are GMT +5.5. The time now is 01:01 AM.