Article ID: 290398 - Last Review: June 25, 2004 - Revision: 4.1 PRB: Access Denied When You Try to Start DCOM ServerThis article was previously published under Q290398 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 "Access denied" error. RESOLUTION
To resolve this problem, follow these steps:
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 Machine Debug Manager. In addition, the System account allows the operating system components, such as RPC Endpoint Mapper (RPCSS), access to the DCOM server. When IIS is running out-of-process (Mtx.exe or Dllhost.exe), typically the IWAM_<ComputerName> account starts and accesses Machine Debug Manager. REFERENCESFor 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
(http://support.microsoft.com/kb/176799/EN-US/
)
INFO: Using DCOM Config (DCOMCNFG.EXE) on Windows NT
246054
(http://support.microsoft.com/kb/246054/EN-US/
)
INFO: DCOMCNFG and AppID\.exe Mapping and Implications
| Article Translations
|
Back to the top
