Can not delete or rename a maintenance plan for exception thrown by mscorlib. How to resolve it?
In some case (most likely after an upgrade), you may face trouble to delete or rename an existing maintenance plan. If you attempt to delete or rename a maintenance plan, SQL Server throws an error as below:
Title:
Exception has been thrown by the target of an invocation. (mscorlib)
Exception has been thrown by the target of an invocation. (mscorlib)
Message:
The connection manager "Local server connection" will not acquire a connection because the package OfflineMode property is TRUE. When the OfflineMode is TRUE, connections cannot be acquired. (Name of the Package you are working with)
This error happens because you have .dll registration related issue on your client tool. So simply use another SQL client installation on another machine to delete or rename maintenance plan.
Comments