Published on

May 18, 2016

Exploring SQL Server Configuration Manager Errors

As technology continues to advance, it’s important to stay up-to-date with the latest tools and techniques in the field of SQL Server. One common issue that many SQL Server users encounter is an error when trying to open the Configuration Manager. In this article, we will explore one such error and discuss possible solutions.

Recently, a friend reached out to me on Facebook with an error message he encountered while trying to open the SQL Server Configuration Manager. The error message stated: “MMC could not create the snap-in CLSID: {EE7F2DDB-1319-4227-8FD4-4EB51615D34A}”. Intrigued by the challenge, I decided to help him troubleshoot the issue.

Before diving into the solution, let’s understand what the error message means. MMC stands for Microsoft Management Console, which is a component of Windows that provides a graphical user interface for managing various aspects of the operating system. The snap-in, in this case, refers to the SQL Server Configuration Manager, which allows users to configure and manage SQL Server instances.

To resolve this error, we need to ensure that the necessary files and registry entries are in place. Here are the steps we followed:

  1. If the SQL Server Configuration Manager is not available in the start menu, you can add a shortcut by running the following command in the command prompt: C:\Windows\SysWOW64\mmc.exe /32 C:\Windows\SysWOW64\SQLServerManager13.msc. The file name may vary depending on the version of SQL Server you are using.
  2. We attempted to fix the issue by running the following command in the command prompt: mofcomp "%programfiles(x86)%\Microsoft SQL Server\130\Shared\sqlmgmproviderxpsp2up.mof". This command helps register the necessary MOF (Managed Object Format) file.
  3. Some online sources suggested resetting the .NET security settings. We tried running the following command in the command prompt: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\caspol.exe -all -reset. However, this did not resolve the issue.
  4. Using Process Monitor, a powerful troubleshooting tool, we discovered that the snap-in was looking for a DLL file in the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MMC\SnapIns\{EE7F2DDB-1319-4227-8FD4-4EB51615D34A}. We found that the DLL file was missing from that location.
  5. We identified two possible solutions: either copy the missing DLL file from another machine with the same version of SQL Server, or repair the shared components of SQL Server. Since it was a test server, we opted for the first solution and successfully resolved the issue.

This incident highlights the importance of using tools like Process Monitor to troubleshoot and resolve complex issues. Process Monitor allows you to monitor system activity in real-time, helping you identify the root cause of problems and find innovative solutions.

Have you ever encountered a similar issue with SQL Server Configuration Manager? How did you resolve it? Share your experiences and insights in the comments below!

Click to rate this post!
[Total: 0 Average: 0]

Let's work together

Send us a message or book free introductory meeting with us using button below.