Link to home
Start Free TrialLog in
Avatar of msaltz
msaltzFlag for United States of America

asked on

Error when installing SQL Server 2005 Express Edition with Advanced Services SP2 on Vista Home Preimun

I am trying to install SQL Server 2005 Express Edition with Advanced Services SP2 on Vista Home Preimun and I recieve the following message: The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine Seggerson Error:9896(0x80041008)

The prequisites seem to install fine, SQL native client and SQL support files, the message displays when I click Next.  The pops up during the System Configuration Check. After clicking OK on the message box setup exists.
Avatar of triadyk
triadyk

It seems that WMI is corrupted on your machine. Try to run the following from the command prompt:

Mofcomp.exe %windir%\system32\wbem\cimwin32.mof
regsvr32 wbemupgd.dll
regsvr32 wbemsvc.dll
wmiprvse /regserver
Avatar of msaltz

ASKER

Thanks for your response, but when i try the first command i get an error.
Mofcomp.exe %windir%\system32\wbem\cimwin32.mof
Output:
      C:\Users\Saltz>Mofcomp.exe %windir%\system32\wbem\cimwin32.mof
      Microsoft (R) MOF Compiler Version 6.0.6000.16386
      Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
      Parsing MOF file: C:\Windows\system32\wbem\cimwin32.mof
      MOF file has been successfully parsed
      Storing data in the repository...
      An error occurred while opening the namespace for object 1 defined on lines 8 -
      11:
      Error code: 0x8004100ACompiler returned error 0x8004100a

Any ideas on ho w to correct this?
ASKER CERTIFIED SOLUTION
Avatar of msaltz
msaltz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial