Event ID 1001, Source DCOM

Status
Not open for further replies.

selina

In Runtime
Messages
228
I'm getting the following log in the event log:

-----------------------
Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10010
Date: 3/24/2006
Time: 2:16:08 PM
User: NT AUTHORITY\NETWORK SERVICE
Computer: Selina
Description:
The server {73E709EA-5D93-4B2E-BBB0-99B7938DA9E4} did not register with DCOM within the required timeout.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
----------------------------

So I looked up for the GUID and found out it's for Microsoft WMI Provider Subsystem Host. In Registry Key, I found this key along with a REG-BINARY value named "launch permission" .

I found up to here but I'm at lost to where to go from here to solve this problem...

Please give me a direction!!
 
try this and post result:

run CMD.exe
type -without quotes "wmic csproduct get Name /Format:VALUE"
Does that work?
Also try this.

run wbemtest.exe
click connect. Change root\default to root\cimv2 then click connect
Click Eum Classes, and check the recursive, then click OK.
Does that work?
 
run CMD.exe
type -without quotes "wmic csproduct get Name /Format:VALUE"
Does that work?
>>>> no. it gave me an error.
------------------
NOde - Selina
Error:
Code = 0x8008000x
Description = Server execution failed
Facility = Windows
-------------------
Also try this.

run wbemtest.exe
click connect. Change root\default to root\cimv2 then click connect
Click Eum Classes, and check the recursive, then click OK.
Does that work?
>>>> worked with no error.
 
Status
Not open for further replies.
Back
Top Bottom