PC Review Forums Newsgroups Windows XP Windows XP WMI WMI Error

Reply

WMI Error

 
Thread Tools Rating: Thread Rating: 1 votes, 5.00 average.
Old 25-07-2004, 09:38 AM   #1
Eddie
Guest
 
Posts: n/a
Default WMI Error


I am unable to connect to other networked computers and
when trying to sort the problem through network
diagnostic in XP help I get the following error message

"Unable to connect to WMI service '\root\cimv2' "

also "WMI information may be corrupted" message apears on
the advanced tab of Local area connection properties.

I am using windows XP

any suggestions?

Thanks Eddie
  Reply With Quote
Old 27-07-2004, 10:12 PM   #2
Philip Nunn [MSFT]
Guest
 
Posts: n/a
Default Re: WMI Error

First you can try to use SystemRestore to go to a point before the
corruption.

Another way this can be fixed is by forcing an auto-recover of the default
information stored in the WMI repository (database).

- open a command window (start > cmd.exe)
- type "net stop winmgmt"
- type "cd %windir%\system32\wbem"
- type "ren repository repository.old" (or alternatively delete it)

Then try your operation again. It may take a minute or so to complete while
WMI rebuilds the database.


--
Philip Nunn [MSFT]
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.
"Eddie" <eddie@discussions.microsoft.com> wrote in message
news:390e01c4722b$18f07af0$a301280a@phx.gbl...
>I am unable to connect to other networked computers and
> when trying to sort the problem through network
> diagnostic in XP help I get the following error message
>
> "Unable to connect to WMI service '\root\cimv2' "
>
> also "WMI information may be corrupted" message apears on
> the advanced tab of Local area connection properties.
>
> I am using windows XP
>
> any suggestions?
>
> Thanks Eddie



  Reply With Quote
Old 28-07-2004, 08:37 PM   #3
Eddie
Guest
 
Posts: n/a
Default Re: WMI Error

Phillip

Thanks
'type "net stop winmgmt"'
I get message - system error 1060 has occurred

'type "cd %windir%\system32\wbem"'
>- type "ren repository repository.old"

I get message - the system cannot find the file specified

Any more suggestions ?

thanks
>-----Original Message-----
>First you can try to use SystemRestore to go to a point

before the
>corruption.
>
>Another way this can be fixed is by forcing an auto-

recover of the default
>information stored in the WMI repository (database).
>
>- open a command window (start > cmd.exe)
>- type "net stop winmgmt"
>- type "cd %windir%\system32\wbem"
>- type "ren repository repository.old" (or

alternatively delete it)
>
>Then try your operation again. It may take a minute or

so to complete while
>WMI rebuilds the database.
>
>
>--
>Philip Nunn [MSFT]
>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.
>"Eddie" <eddie@discussions.microsoft.com> wrote in

message
>news:390e01c4722b$18f07af0$a301280a@phx.gbl...
>>I am unable to connect to other networked computers and
>> when trying to sort the problem through network
>> diagnostic in XP help I get the following error message
>>
>> "Unable to connect to WMI service '\root\cimv2' "
>>
>> also "WMI information may be corrupted" message apears

on
>> the advanced tab of Local area connection properties.
>>
>> I am using windows XP
>>
>> any suggestions?
>>
>> Thanks Eddie

>
>
>.
>

  Reply With Quote
Old 29-07-2004, 02:22 AM   #4
Philip Nunn [MSFT]
Guest
 
Posts: n/a
Default Re: WMI Error

Sorry if my steps were confusing. 'type' should never actually be typed - I
just mean to say execute the command in quotes.

C:\>net stop winmgmt

The Windows Management Instrumentation service is stopping.
The Windows Management Instrumentation service was stopped successfully.

C:\>cd %windir%\system32\wbem

C:\WINDOWS\system32\wbem>ren Repository Repository.old

Let me know if this still does not work.
Thanks.
--
Philip Nunn [MSFT]
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.
"Eddie" <Eddie@discussions.microsoft.com> wrote in message
news:61c501c474e2$b1c5aed0$a501280a@phx.gbl...
> Phillip
>
> Thanks
> 'type "net stop winmgmt"'
> I get message - system error 1060 has occurred
>
> 'type "cd %windir%\system32\wbem"'
>>- type "ren repository repository.old"

