I'm getting an error when trying to install the SQL Server 2005 Express. After it installs the Native Client & Support file, it goes through a configuration check.
I'm getting this error (complete) ::
The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine <machine name> Error: 2147746132 (0x80040154)
and then stops.
Suggestions would be great!!!
Check here:
http://support.microsoft.com/default.aspx/kb/201234
Buck Woody
|||Re-registering WMI
I've been having some issues with WMI on my laptop over the past couple of weeks (the symptoms of which have been strange WMI repository messages, inability to run WMIC or scripts, machine running slower than usual etc.). I didn't really want to have to re-install or repair Windows to fix this. Fortunately I found this very helpful article on resetting and re-registering the WMI services.
This included the following commands to re-register all of the WMI components:
cd /d %windir%\system32\wbem
for %i in (*.dll) do RegSvr32 -s %i
for %i in (*.exe) do %i /RegServer
Published Friday, March 18, 2005 5:19 PM by smguest
I did this, worked for me.
sql
No comments:
Post a Comment