Can not connect to WMI

Posted: 01-10-2007, 09:38 PM
We are having problems with applications that use WMI. Digging in to this I
am sure it is an issue with a domain policy which is preventing people from
accessing WMI.
The reason I say this is as domain admin I connect to theWMI on my Domain
Controllers and Member Servers without issue. However when I try to connect
to member worstations I get a Win32 access is denied message. We also get
an Event 1090 constantly on all of our member worsations. The essage reads:
Windows couldn't log the RSoP (Resultant Set of Policies) session status. An
attempt to connect to WMI failed. No more RSoP logging will be done for this
application of policy.

In addition when I try to connect to the WMI in the control panel I get
Event 43 and event 60 in my event logs

WMI ADAP failed to connect to namespace \\.\root\cimv2 with the following
error: 0x80070005

WMI ADAP was unable to process the performance libraries: 0x80041001

All of our workstations are XP SP2. I can not connect to any of the XP boxes
either as a local admin or remotely as admin. I have tried shutting of the
windows firewall and creating a GPO which sets DCOM permmisions.

Thanks for the help


Reply With Quote

Responses to "Can not connect to WMI"

Rick Sears
Guest
Posts: n/a
 
Re: Can not connect to WMI
Posted: 01-10-2007, 10:02 PM
Update we are not sure that this is a permissions issue it may be that we
have and older Group Policy object that is corrupt and is causing this
issue. We are going to creat new OU in the root so that we can selectively
apply GPO to a newly installed PC and figure out what policy is causing WMI
to FUBAR

Rick

"Rick Sears" <rsears@nbssc.com> wrote in message
news:Oz1il%23PNHHA.724@TK2MSFTNGP04.phx.gbl...
> We are having problems with applications that use WMI. Digging in to this
> I am sure it is an issue with a domain policy which is preventing people
> from accessing WMI.
> The reason I say this is as domain admin I connect to theWMI on my Domain
> Controllers and Member Servers without issue. However when I try to
> connect to member worstations I get a Win32 access is denied message. We
> also get an Event 1090 constantly on all of our member worsations. The
> essage reads:
> Windows couldn't log the RSoP (Resultant Set of Policies) session status.
> An attempt to connect to WMI failed. No more RSoP logging will be done for
> this application of policy.
>
> In addition when I try to connect to the WMI in the control panel I get
> Event 43 and event 60 in my event logs
>
> WMI ADAP failed to connect to namespace \\.\root\cimv2 with the following
> error: 0x80070005
>
> WMI ADAP was unable to process the performance libraries: 0x80041001
>
> All of our workstations are XP SP2. I can not connect to any of the XP
> boxes either as a local admin or remotely as admin. I have tried shutting
> of the windows firewall and creating a GPO which sets DCOM permmisions.
>
> Thanks for the help
>
>

Reply With Quote
Manbinder Pal Singh [MSFT]
Guest
Posts: n/a
 
Re: Can not connect to WMI
Posted: 01-11-2007, 03:09 AM
I would say
1. clear all logs under %windir%\system32\wbem\logs , and event viewer
events.
2. and then restart the wmi service "net stop winmgmt & net start winmgmt"
3. see if there are events in the event viewer or logs?
4. You can reboot your workstation now and on restart see logs and wevent
viewer again to see ifsomething failed?
5. Try using wbemtest localy on your workstation machines and connect to
root\cimv2 and try to enumurate win32_process or some class if it connects
successfully.
6. If local connection succeeds then you need to configure your workstation
for remote configuration.. So follow this
http://msdn2.microsoft.com/en-us/library/aa389290.aspx

Please give the log or error event log details for each of this in more
detail.
Hopefully that should help and fix.

Thanks,
Manbinder Pal Singh

This posting is provided "AS IS" with no warranties, and confers no rights.


