Event error: DCOM 10010 IISADMIN

H

Hawk Gauss

When my xpe image restart firstly just after FBA, I check "Event Viewer".
The follow error stay in "Application" branch

Source: DCOM
Event ID:10010
User: NT AUTHORITY\SYSTEM
TYPE: Error
Description:
The decription for Event ID (10010) in Source( DCOM ) cannot be found. The
local computer may not have the necessary registry information or message
DLL files to display messages from a remote computer. You may be able to use
the /AUXSOURCE=flag to retrieve this description; see Help and Support for
details. The following information is part of the event:
{A9E69610-B80D-11D0-B9B9-00A0C922E750}.

I have check the registry, the key {A9E69610-B80D-11D0-B9B9-00A0C922E750} is
exported as follow(no subkey InprocServer32):

[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}]
@="IIS Admin Service"
"AppID"="{A9E69610-B80D-11D0-B9B9-00A0C922E750}"
"LocalService"="IISADMIN"

When I restart my system, the DCOM error don't re-occur, only one DCOM stay
there.

Why does this error arise?
What's wrong in my configuration?????

Thanks in advance.
 
H

Hawk Gauss

Yes KM,
I indeed try to solve DCOM error by adding those registry keys into my
configuration.

But unfortunately, the DCOM error continues now.
I check the registry, those keys are there surely.

How can I do with this problem?



KM said:
Hawk,

From your previous post I think you are already trying to add the registry
entries from this article:
http://www.kbalertz.com/kb_Q252638.aspx, are you?

--
Regards,
KM, BSquare Corp.

When my xpe image restart firstly just after FBA, I check "Event Viewer".
The follow error stay in "Application" branch

Source: DCOM
Event ID:10010
User: NT AUTHORITY\SYSTEM
TYPE: Error
Description:
The decription for Event ID (10010) in Source( DCOM ) cannot be found.
The
local computer may not have the necessary registry information or message
DLL files to display messages from a remote computer. You may be able to
use
the /AUXSOURCE=flag to retrieve this description; see Help and Support
for
details. The following information is part of the event:
{A9E69610-B80D-11D0-B9B9-00A0C922E750}.

I have check the registry, the key {A9E69610-B80D-11D0-B9B9-00A0C922E750}
is
exported as follow(no subkey InprocServer32):

[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}]
@="IIS Admin Service"
"AppID"="{A9E69610-B80D-11D0-B9B9-00A0C922E750}"
"LocalService"="IISADMIN"

When I restart my system, the DCOM error don't re-occur, only one DCOM
stay
there.

Why does this error arise?
What's wrong in my configuration?????

Thanks in advance.
 
K

KM

Hawk,

I don't think those registry entries are the cause for your problem.

A couple of suggestions:
- check if "IIS Common Libraries" component is included in your image
- at run time make sure that you grant full permissions to Everyone to access the key
[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}].

Btw, the InprocServer32 should not be there for that key. (check iis.inf or corresponding registry entries on XP Pro)

--
Regards,
KM, BSquare Corp.

Yes KM,
I indeed try to solve DCOM error by adding those registry keys into my
configuration.

But unfortunately, the DCOM error continues now.
I check the registry, those keys are there surely.

How can I do with this problem?



KM said:
Hawk,

From your previous post I think you are already trying to add the registry
entries from this article:
http://www.kbalertz.com/kb_Q252638.aspx, are you?

--
Regards,
KM, BSquare Corp.

When my xpe image restart firstly just after FBA, I check "Event Viewer".
The follow error stay in "Application" branch

Source: DCOM
Event ID:10010
User: NT AUTHORITY\SYSTEM
TYPE: Error
Description:
The decription for Event ID (10010) in Source( DCOM ) cannot be found.
The
local computer may not have the necessary registry information or message
DLL files to display messages from a remote computer. You may be able to
use
the /AUXSOURCE=flag to retrieve this description; see Help and Support
for
details. The following information is part of the event:
{A9E69610-B80D-11D0-B9B9-00A0C922E750}.

I have check the registry, the key {A9E69610-B80D-11D0-B9B9-00A0C922E750}
is
exported as follow(no subkey InprocServer32):

[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}]
@="IIS Admin Service"
"AppID"="{A9E69610-B80D-11D0-B9B9-00A0C922E750}"
"LocalService"="IISADMIN"

When I restart my system, the DCOM error don't re-occur, only one DCOM
stay
there.

Why does this error arise?
What's wrong in my configuration?????

Thanks in advance.
 
