Mitchy6998
IS-IT--Management
This is the Problem and the Answer combined, but I thought I'd share. On my SQL backups I recieved this message:
"The 'SQLVDI.DLL' is not properly registered to create a COM object, system error!"
This was caused when I UN-installed Veritas 9.1 from my SQL servers. So to fix this I stopped the SQL service,and re-registered the SQLVDI.DLL by entering the following command in the run line:
"Regsvr32 <Path>\SQLVDI.DLL"
Then I started the SQL services and everything worked well.
"The 'SQLVDI.DLL' is not properly registered to create a COM object, system error!"
This was caused when I UN-installed Veritas 9.1 from my SQL servers. So to fix this I stopped the SQL service,and re-registered the SQLVDI.DLL by entering the following command in the run line:
"Regsvr32 <Path>\SQLVDI.DLL"
Then I started the SQL services and everything worked well.