PC Review Forums Newsgroups Windows XP Windows XP WMI Re: error message and KB 823775

Reply

Re: error message and KB 823775

 
Thread Tools Rate Thread
Old 17-06-2004, 12:55 AM   #1
Philip Nunn [MSFT]
Guest
 
Posts: n/a
Default Re: error message and KB 823775


You can force an auto-recover of the default information stored in the
repository this way:

- 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.
"Mike" <mikeREMOVE@flycatcher.freeserve.co.uk> wrote in message
news:1a95101c44eca$8490d0e0$a501280a@phx.gbl...
> Is there any way of rebuilding the WMI database without
> having to do an OS rebuild. (System restore does not work)
>
> Thanks



  Reply With Quote
Old 02-07-2004, 01:22 PM   #2
Guest
 
Posts: n/a
Default Re: error message and KB 823775

Thanks for this, but I wasn't able to get a result. Can
you run through what I would expect to see on the screen?
IShouldn't the last line read "rem repository.....

I've tried the Microsoft way and after reinstalling SP1
my internet settings return with no WMI information.

Further help would be much appreciated!

Thanks,
Mike Redman
>-----Original Message-----
>You can force an auto-recover of the default information

stored in the
>repository this way:
>
>- 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.
>"Mike" <mikeREMOVE@flycatcher.freeserve.co.uk> wrote in

message
>news:1a95101c44eca$8490d0e0$a501280a@phx.gbl...
>> Is there any way of rebuilding the WMI database without
>> having to do an OS rebuild. (System restore does not

work)
>>
>> Thanks

>
>
>.
>

  Reply With Quote
Old 02-07-2004, 06:25 PM   #3
Philip Nunn [MSFT]
Guest
 
Posts: n/a
Default Re: error message and KB 823775

Did you try to put this in a batch file? That wasn't my original intent.
"ren" is the command to rename - maybe you're thing REM as in 'remark'
inside batch files.

Should look something like after you open a cmd window using startbutton >
run > cmd.exe:

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

C:\WINDOWS\system32\wbem>

....done with cmd prompt here...

Now try to do the operation again. If your operation still fails, tell me
exactly what page you are loading and how you access it. - it might not be a
WMI issue in that case.

--
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.
<anonymous@discussions.microsoft.com> wrote in message
news:2531501c46037$aabc4730$a501280a@phx.gbl...
> Thanks for this, but I wasn't able to get a result. Can
> you run through what I would expect to see on the screen?
> IShouldn't the last line read "rem repository.....
>
> I've tried the Microsoft way and after reinstalling SP1
> my internet settings return with no WMI information.
>
> Further help would be much appreciated!
>
> Thanks,
> Mike Redman
>>-----Original Message-----
>>You can force an auto-recover of the default information

> stored in the
>>repository this way:
>>
>>- 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.
>>"Mike" <mikeREMOVE@flycatcher.freeserve.co.uk> wrote in

> message
>>news:1a95101c44eca$8490d0e0$a501280a@phx.gbl...
>>> Is there any way of rebuilding the WMI database without
>>> having to do an OS rebuild. (System restore does not

> work)
>>>
>>> Thanks

>>
>>
>>.
>>



  Reply With Quote
Old 03-07-2004, 04:18 PM   #4
Guest
 
Posts: n/a
Default Re: error message and KB 823775

Thanks for sticking with me I am a bit of a novice!

I now get after the "net stop winmgmt" line ,
"System error 1060 has occurred. The specified service
does not exist as an installed service."
If I assume the programme is stopped and type ..."ren
repository repository.old" I get "Access denied."

Help,
Thanks, Mike (the bandit)Redman
>-----Original Message-----
>Did you try to put this in a batch file? That wasn't my

original intent.
>"ren" is the command to rename - maybe you're thing REM

as in 'remark'
>inside batch files.
>
>Should look something like after you open a cmd window

using startbutton >
>run > cmd.exe:
>
>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
>
>C:\WINDOWS\system32\wbem>
>
>....done with cmd prompt here...
>
>Now try to do the operation again. If your operation

