shinai
1
When i install Ghost 15 under Win7 x64, i get the following error:
"ERROR: Failed to have success running InstallVSSProvider function in MSIInstallVSSProvider Function."
When i run a backup i get this error:
"-Snapshot error %1.
--Error EBAB03F1: OS error 2147754774.
(UMI:V-0-1975-5)"
The recommended fix for this per erik-carlstrom at Norton is to restore the COM+ Applications Catalog.
When i perform this fix (ie: run com_fix.bat) i get the following ouput with error:
"C:\Windows\WinSxS\amd64_microsoft-windows-com-complus-runtime_31bf3856ad364e35_6
.1.7600.16385_none_b5bfb0b8ee629431\R000000000001.clb
1 File(s) copied
[SC] OpenService FAILED 1060:
The specified service does not exist as an installed service."
An error has been discovered in the com_fix.bat file due to formatting issues. The recommended fix is to replace the lines:
REM go thru the list and copy it to destination folder
for /f "eol= tokens=*" %%i in (temp.txt) do (
xcopy /r /y %%i c:\vss_com
)
with the lines:
REM go thru the list and copy it to destination folder
for /f "eol= tokens=*" %%i in (temp.txt) do (xcopy /r /y %%i c:\vss_com)
After performing this fix i still receive the same output and error from com_fix.bat while Restoring the COM+ Applications Catalog.
Does anyone know how i might be able to solve this? Thanks for any help.
shinai
2
When i install Ghost 15 under Win7 x64, i get the following error:
"ERROR: Failed to have success running InstallVSSProvider function in MSIInstallVSSProvider Function."
When i run a backup i get this error:
"-Snapshot error %1.
--Error EBAB03F1: OS error 2147754774.
(UMI:V-0-1975-5)"
The recommended fix for this per erik-carlstrom at Norton is to restore the COM+ Applications Catalog.
When i perform this fix (ie: run com_fix.bat) i get the following ouput with error:
"C:\Windows\WinSxS\amd64_microsoft-windows-com-complus-runtime_31bf3856ad364e35_6
.1.7600.16385_none_b5bfb0b8ee629431\R000000000001.clb
1 File(s) copied
[SC] OpenService FAILED 1060:
The specified service does not exist as an installed service."
An error has been discovered in the com_fix.bat file due to formatting issues. The recommended fix is to replace the lines:
REM go thru the list and copy it to destination folder
for /f "eol= tokens=*" %%i in (temp.txt) do (
xcopy /r /y %%i c:\vss_com
)
with the lines:
REM go thru the list and copy it to destination folder
for /f "eol= tokens=*" %%i in (temp.txt) do (xcopy /r /y %%i c:\vss_com)
After performing this fix i still receive the same output and error from com_fix.bat while Restoring the COM+ Applications Catalog.
Does anyone know how i might be able to solve this? Thanks for any help.
shinai
3
After following those instructions, i still receive the VSS install error.