"Element Not Found" when trying to save a maintenance plan

  • george sibbald (7/15/2008)


    good news for info fix is to register msxml 6 (what that?)

    To register MSXML 6.0.

    1. From the Start menu, click Run.

    2. Enter the following command:. regsvr32 %windir%\system32\msxml6.dll.

    3. Click OK.

    I've been plagued by this issue for awhile now and this resolved the issue.

    Thanks

  • george sibbald (7/15/2008)


    good news for info fix is to register msxml 6 (what that?)

    To register MSXML 6.0.

    1. From the Start menu, click Run.

    2. Enter the following command:. regsvr32 %windir%\system32\msxml6.dll.

    3. Click OK.

    This works for me.

    Thanks George

  • Great, this fixed the problem !

    Thanks.

  • Worked for me too. Nice one 🙂

  • I had the same problem with SQL 2005 SP3.

    Manual creation/modification of the maintenance tasks didn't work, but using the wizard it worked fine.

    Then after some searching I found a helpful comment from Matthew White at located at (http://www.sswug.org/forums/tm.aspx?m=6340)

    ---- INCLUDE ----

    This was corrected by re-registering DLL's.

    Un-register and register the following DLL's using the steps given below (The paths of the dlls must reflect your environment):

    Regsvr32 /u "C:\MSSQL\90\DTS\Binn\DTS.dll"

    Regsvr32 /u "C:\MSSQL\90\DTS\Binn\MsDtsSrvrUtil.dll"

    Regsvr32 /u "C:\WINNT\system32\msxml6.dll"

    Regsvr32 /u "C:\WINNT\system32\msxml6r.dll"

    Regsvr32 "C:\MSSQL\90\DTS\Binn\DTS.dll"

    Regsvr32 "C:\MSSQL\90\DTS\Binn\MsDtsSrvrUtil.dll"

    Regsvr32 "C:\WINNT\system32\msxml6.dll"

    Regsvr32 "C:\WINNT\system32\msxml6r.dll"

    Matthew White at 2/24/2008 4:51:10 PM

    ---- END INCLUDE ----

    I wasn't able to unregister and register the msxml6r.dll, but afterwards I was able to modify/create manual maintenance tasks.

    (Sorry for posting links to other sites here).

    Greetings,

    Peter

  • I had the exact same issue and fixed it by running these to re register dll's, a few minutes ago.

    Regsvr32 msxml3.dll

    Regsvr32 msxml6.dll

    🙂

Viewing 6 posts - 16 through 20 (of 20 total)

You must be logged in to reply to this topic. Login to reply