"Rick Sears" <rsears@nbssc.com> wrote in message
news:u7H4KMQNHHA.3588@TK2MSFTNGP06.phx.gbl...
> Update we are not sure that this is a permissions issue it may be that we
> have and older Group Policy object that is corrupt and is causing this
> issue. We are going to creat new OU in the root so that we can selectively
> apply GPO to a newly installed PC and figure out what policy is causing
> WMI to FUBAR
>
> Rick
>
> "Rick Sears" <rsears@nbssc.com> wrote in message
> news:Oz1il%23PNHHA.724@TK2MSFTNGP04.phx.gbl...
>> We are having problems with applications that use WMI. Digging in to this
>> I am sure it is an issue with a domain policy which is preventing people
>> from accessing WMI.
>> The reason I say this is as domain admin I connect to theWMI on my Domain
>> Controllers and Member Servers without issue. However when I try to
>> connect to member worstations I get a Win32 access is denied message. We
>> also get an Event 1090 constantly on all of our member worsations. The
>> essage reads:
>> Windows couldn't log the RSoP (Resultant Set of Policies) session status.
>> An attempt to connect to WMI failed. No more RSoP logging will be done
>> for this application of policy.
>>
>> In addition when I try to connect to the WMI in the control panel I get
>> Event 43 and event 60 in my event logs
>>
>> WMI ADAP failed to connect to namespace \\.\root\cimv2 with the following
>> error: 0x80070005
>>
>> WMI ADAP was unable to process the performance libraries: 0x80041001
>>
>> All of our workstations are XP SP2. I can not connect to any of the XP
>> boxes either as a local admin or remotely as admin. I have tried shutting
>> of the windows firewall and creating a GPO which sets DCOM permmisions.
>>
>> Thanks for the help
>>
>>
>
>

Reply With Quote
Christer S
Guest
Posts: n/a
 
Re: Can not connect to WMI
Posted: 01-11-2007, 10:35 AM
I have also problem with this, I noticed it when I try to configure the
local sqlserver 2005 .
Error message in SQL server 2005 Surface area configuration:

Computer localhost does not exist on the network. or the computer cannot be
configured remotely. Verify that the remote computer has the required
Windows Management Instumentation components and then try again. (SQLSAC)

Addaitional information:

An exception occured in smo while trying to manage a service. -> Access is

denied. (Exception from HRESULT: 0x080070005(E_ACCESSDENIED)) (mscorlib)





Then I check using wmimgmt.msc and when I right click WMI Control and

select properties, it gives the following message in General

tab:

Failed to connect to <local computer> because "Win32: Access is denied."


So I think that the problem must be in Windows-WMI.

Help

Christers



