|
SystemTools ToolBoard
![]() WMI
![]() 0x80070005 error on some computers
|
| next newest topic | next oldest topic |
| Author | Topic: 0x80070005 error on some computers |
|
Gurk Junior Member |
Hello I get access denied error 0x80070005 when performing any WMI query or start process on a few computers. The common thing with these computers are that I am administrator through domain admins on these computers, they are running xp pro sp2 fully patched and a policy to turn off firewall, the remote registry service is on and no restriction in policy regarding connecting over network is in place. The WMI services are running. I can start and stop services, see shares and other things. I have searched through this nice forum and tested a command line for the firewall, checking with logon as with a few other accounts such as local administrator etc. This drives me nuts =) What things are required to run to make this work? At some other computers I also get an error that the computer is not configured for transactions, when trying to access shares. Any help is appreciated. /Andreas
[This message has been edited by Gurk (edited 02-15-2005).] IP: Logged |
|
cmccullough Administrator |
Not sure unfortunately because Hyena has no control over this. If you were to download CIM Studio from Microsoft's site you should see the same results. One thing that might be worth a test would be to run it locally on one of these computers to see if you can get WMI information. This might help determine if it has to do with accessing WMI remotely. IP: Logged |
|
kstanush Administrator |
Try running dcomcnfg and right click on My Computer and then select Properties. Check the Default Properties and COM Security tabs and see if anything looks 'not right'. The best way to verify what the setting should be would be to run on a computer where this works and compare the results to one that does not. Unfortunately, I think that this utility must be run locally on each computer. IP: Logged |
|
Gurk Junior Member |
Yessssss!!!! I got it to work, it sure was DCOM that was being obnoxious! Let me take return your help with the story of what it was: Some time ago these computers seem to be infected with "r.bot" trojan/virus. The virus didnt do much besides scanning for cd-keys and stuff (or this is what i have been told). The virus was *not* discovered by the antivirus but instead a removal tool from an unnamed company was used. This tool removed the files, the registry changes except for these two: HKEY_LOCAL_MACHINE\Software\Microsoft\Ole HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa The darn virus increased the security (!) on the machine. I guess to cloak it from let say... tools usning DCOM =) I got on the track after noticing some strange behaviour with dcomcnfg and then checking helpdesk logs. SP2 was applied *after* the removal and had absolutely nothing to do with the problems I described. I can also confess that kicking the computers do not remedy nor help with this, but it feels much better. Many many thanks to you, I would *not* have fixed this at all on my own. You got one happy IT-department sitting over here giggeling again with Hyena in their hands. /Andreas [This message has been edited by Gurk (edited 02-15-2005).] IP: Logged |
|
The Supply Guy Member |
Gurk, I just want to thank you for supplying you results. You've saved me from a major headache, and I'm SOOO happy. In most of my scripts, I attempt a standard WMI connection. If that fails, I use an alternate moniker asking the user for a different set of credentials. If THAT fails, I'm screwed (WMI-wise). But here's how I dealt with the WMI error (or inability to connect): On Error Resume Next (second attempt to connect, this time with alternate credentials) Set objWMIService = objLocator.ConnectServer(strComputer,strNamespace,strUser,strPassword) If err.number <> 0 Then WshShell.Popup "reg error: " & Err.Number & vbCrLf & Err.Description,5 ' for testing/debugging If Err.Number = 35004 Or Err.Number = 35006 Then ' Key exists, so just change the value End If
But again, thanks for pointing out that key!! Joel IP: Logged |
|
ronsharo Junior Member |
Hi everyone, Ive got the same problem on my local machine. Any help will be appriciated, IP: Logged |
|
kstanush Administrator |
YOu can search google for WMI and this error code. One Microsoft article I found was here: http://support.microsoft.com/kb/909444 IP: Logged |
All times are ET (US) | next newest topic | next oldest topic |
![]() |
|
Copyright © 2001 - 2006 SystemTools Software, Inc.
Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board 5.46