August 29, 2008 at 7:40 am
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
January 29, 2009 at 3:31 am
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
February 12, 2009 at 9:39 am
Great, this fixed the problem !
Thanks.
July 27, 2010 at 4:23 am
Worked for me too. Nice one 🙂
December 3, 2010 at 5:26 am
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
February 16, 2011 at 2:23 am
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