> I get message - the system cannot find the file specified
>
> Any more suggestions ?
>
> thanks
>>-----Original Message-----
>>First you can try to use SystemRestore to go to a point

> before the
>>corruption.
>>
>>Another way this can be fixed is by forcing an auto-

> recover of the default
>>information stored in the WMI repository (database).
>>
>>- open a command window (start > cmd.exe)
>>- type "net stop winmgmt"
>>- type "cd %windir%\system32\wbem"
>>- type "ren repository repository.old" (or

> alternatively delete it)
>>
>>Then try your operation again. It may take a minute or

> so to complete while
>>WMI rebuilds the database.
>>
>>
>>--
>>Philip Nunn [MSFT]
>>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.
>>"Eddie" <eddie@discussions.microsoft.com> wrote in

> message
>>news:390e01c4722b$18f07af0$a301280a@phx.gbl...
>>>I am unable to connect to other networked computers and
>>> when trying to sort the problem through network
>>> diagnostic in XP help I get the following error message
>>>
>>> "Unable to connect to WMI service '\root\cimv2' "
>>>
>>> also "WMI information may be corrupted" message apears

> on
>>> the advanced tab of Local area connection properties.
>>>
>>> I am using windows XP
>>>
>>> any suggestions?
>>>
>>> Thanks Eddie

>>
>>
>>.
>>



  Reply With Quote
Old 29-07-2004, 07:43 AM   #5
Eddie
Guest
 
Posts: n/a
Default Re: WMI Error

Its OK I put the command in correctly.

with regard to the net stop winmgmt command I forgot to
record I also get the message 'The specified service does
not exist as an installed service'

Thanks Eddie
>-----Original Message-----
>Sorry if my steps were confusing. 'type' should never

actually be typed - I
>just mean to say execute the command in quotes.
>
>C:\>net stop winmgmt
>
>The Windows Management Instrumentation service is

stopping.
>The Windows Management Instrumentation service was

stopped successfully.
>
>C:\>cd %windir%\system32\wbem
>
>C:\WINDOWS\system32\wbem>ren Repository Repository.old
>
>Let me know if this still does not work.
>Thanks.
>--
>Philip Nunn [MSFT]
>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.
>"Eddie" <Eddie@discussions.microsoft.com> wrote in

message
>news:61c501c474e2$b1c5aed0$a501280a@phx.gbl...
>> Phillip
>>
>> Thanks
>> 'type "net stop winmgmt"'
>> I get message - system error 1060 has occurred
>>
>> 'type "cd %windir%\system32\wbem"'
>>>- type "ren repository repository.old"

>> I get message - the system cannot find the file

specified
>>
>> Any more suggestions ?
>>
>> thanks
>>>-----Original Message-----
>>>First you can try to use SystemRestore to go to a point

>> before the
>>>corruption.
>>>
>>>Another way this can be fixed is by forcing an auto-

>> recover of the default
>>>information stored in the WMI repository (database).
>>>
>>>- open a command window (start > cmd.exe)
>>>- type "net stop winmgmt"
>>>- type "cd %windir%\system32\wbem"
>>>- type "ren repository repository.old" (or

>> alternatively delete it)
>>>
>>>Then try your operation again. It may take a minute or

>> so to complete while
>>>WMI rebuilds the database.
>>>
>>>
>>>--
>>>Philip Nunn [MSFT]
>>>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.
>>>"Eddie" <eddie@discussions.microsoft.com> wrote in

>> message
>>>news:390e01c4722b$18f07af0$a301280a@phx.gbl...
>>>>I am unable to connect to other networked computers

and
>>>> when trying to sort the problem through network
>>>> diagnostic in XP help I get the following error

message
>>>>
>>>> "Unable to connect to WMI service '\root\cimv2' "
>>>>
>>>> also "WMI information may be corrupted" message

apears
>> on
>>>> the advanced tab of Local area connection properties.
>>>>
>>>> I am using windows XP
>>>>
>>>> any suggestions?
>>>>
>>>> Thanks Eddie
>>>
>>>
>>>.
>>>

>
>
>.
>

  Reply With Quote
Old 29-07-2004, 05:12 PM   #6
Philip Nunn [MSFT]
Guest
 
Posts: n/a
Default Re: WMI Error

Something quite major is wrong in that case. What is the history of the
machine? Did this problem start recently and/or was there an event that may
have caused this such as virus infection, etc.?

