Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi friends,
Am not able to install SQL server 2008 R2 in windows and tried most of the solutions I got through google search.Please suggest some solutions to solve that issue.I got this following error during installation:
The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the failure of the WMI server to start.
Posted

1 solution

Check following answer from this link

If this error ocurred when you install SQL Server 2008 R2, try to do this one:

Open console command (Run->CMD with administrator privileges).
net stop winmgmt
Rename folder %windir%\System32\Wbem\Repository to other one, for backup purposes (for example _Repository).
net start winmgmt

Also refer following link

link[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900