Product: MS SQL Server 2005
Use this procedure to resolve getting following error when modifying maintenance plan
Error: No description found
It is due to other software installation, e.g. Visio, MS SQL Server 2003 which caused XML dll point to something else
Solution:
regsvr32 c:\windows\system32\msxml6.dll
Close and open SQL Server Management Studio again. Now it will be able to modify maintenance plan.
This could be causing unable to create new maintenance plan as well.
This problem is found when trying to create and modify maintenance plan for Genesys databases
No comments:
Post a Comment