Hello,
Thanks for your reply. Please try the following steps:
Step 1
============
Apply the latest version of VSS KB931312 as below:
931312: Windows Server 2003 may not start when the Volume Shadow Copy
Service is enabled
http://support.microsoft.com/kb/931312
Step 2
============
I know you have register some VSS related DLLs. However, I still suggest
you try to re-register all VSS-related DLL files with a batch file
including the following lines (A reboot is required)
%systemdrive%
cd %SYSTEMROOT%\system32
net stop vss
net stop swprv
REGSVR32 /i SWPRV.DLL
regsvr32 %systemroot%\system32\vss_ddu.dll
regsvr32 %SYSTEMROOT%\system32\ES.DLL
regsvr32 /I %SYSTEMROOT%\system32\EVENTCLS.DLL
regsvr32 %SYSTEMROOT%\system32\vssui.dll
regsvr32 %SYSTEMROOT%\system32\wbem\vsswmi.dll
regsvr32 %SYSTEMROOT%\Cluster\vsstask.dll
regsvr32 %SYSTEMROOT%\Cluster\vsstskex.dll
regsvr32 %SYSTEMROOT%\system32\vss_ps.dll
regsvr32 %SYSTEMROOT%\system32\vssui.dll
regsvr32 %SYSTEMROOT%\system32\ole32.dll
regsvr32 %SYSTEMROOT%\system32\msxml.dll
regsvr32 %SYSTEMROOT%\system32\msxml2.dll
regsvr32 %SYSTEMROOT%\system32\msxml3.dll
regsvr32 %SYSTEMROOT%\system32\msxml4.dll
%SYSTEMROOT%\SYSTEM32\Vssvc.exe /Register
Net Start vss
Net Start swprv
Note:
If "Regsvr32 eventcls.dll" doesn't run in C:\WINDOWS\system32, Ntbackup may
fail.
Hope that helps!
Thanks & Regards,
Ken Zhao
Microsoft Online Support
Microsoft Global Technical Support Center
Get Secure! -
www.microsoft.com/security <http://www.microsoft.com/security>
================================================== ==
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ==
This posting is provided "AS IS" with no warranties, and confers no rights.