wmi problem

G

Guest

I've install all components with wmi in it on my XPe. And made sur
wmi, RPC and RRAS services are running before started my application
The application failed to connect to wmi server. Here is the details

1. IWbemLocator::ConnectServer(..) failed with ret code 0x80004002
Error look up showed this code is "No such interface supported"

2. In Application EventLog two warnings
- Source WinMgmt, Event ID 43, description: WMI ADAP failed to connec
to namespace \\.\root\cimv2 with the following error: 0x8000400
- Source WinMgmt, Event ID 60, description: WMI ADAP was unable t
process the performance libraries: 0x8004100

3. Filemon trace during the application start phase also say
SVCHOST.EXE is trying to open wbemcore.dll in \windows\system32\
\windows\system\, and \windowsand reports "FILE NOT FOUND". In fact this file - wbemcore.dll is i
\windows\system32\wbem where it suppose to be

Why would svchost.exe not looking in wbem directory? Is there
registry or config setting I need to do

Thanks for your help

Sherr

P.S. I posted this in google groups microsoft.public.windowsxp.embedded yesterday. But this morning when I look into MSDN newsgroups I don't see this one there. I thought these two are the same. Are they?
 
B

Brad Combs

Sherry,

Check out this article, it seems to be on point.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;268881

HTH,
--
Brad Combs
Imago Technologies, LLC

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sherry said:
I've install all components with wmi in it on my XPe. And made sure
wmi, RPC and RRAS services are running before started my application.
The application failed to connect to wmi server. Here is the details:

1. IWbemLocator::ConnectServer(..) failed with ret code 0x80004002.
Error look up showed this code is "No such interface supported".

2. In Application EventLog two warnings:
- Source WinMgmt, Event ID 43, description: WMI ADAP failed to connect
to namespace \\.\root\cimv2 with the following error: 0x80004002
- Source WinMgmt, Event ID 60, description: WMI ADAP was unable to
process the performance libraries: 0x80041001

3. Filemon trace during the application start phase also says
SVCHOST.EXE is trying to open wbemcore.dll in \windows\system32\,
\windows\system\, and \windowsand reports "FILE NOT FOUND". In fact this file - wbemcore.dll is in
\windows\system32\wbem where it suppose to be.

Why would svchost.exe not looking in wbem directory? Is there a
registry or config setting I need to do?

Thanks for your help.

Sherry

P.S. I posted this in google groups microsoft.public.windowsxp.embedded
yesterday. But this morning when I look into MSDN newsgroups I don't see
this one there. I thought these two are the same. Are they?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top