Event ID: 10002

xiaoxiao2021-03-06  55

This Article Was Previously Published Under Q290398

On this Page

Symptomscauseresolutionmore InformationReferences

Symptoms

One of the Following Events Appear in The System Log On a Server That Is Running Internet Information Server (IIS):

Event Type: Error

EVENT SOURCE: DCOM

Event Category: None

Event ID: 10002

Date: 2/22/2001

Time: 2:11:52 PM

User: <

Computername> / iWam_ <

Computername>

COMPUTER: <

Computername>

Description: Access Denied Attempting to Launch A DCOM Server. The Server IS: {0C0A3666-30C9-11D0-8F20-00805F2CD064} The user is IWAM_ <

Computername> / <

Computername>

-or-

Event Type: Error

EVENT SOURCE: DCOM

Event Category: None

Event ID: 10003

Date: 2/22/2001

Time: 2:56:32 PM

User: <

Computername> / iWam_ <

Computername>

COMPUTER: <

Computername>

Description: Access Denied Attempting to Launch A DCOM Server Using DEFAULTLAUNCHPERMSSION. The Server IS: {0C0A3666-30C9-11D0-8F20-00805F2CD064} The user is IWAM_ <

Computername> / <

Computername>

Cause

The Distributed Component Object Model (DCOM) server that is failing to launch is Machine Debug Manager (0C0A3666-30C9-11D0-8F20-00805F2CD064). This occurs because Machine Debug Manager lacks sufficient DCOM permissions.

By default, Machine Debug Manager is not set up to use custom DCOM permissions;. Thus, it uses the default, computer-level DCOM permissions For security reasons, the default DCOM permissions are tight Blank access permissions mean that only the system and the. Identity of The Client That Is Same As The Server CAN Access DCOM Server. if The Client's Identity Differs from The Server's, The Client Receives The Server's Error.

Resolution

To Resolve this Problem, FOLLOW THESE Steps: 1.at a Command Prompt, Type The Following Command To Open Distributed Com Configuration Properties:

Dcomcnfg.exe

2. On The Applications Tab, In The Aplications Tab, In The List of DCOM Servers, Browse to The Machine Debug Manager Entry. IF this entry does NOT, TYPE The FOLLOWING COMMAND ATRY:

MDM.EXE / RegServer

3.Re-open Distributed COM Configuration Properties, click Machine Debug Manager, and then click Properties.4.On the Security tab, click Use custom access permissions, and then click Edit.5.Add the appropriate users to the access permissions for Machine Debug Manager. Microsoft Recommends That You Allow Access Permissions for At Least The Following Uses:

Interactive

SYSTEM

Administrators

IWAM_ <

Computername>

Click OK twice to return to the Security tab.6.On the Security tab, click Use custom launch permissions, and then click Edit.7.Add the appropriate users to the launch permissions for Machine Debug Manager. Microsoft recommends that you allow launch permissions For at Least The Following Users:

Interactive

SYSTEM

Administrators

IWAM_ <

Computername>

Click OK twice to return to the Security tab.8.On the Identity tab, click The interactive user to set the user account identity of Machine Debug Manager. If no one will be logged onto the computer, click This user, and then type the User name and password of a user in the administratrs group.9.close All instances of mdm.exe, or restart your computer, So That these Changes Take Effect.

More information

Internet Information Server and Microsoft Visual Studio use Machine Debug Manager (Mdm.exe) to provide application debugging. Machine Debug Manager is initialized whenever IIS is started.When IIS is running in-process (Inetinfo.exe), the System account starts and accesses .

When IIS Is Running Out-of-Process (Mtx.exe or Dllhost.exe), Typically The IWAM_ <

Computername> Account Starts and Accesses Machine Debug Manager.

References

For Additional Information About Using The Distributed Com Configuration Properties Utility, Click The Article Numbers Below To View The Articles in The Microsoft Knowledge Base:

176799 Info: USING DCOM Config (DCMCNFG.EXE) on Windows NT

246054 Info: DCMCNFG AND APPID / .EXE MAPPING AND IMPLICATIONS

转载请注明原文地址:https://www.9cbs.com/read-70698.html

New Post(0)