Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > NO JOY! WMI err 2147942402 + BITS 2.0

Reply
Thread Tools Display Modes

NO JOY! WMI err 2147942402 + BITS 2.0

 
 
FlashMerlot
Guest
Posts: n/a

 
      10-23-2006
Attempting to install - SQL Server 2005 Express Edition

Get Error - The SQL Server System Configuration Checker cannot be executed
due to WMI configuration ERROR: 2147942402

Researched issue - found below script - ran it but STILL NO JOY
http://forums.microsoft.com/MSDN/Sho...93534&SiteID=1

Found BITS update ...
http://www.microsoft.com/downloads/d...displaylang=en

Attempt to run BITS update says ...
Setup has detected the Service Pack version of this system is newer than the
update you are applying. There is no need to install this update.

RATS!!!!
What do I try next?

--
F.V.

 
Reply With Quote
 
 
 
 
David H. Lipman
Guest
Posts: n/a

 
      10-23-2006
From: "FlashMerlot" <>

| Attempting to install - SQL Server 2005 Express Edition
|
| Get Error - The SQL Server System Configuration Checker cannot be executed
| due to WMI configuration ERROR: 2147942402
|
| Researched issue - found below script - ran it but STILL NO JOY
| http://forums.microsoft.com/MSDN/Sho...93534&SiteID=1
|
| Found BITS update
| ...http://www.microsoft.com/downloads/d...0f-983d-eb1936
| 8f9047&displaylang=en
|
| Attempt to run BITS update says ...
| Setup has detected the Service Pack version of this system is newer than the
| update you are applying. There is no need to install this update.
|
| RATS!!!!
| What do I try next?
|

Create a FIXWMI.CMD batch file from the below script and run it and see if this corrects
your problem.

FIXWMI.CMD
------------------------

@echo on
cd /d c:\temp
if not exist %windir%\system32\wbem goto TryInstall
cd /d %windir%\system32\wbem
net stop winmgmt
winmgmt /kill
if exist Rep_bak rd Rep_bak /s /q
rename Repository Rep_bak
for %%i in (*.dll) do RegSvr32 -s %%i
for %%i in (*.exe) do call :FixSrv %%i
for %%i in (*.mof,*.mfl) do Mofcomp %%i
net start winmgmt
goto End

:FixSrv
if /I (%1) == (wbemcntl.exe) goto SkipSrv
if /I (%1) == (wbemtest.exe) goto SkipSrv
if /I (%1) == (mofcomp.exe) goto SkipSrv
%1 /RegServer

:SkipSrv
goto End

:TryInstall
if not exist wmicore.exe goto End
wmicore /s
net start winmgmt
:End


--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
Reply With Quote
 
FlashMerlot
Guest
Posts: n/a

 
      10-23-2006
Script does NOT fix problem ...
Thank for trying!
--
F.V.



"David H. Lipman" wrote:

> From: "FlashMerlot" <>
>
> | Attempting to install - SQL Server 2005 Express Edition
> |
> | Get Error - The SQL Server System Configuration Checker cannot be executed
> | due to WMI configuration ERROR: 2147942402
> |
> | Researched issue - found below script - ran it but STILL NO JOY
> | http://forums.microsoft.com/MSDN/Sho...93534&SiteID=1
> |
> | Found BITS update
> | ...http://www.microsoft.com/downloads/d...0f-983d-eb1936
> | 8f9047&displaylang=en
> |
> | Attempt to run BITS update says ...
> | Setup has detected the Service Pack version of this system is newer than the
> | update you are applying. There is no need to install this update.
> |
> | RATS!!!!
> | What do I try next?
> |
>
> Create a FIXWMI.CMD batch file from the below script and run it and see if this corrects
> your problem.
>
> FIXWMI.CMD
> ------------------------
>
> @echo on
> cd /d c:\temp
> if not exist %windir%\system32\wbem goto TryInstall
> cd /d %windir%\system32\wbem
> net stop winmgmt
> winmgmt /kill
> if exist Rep_bak rd Rep_bak /s /q
> rename Repository Rep_bak
> for %%i in (*.dll) do RegSvr32 -s %%i
> for %%i in (*.exe) do call :FixSrv %%i
> for %%i in (*.mof,*.mfl) do Mofcomp %%i
> net start winmgmt
> goto End
>
> :FixSrv
> if /I (%1) == (wbemcntl.exe) goto SkipSrv
> if /I (%1) == (wbemtest.exe) goto SkipSrv
> if /I (%1) == (mofcomp.exe) goto SkipSrv
> %1 /RegServer
>
> :SkipSrv
> goto End
>
> :TryInstall
> if not exist wmicore.exe goto End
> wmicore /s
> net start winmgmt
> :End
>
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> http://www.ik-cs.com/got-a-virus.htm
>
>
>

 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a

 
      10-23-2006
From: "FlashMerlot" <FlashSand (AT) gmail COM>

| Script does NOT fix problem ...
| Thank for trying!

Oh welll... Nothing ventured, nothing gained.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scheduler - Failure to Launch problem - 2147942402 JerryZ Windows Vista General Discussion 2 08-18-2008 01:57 PM
Vista Error: Event ID 412, Task Scheduler - Error Value 2147942402 Gyula Mester Windows Vista General Discussion 1 05-30-2008 02:23 AM
BITS Error 2147942402 (0x80070002) Little Cupcakes Windows Update 42 12-31-2007 02:50 PM
Internet Explorer 7 (32-bits) keeps on freezing wile the 64-bits works OK in Vista 64 Trond Ruud Windows Vista General Discussion 2 06-16-2007 03:30 PM
Digital signature for 32 bits and 64 bits question. hsphuah@usa.com Windows Vista Drivers 2 01-18-2006 12:14 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59