May 5, 2009 at 6:48 am
Hi all,
Can anyone help me on the below issue?
I have created a maintain plan for database backup in SQL server 2005. But while saving that plan I am getting an error "Class not registered"
Can anyone tell me what to do for this?
Thanks in advance.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
May 13, 2009 at 1:31 pm
Sounds like a DLL did not get registered properly. Check the logs for more information. If it identifies the dll then register that dll again. If not post what is in the log about this error. So we can follow up on it.
Raymond Laubert
Exceptional DBA of 2009 Finalist
MCT, MCDBA, MCITP:SQL 2005 Admin,
MCSE, OCP:10g
May 14, 2009 at 9:51 am
If you are executing SSMS from a location other than the SQL Server itself, check the client software versions on the server and the location you are executing SSMS from.
If you are executing on the SQL Server , what SP and CU are you at ?
To simplify things, instead of doing the 'hunt'and'peck method of searching and registering individual DLLs why don't you uninstall and reinstall the Workstation tools ?
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
May 14, 2009 at 11:51 am
Hi,
Thanks for the suggestion.
Actually I got the solution. This was due some of the files missing in .net 3.5. After installing .net and rebooting, the problem got solved.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply