I am trying to create a VM of a Windows XP sp3 box that is need to be replaced. I rebuild the com+ i have deleted the subcription in the the regedit file and ran these command
cd /d %windir%\system32 | |
net stop vss | |
net stop swprv | |
regsvr32 ole32.dll | |
regsvr32 oleaut32.dll | |
regsvr32 /i eventcls.dll | |
regsvr32 vss_ps.dll | |
vssvc /register | |
regsvr32 /i swprv.dll | |
regsvr32 es.dll | |
regsvr32 stdprov.dll | |
regsvr32 vssui.dll | |
regsvr32 msxml.dll | |
regsvr32 msxml3.dll | |
regsvr32 msxml4.dll |
when i run the vssadmin list i now get ERROR: 0x8000ffff
can anyone offer any help? Attached is the log file when I am trying to convert.
Rex