still fails, tell me
>exactly what page you are loading and how you access

it. - it might not be a
>WMI issue in that case.
>
>--
>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.
><anonymous@discussions.microsoft.com> wrote in message
>news:2531501c46037$aabc4730$a501280a@phx.gbl...
>> Thanks for this, but I wasn't able to get a result. Can
>> you run through what I would expect to see on the

screen?
>> IShouldn't the last line read "rem repository.....
>>
>> I've tried the Microsoft way and after reinstalling SP1
>> my internet settings return with no WMI information.
>>
>> Further help would be much appreciated!
>>
>> Thanks,
>> Mike Redman
>>>-----Original Message-----
>>>You can force an auto-recover of the default

information
>> stored in the
>>>repository this way:
>>>
>>>- 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.
>>>"Mike" <mikeREMOVE@flycatcher.freeserve.co.uk> wrote in

>> message
>>>news:1a95101c44eca$8490d0e0$a501280a@phx.gbl...
>>>> Is there any way of rebuilding the WMI database

without
>>>> having to do an OS rebuild. (System restore does not

>> work)
>>>>
>>>> Thanks
>>>
>>>
>>>.
>>>

>
>
>.
>

  Reply With Quote
Old 05-07-2004, 11:39 AM   #5
mike
Guest
 
Posts: n/a
Default Re: error message and KB 823775

Hi Phillip,
i've just rebuilt wmi in the registruy as the answer
above. "Not found".
i then started windows in safe mode and used your advice
to the letter instead of making up my own fix! Everything
is now fine and I've been able to rebuild my LAN. My son
is going to be happy as he can now kill his virtual
friends again. Thanks alot, plesae relax in the knowledge
that you have helped someone.
regards,
mike.

>-----Original Message-----
>Thanks for sticking with me I am a bit of a novice!
>
>I now get after the "net stop winmgmt" line ,
>"System error 1060 has occurred. The specified service
>does not exist as an installed service."
>If I assume the programme is stopped and type ..."ren
>repository repository.old" I get "Access denied."
>
>Help,
>Thanks, Mike (the bandit)Redman
>>-----Original Message-----
>>Did you try to put this in a batch file? That wasn't

my
>original intent.
>>"ren" is the command to rename - maybe you're thing REM

>as in 'remark'
>>inside batch files.
>>
>>Should look something like after you open a cmd window

>using startbutton >
>>run > cmd.exe:
>>
>>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
>>
>>C:\WINDOWS\system32\wbem>
>>
>>....done with cmd prompt here...
>>
>>Now try to do the operation again. If your operation

>still fails, tell me
>>exactly what page you are loading and how you access

>it. - it might not be a
>>WMI issue in that case.
>>
>>--
>>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.
>><anonymous@discussions.microsoft.com> wrote in message
>>news:2531501c46037$aabc4730$a501280a@phx.gbl...
>>> Thanks for this, but I wasn't able to get a result.

Can
>>> you run through what I would expect to see on the

>screen?
>>> IShouldn't the last line read "rem repository.....
>>>
>>> I've tried the Microsoft way and after reinstalling

SP1
>>> my internet settings return with no WMI information.
>>>
>>> Further help would be much appreciated!
>>>
>>> Thanks,
>>> Mike Redman
>>>>-----Original Message-----
>>>>You can force an auto-recover of the default

>information
>>> stored in the
>>>>repository this way:
>>>>
>>>>- 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.
>>>>"Mike" <mikeREMOVE@flycatcher.freeserve.co.uk> wrote

in
>>> message
>>>>news:1a95101c44eca$8490d0e0$a501280a@phx.gbl...
>>>>> Is there any way of rebuilding the WMI database

>without
>>>>> having to do an OS rebuild. (System restore does not
>>> work)
>>>>>
>>>>> Thanks
>>>>
>>>>
>>>>.
>>>>

>>
>>
>>.
>>

>.
>

  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