"Manbinder Pal Singh [MSFT]" <manbins@microsoft.com> wrote in message
news:eD%23i73SNHHA.1252@TK2MSFTNGP02.phx.gbl...
>I would say
> 1. clear all logs under %windir%\system32\wbem\logs , and event viewer
> events.
> 2. and then restart the wmi service "net stop winmgmt & net start winmgmt"
> 3. see if there are events in the event viewer or logs?
> 4. You can reboot your workstation now and on restart see logs and wevent
> viewer again to see ifsomething failed?
> 5. Try using wbemtest localy on your workstation machines and connect to
> root\cimv2 and try to enumurate win32_process or some class if it connects
> successfully.
> 6. If local connection succeeds then you need to configure your
> workstation for remote configuration.. So follow this
> http://msdn2.microsoft.com/en-us/library/aa389290.aspx
>
> Please give the log or error event log details for each of this in more
> detail.
> Hopefully that should help and fix.
>
> Thanks,
> Manbinder Pal Singh
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
> "Rick Sears" <rsears@nbssc.com> wrote in message
> news:u7H4KMQNHHA.3588@TK2MSFTNGP06.phx.gbl...
>> Update we are not sure that this is a permissions issue it may be that we
>> have and older Group Policy object that is corrupt and is causing this
>> issue. We are going to creat new OU in the root so that we can
>> selectively apply GPO to a newly installed PC and figure out what policy
>> is causing WMI to FUBAR
>>
>> Rick
>>
>> "Rick Sears" <rsears@nbssc.com> wrote in message
>> news:Oz1il%23PNHHA.724@TK2MSFTNGP04.phx.gbl...
>>> We are having problems with applications that use WMI. Digging in to
>>> this I am sure it is an issue with a domain policy which is preventing
>>> people from accessing WMI.
>>> The reason I say this is as domain admin I connect to theWMI on my
>>> Domain Controllers and Member Servers without issue. However when I try
>>> to connect to member worstations I get a Win32 access is denied message.
>>> We also get an Event 1090 constantly on all of our member worsations.
>>> The essage reads:
>>> Windows couldn't log the RSoP (Resultant Set of Policies) session
>>> status. An attempt to connect to WMI failed. No more RSoP logging will
>>> be done for this application of policy.
>>>
>>> In addition when I try to connect to the WMI in the control panel I get
>>> Event 43 and event 60 in my event logs
>>>
>>> WMI ADAP failed to connect to namespace \\.\root\cimv2 with the
>>> following error: 0x80070005
>>>
>>> WMI ADAP was unable to process the performance libraries: 0x80041001
>>>
>>> All of our workstations are XP SP2. I can not connect to any of the XP
>>> boxes either as a local admin or remotely as admin. I have tried
>>> shutting of the windows firewall and creating a GPO which sets DCOM
>>> permmisions.
>>>
>>> Thanks for the help
>>>
>>>
>>
>>
>
>

Reply With Quote
Manbinder Pal Singh [MSFT]
Guest
Posts: n/a
 
Re: Can not connect to WMI
Posted: 01-11-2007, 11:01 AM
Can you please run WMIDIAG tool and send the logs. You can find this in
download microsoft section.

Thanks,
Manbinder Pal Singh

This posting is provided "AS IS" with no warranties, and confers no rights.

