Re: Q: WMI corrupt on XP, is reinstall possible?
From: Sarika Sharma[MSFT] (sarikas_at_online.microsoft.com)
Date: 03/22/04
- Previous message: Jiachuan Wang [MSFT]: "Re: WMI . PRINT JOIB DELETIION"
- In reply to: gonzalez: "Re: Q: WMI corrupt on XP, is reinstall possible?"
- Next in thread: shawn: "Re: Q: WMI corrupt on XP, is reinstall possible?"
- Reply: shawn: "Re: Q: WMI corrupt on XP, is reinstall possible?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Mar 2004 10:37:06 -0800
I seems that the namespace he is trying to connect is missing but in this
case root\cimv2
this can be fixed by compiling mof
run
mofcomp %windir%\system32\wbem\cimwin32.mof
If this problem persists then we need to recover the whole repository
Net stop winmgmt
ren %windir%\system32\wbem\Repository %windir%\system32\wbem\Repository.old
Net start winmgmt
this will recover the data in the autorecover. However user will have to
restore rest of the data himself.
-- Sarika Sharma [MSFT] WMI Test Engineer This posting is provided "As Is" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm Please do not send e-mail directly to this alias. This alias is for newsgroup purposes only. "gonzalez" <gonza@drumandbass.ee> wrote in message news:55affaf1.0403190426.5a2fc3a3@posting.google.com... > I have analog problem on my W2K workstation - > > WMI Driver Extension service is missing, an so far I cannot find a way > to get it back - service pack reinstall with OEM files overwrite > doesn't help. > > > "shawn" <shawn at att dot com> wrote in message news:<ukQpmMfAEHA.2800@tk2msftngp13.phx.gbl>... > > I have a user getting WBEM_E_NOT_FOUND (0x80041002) when they connect to WMI > > on XP. My code's call to ConnectServer is failing for this one user. It > > works for many other users. I've verified that WMI services are started > > also. Also, I had him try wbemtest->connect->root\cimv2, and he said he got > > this error also. I'm thinking that WMI file may have been corrupted. Is > > there a way to reinstall it? > > > > Thanks, > > Shawn
- Previous message: Jiachuan Wang [MSFT]: "Re: WMI . PRINT JOIB DELETIION"
- In reply to: gonzalez: "Re: Q: WMI corrupt on XP, is reinstall possible?"
- Next in thread: shawn: "Re: Q: WMI corrupt on XP, is reinstall possible?"
- Reply: shawn: "Re: Q: WMI corrupt on XP, is reinstall possible?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|