H

Hawk Gauss

Hi, KM

I have added all IIS Components by resolving dependency of "Internet
Information Services Technologies(IIS)"(choose all).

As follows:
IIS Common Libraries - Hotfix Q811114
IIS Core Libraries - Hotfix Q811114
IIS Documentation - Hotfix Q811114
IIS FTP Server - Hotfix Q811114
IIS Internet Manager
IIS Virtual Printer Directory
IIS Virtual Script Directory
IIS Web Server - Hotfix Q811114

And I can visit the web page in my XPe runtime by IE remotely.

I have check iis.inf of XPe runtime, it is almost the same as one on XP
Pro(I attached them in tail)

Maybe I need try to grant permissions to Everyone to access the key
[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}].

But I don't how to accomplish it. Need I modify iis.inf in IIS Common
Library Component?

Now my XPe runtime reports the DCOM error followed by two IISADMIN warnings:

Source: IISADMIN EventID: 101 Type: Warning
Description:
IISADMIN service recreated an account IWAM_MACHINENAME.

Source: IISADMIN EventID: 101 Type: Warning
Description:
IISADMIN service recreated an account IUSR_MACHINENAME.

Did these warnings are associated with the DCOM error?


===========================================================
The follow text section in iis.inf is related to the CLSID {A9E6...}
....

[register_iis_core_dcom]
; set dcom custom permissions for iisadmin
0=100=74|101={A9E69610-B80D-11d0-B9B9-00A0C922E750}|102=%32800%\Administrators
0=100=76|101={A9E69610-B80D-11d0-B9B9-00A0C922E750}|102=Everyone
0=100=86
[register_iis_core_dcom_6]
; set dcom custom permissions for certobj
0=100=76|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
0=100=74|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators

....

[unregister_iis_core_1]
0=100=47|101=%IIS_VERSION%|102=6|104=Wolfpack_UnRegister|701=5
0=100=75|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
0=100=77|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
0=100=75|101={A9E69610-B80D-11d0-B9B9-00A0C922E750}|102=%32800%\Administrators
0=100=77|101={A9E69610-B80D-11d0-B9B9-00A0C922E750}|102=Everyone
;0=100=5|102=Inetinfo_Debug_Svc_Remove
0=100=53|102=IISADMIN|804=1

.....







KM said:
Hawk,

I don't think those registry entries are the cause for your problem.

A couple of suggestions:
- check if "IIS Common Libraries" component is included in your image
- at run time make sure that you grant full permissions to Everyone to
access the key
[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}].

Btw, the InprocServer32 should not be there for that key. (check iis.inf
or corresponding registry entries on XP Pro)

--
Regards,
KM, BSquare Corp.

Yes KM,
I indeed try to solve DCOM error by adding those registry keys into my
configuration.

But unfortunately, the DCOM error continues now.
I check the registry, those keys are there surely.

How can I do with this problem?



KM said:
Hawk,

From your previous post I think you are already trying to add the
registry
entries from this article:
http://www.kbalertz.com/kb_Q252638.aspx, are you?

--
Regards,
KM, BSquare Corp.


When my xpe image restart firstly just after FBA, I check "Event
Viewer".
The follow error stay in "Application" branch

Source: DCOM
Event ID:10010
User: NT AUTHORITY\SYSTEM
TYPE: Error
Description:
The decription for Event ID (10010) in Source( DCOM ) cannot be
found.
The
local computer may not have the necessary registry information or
message
DLL files to display messages from a remote computer. You may be able
to
use
the /AUXSOURCE=flag to retrieve this description; see Help and Support
for
details. The following information is part of the event:
{A9E69610-B80D-11D0-B9B9-00A0C922E750}.

I have check the registry, the key
{A9E69610-B80D-11D0-B9B9-00A0C922E750}
is
exported as follow(no subkey InprocServer32):

[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}]
@="IIS Admin Service"
"AppID"="{A9E69610-B80D-11D0-B9B9-00A0C922E750}"
"LocalService"="IISADMIN"

When I restart my system, the DCOM error don't re-occur, only one DCOM
stay
there.

Why does this error arise?
What's wrong in my configuration?????

Thanks in advance.
 
K

KM

Hawk,

Well.. Those are not warning but errors, right? I can't tell you if they are importnat for your image. Only hard image testing will
show you that.

Unfortunately, I don't have much free time now to do an investigation where these errors come from.