"Christer S" <christer.sorell@nolyx.se> wrote in message
news:45a611f5$0$22512$8404b019@news.wineasy.se...
>I have also problem with this, I noticed it when I try to configure the
>local sqlserver 2005 .
> Error message in SQL server 2005 Surface area configuration:
>
> Computer localhost does not exist on the network. or the computer cannot
> be configured remotely. Verify that the remote computer has the required
> Windows Management Instumentation components and then try again. (SQLSAC)
>
> Addaitional information:
>
> An exception occured in smo while trying to manage a service. -> Access is
>
> denied. (Exception from HRESULT: 0x080070005(E_ACCESSDENIED)) (mscorlib)
>
>
>
>
>
> Then I check using wmimgmt.msc and when I right click WMI Control and
>
> select properties, it gives the following message in General
>
> tab:
>
> Failed to connect to <local computer> because "Win32: Access is denied."
>
>
> So I think that the problem must be in Windows-WMI.
>
> Help
>
> Christers
>
>
>
> "Manbinder Pal Singh [MSFT]" <manbins@microsoft.com> wrote in message
> news:eD%23i73SNHHA.1252@TK2MSFTNGP02.phx.gbl...
>>I would say
>> 1. clear all logs under %windir%\system32\wbem\logs , and event viewer
>> events.
>> 2. and then restart the wmi service "net stop winmgmt & net start
>> winmgmt"
>> 3. see if there are events in the event viewer or logs?
>> 4. You can reboot your workstation now and on restart see logs and wevent
>> viewer again to see ifsomething failed?
>> 5. Try using wbemtest localy on your workstation machines and connect to
>> root\cimv2 and try to enumurate win32_process or some class if it
>> connects successfully.
>> 6. If local connection succeeds then you need to configure your
>> workstation for remote configuration.. So follow this
>> http://msdn2.microsoft.com/en-us/library/aa389290.aspx
>>
>> Please give the log or error event log details for each of this in more
>> detail.
>> Hopefully that should help and fix.
>>
>> Thanks,
>> Manbinder Pal Singh
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>>
>> "Rick Sears" <rsears@nbssc.com> wrote in message
>> news:u7H4KMQNHHA.3588@TK2MSFTNGP06.phx.gbl...
>>> Update we are not sure that this is a permissions issue it may be that
>>> we have and older Group Policy object that is corrupt and is causing
>>> this issue. We are going to creat new OU in the root so that we can
>>> selectively apply GPO to a newly installed PC and figure out what policy
>>> is causing WMI to FUBAR
>>>
>>> Rick
>>>
>>> "Rick Sears" <rsears@nbssc.com> wrote in message
>>> news:Oz1il%23PNHHA.724@TK2MSFTNGP04.phx.gbl...
>>>> We are having problems with applications that use WMI. Digging in to
>>>> this I am sure it is an issue with a domain policy which is preventing
>>>> people from accessing WMI.
>>>> The reason I say this is as domain admin I connect to theWMI on my
>>>> Domain Controllers and Member Servers without issue. However when I try
>>>> to connect to member worstations I get a Win32 access is denied
>>>> message. We also get an Event 1090 constantly on all of our member
>>>> worsations. The essage reads:
>>>> Windows couldn't log the RSoP (Resultant Set of Policies) session
>>>> status. An attempt to connect to WMI failed. No more RSoP logging will
>>>> be done for this application of policy.
>>>>
>>>> In addition when I try to connect to the WMI in the control panel I get
>>>> Event 43 and event 60 in my event logs
>>>>
>>>> WMI ADAP failed to connect to namespace \\.\root\cimv2 with the
>>>> following error: 0x80070005
>>>>
>>>> WMI ADAP was unable to process the performance libraries: 0x80041001
>>>>
>>>> All of our workstations are XP SP2. I can not connect to any of the XP
>>>> boxes either as a local admin or remotely as admin. I have tried
>>>> shutting of the windows firewall and creating a GPO which sets DCOM
>>>> permmisions.
>>>>
>>>> Thanks for the help
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Reply With Quote
Rick Sears
Guest
Posts: n/a
 
Re: Can not connect to WMI
Posted: 01-15-2007, 09:33 PM
Well ours was a group policy issue. A prior admin had made changes to the
domain level policy which prevented users from running DCOM and in turn WMI.
There was another article that suggested the following:
Create a new OU at the root
Format a new PC and move it to the test ou.
Apply each group policy object until you break WMI. Since this is a computer
based policy issue it could take lots of reboots before you find the
offending policy.

Rick
..




