Quantcast
Channel: SQL Archives - SQL Authority with Pinal Dave
Viewing all articles
Browse latest Browse all 594

SQL SERVER – Unable to Open Maintenance Plan in Management Studio

$
0
0

The most queried topics in this blog have been around troubleshooting or which solve specific error messages. I always feel when I see something new as messages, I try to check if this is available here using the search page. If these are not there, then I go about documenting what were the steps I took to actually solve the given problem. Once I successfully solve the problem about Unable to Open Maintenance Plan in Management Studio. I go about documenting the same back into as a blog post so that I will be able to find the same in future reference. It is this structure that has led me to posting so many error messages with resolutions. Thanks to you folks for supporting.

Sometimes taking care of the basics solves the problem in a very easy way. Recently my friend upgraded SQL Server 2008 R2 to SQL Server 2012 via in-place upgrade method. As per him, everything went well and there were no errors encountered in upgrade also.

But, when he was trying to open Maintenance Plan in SQL Server Management Studio, below was the error seen.

SQL SERVER - Unable to Open Maintenance Plan in Management Studio mp-error-01

Here is the text of the message

Microsoft SQL Server Management Studio is unable to load this document:
Error loading from XML. No further detailed error information can be specified for this problem because no Events objects was passed where detailed error information can be stored.

When I did a desktop sharing with me, I realized that something is not looking right with Management Studio. I quickly realized that he was still using SQL Server 2008 R2 Management Studio to connect to the upgraded version. I asked him to use SQL Server 2014 Management Studio and as soon as we used that, there was no more error and we were able to open/edit maintenance plan without any problem.

So the root cause of the issue was version Mismatch of client and tool

How to check version of SQL Server? Refer my earlier blog SQL SERVER – Get Server Version and Additional Info

How to check version of Client Tools? We can use Help > About in SSMS as shown below.

SQL SERVER - Unable to Open Maintenance Plan in Management Studio mp-error-02

Have you faced any error due to incorrect version? please share via comments. I am sure the learning experiences will help one and all.

Reference: Pinal Dave (http://blog.SQLAuthority.com)

The post SQL SERVER – Unable to Open Maintenance Plan in Management Studio appeared first on Journey to SQL Authority with Pinal Dave.


Viewing all articles
Browse latest Browse all 594

Trending Articles