URGENT (hate it) CIM Studio gives ACCESS_DENIED on EnumInstances
alexbalaev_at_yahoo.com
Date: 01/06/05
- Next message: Torgeir Bakken \(MVP\): "Re: WMI and WinXP SP2?"
- Previous message: Angus Robertson - Magenta Systems Ltd: "RE: InitiateSystemShutdown error 21"
- Next in thread: Peter Falz: "Re: URGENT (hate it) CIM Studio gives ACCESS_DENIED on EnumInstances"
- Reply: Peter Falz: "Re: URGENT (hate it) CIM Studio gives ACCESS_DENIED on EnumInstances"
- Messages sorted by: [ date ] [ thread ]
Date: 6 Jan 2005 06:40:43 -0800
Hello,
I am definetely missing something here and I would greatly appreciate
if someone would explain it to me.
Here is the problem.
I am trying to remotely access Win2003 box from WinXP box. I run CIM
Studio on WinXP providing the user credentials. I went to Win2003 box
and added this user to WMI security manually allowing the user to do
everything on root and all subfolder.
The user is from one domain and the Win2003 box is under another
domain. I beleive that there is NO trust relationships between those
domains.
So... I can connect to the WMI on Win2003 box, can browse the classes
in CIMV2 namespace but if I try to create instances for a class (say,
Win32_PerfRawData_PerfOS_System) I am getting WBEM_E_ACCESS_DENIED.
The same thing is happenning if I do this programmatically. In the code
I do call
CoSetProxyBlanket(pIWbemServices, RPC_C_AUTHN_WINNT,RPC_C_AUTHZ_NONE,
RPC_C_AUTHN_LEVEL_DEFAULT,RPC_C_IMP_LEVEL_IMPERSONATE,pAuthIdentity,EOAC_NONE);
for the same user. Besides I call the function on every interface I am
getting from the target box.
So both approaches are consistent but WHY?
What should I do on the target box to be able to use current user?
Otherwords is there a workaround?
Thanks much in advance, Alex.
- Next message: Torgeir Bakken \(MVP\): "Re: WMI and WinXP SP2?"
- Previous message: Angus Robertson - Magenta Systems Ltd: "RE: InitiateSystemShutdown error 21"
- Next in thread: Peter Falz: "Re: URGENT (hate it) CIM Studio gives ACCESS_DENIED on EnumInstances"
- Reply: Peter Falz: "Re: URGENT (hate it) CIM Studio gives ACCESS_DENIED on EnumInstances"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|