At this point, I would recommend backing up all important data (just to be
safe) and performing an in-place re-installation upgrade of the system.
This should reinstall the entire operating system while maintaining data,
settings and installed applications.

This can be done from a command window with the Windows CD in the drive:
<CD drive>:\i386\winnt32 /unattend



If cd drive is e: then it would be 'e:\i386\winnt32 /unattend'


--
Philip Nunn [MSFT]
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.
"Eddie" <Eddie@discussions.microsoft.com> wrote in message
news:63d301c4753f$c88d2820$a301280a@phx.gbl...
> Its OK I put the command in correctly.
>
> with regard to the net stop winmgmt command I forgot to
> record I also get the message 'The specified service does
> not exist as an installed service'
>
> Thanks Eddie
>>-----Original Message-----
>>Sorry if my steps were confusing. 'type' should never

> actually be typed - I
>>just mean to say execute the command in quotes.
>>
>>C:\>net stop winmgmt
>>
>>The Windows Management Instrumentation service is

> stopping.
>>The Windows Management Instrumentation service was

> stopped successfully.
>>
>>C:\>cd %windir%\system32\wbem
>>
>>C:\WINDOWS\system32\wbem>ren Repository Repository.old
>>
>>Let me know if this still does not work.
>>Thanks.
>>--
>>Philip Nunn [MSFT]
>>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.
>>"Eddie" <Eddie@discussions.microsoft.com> wrote in

> message
>>news:61c501c474e2$b1c5aed0$a501280a@phx.gbl...
>>> Phillip
>>>
>>> Thanks
>>> 'type "net stop winmgmt"'
>>> I get message - system error 1060 has occurred
>>>
>>> 'type "cd %windir%\system32\wbem"'
>>>>- type "ren repository repository.old"
>>> I get message - the system cannot find the file

> specified
>>>
>>> Any more suggestions ?
>>>
>>> thanks
>>>>-----Original Message-----
>>>>First you can try to use SystemRestore to go to a point
>>> before the
>>>>corruption.
>>>>
>>>>Another way this can be fixed is by forcing an auto-
>>> recover of the default
>>>>information stored in the WMI repository (database).
>>>>
>>>>- open a command window (start > cmd.exe)
>>>>- type "net stop winmgmt"
>>>>- type "cd %windir%\system32\wbem"
>>>>- type "ren repository repository.old" (or
>>> alternatively delete it)
>>>>
>>>>Then try your operation again. It may take a minute or
>>> so to complete while
>>>>WMI rebuilds the database.
>>>>
>>>>
>>>>--
>>>>Philip Nunn [MSFT]
>>>>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.
>>>>"Eddie" <eddie@discussions.microsoft.com> wrote in
>>> message
>>>>news:390e01c4722b$18f07af0$a301280a@phx.gbl...
>>>>>I am unable to connect to other networked computers

> and
>>>>> when trying to sort the problem through network
>>>>> diagnostic in XP help I get the following error

> message
>>>>>
>>>>> "Unable to connect to WMI service '\root\cimv2' "
>>>>>
>>>>> also "WMI information may be corrupted" message

> apears
>>> on
>>>>> the advanced tab of Local area connection properties.
>>>>>
>>>>> I am using windows XP
>>>>>
>>>>> any suggestions?
>>>>>
>>>>> Thanks Eddie
>>>>
>>>>
>>>>.
>>>>

>>
>>
>>.
>>



  Reply With Quote
Old 29-07-2004, 07:41 PM   #7
Eddie
Guest
 
Posts: n/a
Default Re: WMI Error

Thanks Phillip.

The computer is fairly new and the problem as been there
for thr last few months. There have been some virus
problems which McAfee has sorted - so that may be the
answer. I will try what you have suggested


>-----Original Message-----
>Something quite major is wrong in that case. What is

the history of the
>machine? Did this problem start recently and/or was

there an event that may
>have caused this such as virus infection, etc.?
>
>At this point, I would recommend backing up all

important data (just to be
>safe) and performing an in-place re-installation upgrade

of the system.
>This should reinstall the entire operating system while

maintaining data,
>settings and installed applications.
>
>This can be done from a command window with the Windows

CD in the drive:
> <CD drive>:\i386\winnt32 /unattend
>
>
>
>If cd drive is e: then it would be 'e:\i386