I can only suggest you to monitor the system with Regmon/Filemon (the tools have a feature of running and logging at service boot
time, if I recall correctly). Then you can find what, when and where is trying to instantiate the object with
{A9E69610-B80D-11D0-B9B9-00A0C922E750} GUID.

--
Regards,
KM, BSquare Corp.

Hi, KM

I have added all IIS Components by resolving dependency of "Internet
Information Services Technologies(IIS)"(choose all).

As follows:
IIS Common Libraries - Hotfix Q811114
IIS Core Libraries - Hotfix Q811114
IIS Documentation - Hotfix Q811114
IIS FTP Server - Hotfix Q811114
IIS Internet Manager
IIS Virtual Printer Directory
IIS Virtual Script Directory
IIS Web Server - Hotfix Q811114

And I can visit the web page in my XPe runtime by IE remotely.

I have check iis.inf of XPe runtime, it is almost the same as one on XP
Pro(I attached them in tail)

Maybe I need try to grant permissions to Everyone to access the key
[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}].

But I don't how to accomplish it. Need I modify iis.inf in IIS Common
Library Component?

Now my XPe runtime reports the DCOM error followed by two IISADMIN warnings:

Source: IISADMIN EventID: 101 Type: Warning
Description:
IISADMIN service recreated an account IWAM_MACHINENAME.

Source: IISADMIN EventID: 101 Type: Warning
Description:
IISADMIN service recreated an account IUSR_MACHINENAME.

Did these warnings are associated with the DCOM error?


===========================================================
The follow text section in iis.inf is related to the CLSID {A9E6...}
...

[register_iis_core_dcom]
; set dcom custom permissions for iisadmin
0=100=74|101={A9E69610-B80D-11d0-B9B9-00A0C922E750}|102=%32800%\Administrators
0=100=76|101={A9E69610-B80D-11d0-B9B9-00A0C922E750}|102=Everyone
0=100=86
[register_iis_core_dcom_6]
; set dcom custom permissions for certobj
0=100=76|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
0=100=74|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators

...

[unregister_iis_core_1]
0=100=47|101=%IIS_VERSION%|102=6|104=Wolfpack_UnRegister|701=5
0=100=75|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
0=100=77|101={62B8CCBE-5A45-4372-8C4A-6A87DD3EDD60}|102=%32800%\Administrators
0=100=75|101={A9E69610-B80D-11d0-B9B9-00A0C922E750}|102=%32800%\Administrators
0=100=77|101={A9E69610-B80D-11d0-B9B9-00A0C922E750}|102=Everyone
;0=100=5|102=Inetinfo_Debug_Svc_Remove
0=100=53|102=IISADMIN|804=1

....







KM said:
Hawk,

I don't think those registry entries are the cause for your problem.

A couple of suggestions:
- check if "IIS Common Libraries" component is included in your image
- at run time make sure that you grant full permissions to Everyone to
access the key
[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}].

Btw, the InprocServer32 should not be there for that key. (check iis.inf
or corresponding registry entries on XP Pro)

--
Regards,
KM, BSquare Corp.

Yes KM,
I indeed try to solve DCOM error by adding those registry keys into my
configuration.

But unfortunately, the DCOM error continues now.
I check the registry, those keys are there surely.

How can I do with this problem?



Hawk,

From your previous post I think you are already trying to add the
registry
entries from this article:
http://www.kbalertz.com/kb_Q252638.aspx, are you?

--
Regards,
KM, BSquare Corp.


When my xpe image restart firstly just after FBA, I check "Event
Viewer".
The follow error stay in "Application" branch

Source: DCOM
Event ID:10010
User: NT AUTHORITY\SYSTEM
TYPE: Error
Description:
The decription for Event ID (10010) in Source( DCOM ) cannot be
found.
The
local computer may not have the necessary registry information or
message
DLL files to display messages from a remote computer. You may be able
to
use
the /AUXSOURCE=flag to retrieve this description; see Help and Support
for
details. The following information is part of the event:
{A9E69610-B80D-11D0-B9B9-00A0C922E750}.

I have check the registry, the key
{A9E69610-B80D-11D0-B9B9-00A0C922E750}
is
exported as follow(no subkey InprocServer32):

[HKEY_CLASS_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}]
@="IIS Admin Service"
"AppID"="{A9E69610-B80D-11D0-B9B9-00A0C922E750}"
"LocalService"="IISADMIN"

When I restart my system, the DCOM error don't re-occur, only one DCOM
stay
there.

Why does this error arise?
What's wrong in my configuration?????

Thanks in advance.
 

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