PC Review
Forums
Newsgroups
Windows XP
Windows XP WMI
Re: error message and KB 823775
Forums
Newsgroups
Windows XP
Windows XP WMI
Re: error message and KB 823775
![]() |
Re: error message and KB 823775 |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 > > >. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 >> >> >>. >> |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 >>> >>> >>>. >>> > > >. > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 >>>> >>>> >>>>. >>>> >> >> >>. >> >. > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