\winnt32 /unattend'
>
>
>--
>Philip Nunn [MSFT]
>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.
>"Eddie" <Eddie@discussions.microsoft.com> wrote in

message
>news:63d301c4753f$c88d2820$a301280a@phx.gbl...
>> Its OK I put the command in correctly.
>>
>> with regard to the net stop winmgmt command I forgot to
>> record I also get the message 'The specified service

does
>> not exist as an installed service'
>>
>> Thanks Eddie
>>>-----Original Message-----
>>>Sorry if my steps were confusing. 'type' should never

>> actually be typed - I
>>>just mean to say execute the command in quotes.
>>>
>>>C:\>net stop winmgmt
>>>
>>>The Windows Management Instrumentation service is

>> stopping.
>>>The Windows Management Instrumentation service was

>> stopped successfully.
>>>
>>>C:\>cd %windir%\system32\wbem
>>>
>>>C:\WINDOWS\system32\wbem>ren Repository Repository.old
>>>
>>>Let me know if this still does not work.
>>>Thanks.
>>>--
>>>Philip Nunn [MSFT]
>>>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.
>>>"Eddie" <Eddie@discussions.microsoft.com> wrote in

>> message
>>>news:61c501c474e2$b1c5aed0$a501280a@phx.gbl...
>>>> Phillip
>>>>
>>>> Thanks
>>>> 'type "net stop winmgmt"'
>>>> I get message - system error 1060 has occurred
>>>>
>>>> 'type "cd %windir%\system32\wbem"'
>>>>>- type "ren repository repository.old"
>>>> I get message - the system cannot find the file

>> specified
>>>>
>>>> Any more suggestions ?
>>>>
>>>> thanks
>>>>>-----Original Message-----
>>>>>First you can try to use SystemRestore to go to a

point
>>>> before the
>>>>>corruption.
>>>>>
>>>>>Another way this can be fixed is by forcing an auto-
>>>> recover of the default
>>>>>information stored in the WMI repository (database).
>>>>>
>>>>>- open a command window (start > cmd.exe)
>>>>>- type "net stop winmgmt"
>>>>>- type "cd %windir%\system32\wbem"
>>>>>- type "ren repository repository.old" (or
>>>> alternatively delete it)
>>>>>
>>>>>Then try your operation again. It may take a minute

or
>>>> so to complete while
>>>>>WMI rebuilds the database.
>>>>>
>>>>>
>>>>>--
>>>>>Philip Nunn [MSFT]
>>>>>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.
>>>>>"Eddie" <eddie@discussions.microsoft.com> wrote in
>>>> message
>>>>>news:390e01c4722b$18f07af0$a301280a@phx.gbl...
>>>>>>I am unable to connect to other networked computers

>> and
>>>>>> when trying to sort the problem through network
>>>>>> diagnostic in XP help I get the following error

>> message
>>>>>>
>>>>>> "Unable to connect to WMI service '\root\cimv2' "
>>>>>>
>>>>>> also "WMI information may be corrupted" message

>> apears
>>>> on
>>>>>> the advanced tab of Local area connection

properties.
>>>>>>
>>>>>> I am using windows XP
>>>>>>
>>>>>> any suggestions?
>>>>>>
>>>>>> Thanks Eddie
>>>>>
>>>>>
>>>>>.
>>>>>
>>>
>>>
>>>.
>>>

>
>
>.
>

  Reply With Quote
Old 02-08-2004, 05:10 AM   #8
aziz
Guest
 
Posts: n/a
Default WMI Error

i have the same problem too
any one can help ?
  Reply With Quote
Old 02-08-2004, 11:27 PM   #9
Philip Nunn [MSFT]
Guest
 
Posts: n/a
Default Re: WMI Error

What are you trying to do that is not working exactly?

Also, did you try the steps in my first response? If so, what problems did
you encounter?

--
Philip Nunn [MSFT]
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.
"aziz" <nawal_28@hotmail.com> wrote in message
news:86e601c4784e$fa1b93b0$a601280a@phx.gbl...
>i have the same problem too
> any one can help ?



  Reply With Quote
Old 30-08-2004, 01:08 AM   #10
Black_Gunz
Guest
 
Posts: n/a
Default Re: WMI Error

Philip Nunn,

I have the same problem... already tryed your sugestions, even
reinstalling windows XP Pro SP1...

I cannot advance config my net cards... =(...

please help me... =P

Lauro

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off