"Manbinder Pal Singh [MSFT]" <manbins@microsoft.com> wrote in message
news:etmbb$WNHHA.3312@TK2MSFTNGP03.phx.gbl...
> Can you please run WMIDIAG tool and send the logs. You can find this in
> download microsoft section.
>
> Thanks,
> Manbinder Pal Singh
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Christer S" <christer.sorell@nolyx.se> wrote in message
> news:45a611f5$0$22512$8404b019@news.wineasy.se...
>>I have also problem with this, I noticed it when I try to configure the
>>local sqlserver 2005 .
>> Error message in SQL server 2005 Surface area configuration:
>>
>> Computer localhost does not exist on the network. or the computer cannot
>> be configured remotely. Verify that the remote computer has the required
>> Windows Management Instumentation components and then try again. (SQLSAC)
>>
>> Addaitional information:
>>
>> An exception occured in smo while trying to manage a service. -> Access
>> is
>>
>> denied. (Exception from HRESULT: 0x080070005(E_ACCESSDENIED)) (mscorlib)
>>
>>
>>
>>
>>
>> Then I check using wmimgmt.msc and when I right click WMI Control and
>>
>> select properties, it gives the following message in General
>>
>> tab:
>>
>> Failed to connect to <local computer> because "Win32: Access is denied."
>>
>>
>> So I think that the problem must be in Windows-WMI.
>>
>> Help
>>
>> Christers
>>
>>
>>
>> "Manbinder Pal Singh [MSFT]" <manbins@microsoft.com> wrote in message
>> news:eD%23i73SNHHA.1252@TK2MSFTNGP02.phx.gbl...
>>>I would say
>>> 1. clear all logs under %windir%\system32\wbem\logs , and event viewer
>>> events.
>>> 2. and then restart the wmi service "net stop winmgmt & net start
>>> winmgmt"
>>> 3. see if there are events in the event viewer or logs?
>>> 4. You can reboot your workstation now and on restart see logs and
>>> wevent viewer again to see ifsomething failed?
>>> 5. Try using wbemtest localy on your workstation machines and connect to
>>> root\cimv2 and try to enumurate win32_process or some class if it
>>> connects successfully.
>>> 6. If local connection succeeds then you need to configure your
>>> workstation for remote configuration.. So follow this
>>> http://msdn2.microsoft.com/en-us/library/aa389290.aspx
>>>
>>> Please give the log or error event log details for each of this in more
>>> detail.
>>> Hopefully that should help and fix.
>>>
>>> Thanks,
>>> Manbinder Pal Singh
>>>
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>>
>>>
>>> "Rick Sears" <rsears@nbssc.com> wrote in message
>>> news:u7H4KMQNHHA.3588@TK2MSFTNGP06.phx.gbl...
>>>> Update we are not sure that this is a permissions issue it may be that
>>>> we have and older Group Policy object that is corrupt and is causing
>>>> this issue. We are going to creat new OU in the root so that we can
>>>> selectively apply GPO to a newly installed PC and figure out what
>>>> policy is causing WMI to FUBAR
>>>>
>>>> Rick
>>>>
>>>> "Rick Sears" <rsears@nbssc.com> wrote in message
>>>> news:Oz1il%23PNHHA.724@TK2MSFTNGP04.phx.gbl...
>>>>> We are having problems with applications that use WMI. Digging in to
>>>>> this I am sure it is an issue with a domain policy which is preventing
>>>>> people from accessing WMI.
>>>>> The reason I say this is as domain admin I connect to theWMI on my
>>>>> Domain Controllers and Member Servers without issue. However when I
>>>>> try to connect to member worstations I get a Win32 access is denied
>>>>> message. We also get an Event 1090 constantly on all of our member
>>>>> worsations. The essage reads:
>>>>> Windows couldn't log the RSoP (Resultant Set of Policies) session
>>>>> status. An attempt to connect to WMI failed. No more RSoP logging will
>>>>> be done for this application of policy.
>>>>>
>>>>> In addition when I try to connect to the WMI in the control panel I
>>>>> get Event 43 and event 60 in my event logs
>>>>>
>>>>> WMI ADAP failed to connect to namespace \\.\root\cimv2 with the
>>>>> following error: 0x80070005
>>>>>
>>>>> WMI ADAP was unable to process the performance libraries: 0x80041001
>>>>>
>>>>> All of our workstations are XP SP2. I can not connect to any of the XP
>>>>> boxes either as a local admin or remotely as admin. I have tried
>>>>> shutting of the windows firewall and creating a GPO which sets DCOM
>>>>> permmisions.
>>>>>
>>>>> Thanks for the help
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't connect using VPN Brad Windows Vista Networking & Sharing 5 01-26-2007 09:58 PM
Can't connect andrew Windows XP Work Remotely 20 05-03-2004 07:29 PM
Can't connect WMP Ruth Windows XP Music 1 09-30-2003 06:21 PM
won't connect Jay Windows XP Work Remotely 1 07-17-2003 06:59 AM
can not connect ashtar Windows XP Messenger 1 07-06-2003 12:46 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90