Tuesday, June 2, 2015

Sql Server Configuration Manager remote procedure call failed(0x800706be)

Problem: Receiving the following message in SQL Server Configuration Manager:

"SQL Server Configuration Manager remote procedure call failed (0x800706be)"


Solution that WORKED for me: 

Tried a bunch of solutions found online but none worked. So i found myway out.
  1. Uninstall all versions of other SQL Versions in Control Panel
  2. Register the sqlmgmprovider with this command 
regsvr32 "C:\Program Files\Microsoft SQL Server\100\Shared\sqlmgmprovider.dll"

No comments:

Post a Comment