SQL SERVER – SQL Server Configuration Manager Error: 0x80010108 – The Object Invoked Has Disconnected From its Clients

SQL
1 Comment

While writing my previous blogs about SQL Server Configuration Manager, I encountered another error. In this blog, we would learn one of the possible causes of error 0x80010108 – The object invoked has disconnected from its clients.

Here is the screenshot of the error message.

SQL SERVER - SQL Server Configuration Manager Error: 0x80010108 - The Object Invoked Has Disconnected From its Clients sscm-hex-10108-01

WORKAROUND/SOLUTION

When I searched for the hex code on the internet, it was saying RPC_E_DISCONNECTED and looks like that is the code of the text of the message. When I looked back at the series of action I did, the error was reproducible.

  1. Open SQL Server Configuration Manager (SSCM).
  2. Click on SQL Server Services to view the list of services.
  3. Stop Windows Management Instrumentation Service using Services applet (Start > Run > Services.msc)
  4. Switch back to SSCM and refresh the services.
  5. You should see the error “The object invoked has disconnected from its clients. [0x80010108]”

Once you close and reopen SSCM, it should automatically start WMI service and we should be able to see the list of services again.

We simulated the error by stopping WMI Service manually. So, whenever you see such error with SQL Server Configuration Manager, you should figure out why WMI service was stopped. You can start with Event Viewer to know if there are any other interesting events.

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

SQL Error Messages, SQL Server, SQL Server Services, Starting SQL, WMI
Previous Post
SQL SERVER – Unable to Launch SQL Server Configuration Manager. Error: Cannot Connect to WMI Provider. [0x80070422]
Next Post
SQL SERVER – Error: 45207 – SQL Server Managed Backup to Microsoft Azure Cannot Configure the Database Because a Container URL was Either not Provided or Invalid

Related Posts

1 Comment. Leave new

Leave a Reply