Error while saving maintenance plan

  • 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//

  • 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

  • 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."

  • 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