Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"The server threw an exception [0x80010105]" error when SQL Server Configuration Manager is started in Windows Server 2012


View products that this article applies to.

Symptoms

You install a Microsoft SQL Server 2008 R2 Service Pack 2 virtual instance on a clustered server that's running Windows Server 2012. However, when you try to start SQL Server Configuration Manager, you receive the following error message:

The server threw an exception [0x80010105]

↑ Back to the top


Cause

This problem occurs because SQL Server 2008 R2 internally uses a deprecated 32-bit Windows .dll file (Msclus.dll). When Configuration Manager is started after the Cluster Automation feature is added, the system discovers that the necessary .dll file is missing, and this triggers the error.

↑ Back to the top


Workaround

To work around this problem, follow these steps:
  1. From a Windows Server 2008 R2 system in your environment, copy the 32-bit version of MSClus.dll to your Windows Server 2012 "%windir%\syswow64" directory on the cluster node.

    Note The 32-bit version of the MSClus.dll can be found in the "%windir%\syswow64" directory.
  2. Register this .dll file by running the regsvr32 command from an elevated command prompt:
    1. Click Start, type command prompt in the Search programs and files box.
    2. Under Programs, right-click Command Prompt, and then click Run as administrator.
    3. At the command prompt, type the following command, and then press ENTER:

      Regsvr32 MSClus.dll
    4. Repeat these steps on each node of the cluster.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: kbexpertiseinter, kbprb, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2849344
Revision : 1
Created on : 1/7/2017
Published on : 6/28/2013
Exists online : False
Views : 689