Sql Server 2008 Error 0x800706be

0

I encounter this error: "The remote procedure call faile. [0x800706be]"

try to search for a soln but I haven't seen one that solve my problem.

enter image description here

sql-server
sql-server-2008
asked on Stack Overflow Mar 9, 2014 by Ramppy Dumppy • edited Mar 9, 2014 by Ramppy Dumppy

2 Answers

0

This error is assosiated with a faulty .mof registration. You should re-register them using

mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
answered on Stack Overflow Mar 9, 2014 by Mureinik
0

I got the solution to my problem.. I just need to update my SQL 2008 to service pack 2.

answered on Stack Overflow Mar 10, 2014 by Ramppy Dumppy

User contributions licensed under CC BY-SA 3.0