DCOM 10001

A

Asif Attari

I have following error message on my DC in System Log.

Type: Error
User: NT AUTHORITY\SYSTEM
Source: DCOM
Category: None
Event ID: 1001

Unable to start a DCOM Server: {99169CB1-A707-11D0-989D-
00C04FD919C1} as PTI-MC/IWAM_AUTHSRV. The error:
"Access is denied. "
Happened while starting this command:
C:\WINNT\system32\dllhost.exe /Processid:{3D14228D-FBE1-
11D0-995D-00C04FD919C1}

Can you provide me solution of this problem.
 
J

Jason Hall [MSFT]

--------------------
Sender: "Asif Attari" <[email protected]>
Subject: DCOM 10001
Date: Wed, 2 Jun 2004 05:27:02 -0700

I have following error message on my DC in System Log.

Type: Error
User: NT AUTHORITY\SYSTEM
Source: DCOM
Category: None
Event ID: 1001

Unable to start a DCOM Server: {99169CB1-A707-11D0-989D-
00C04FD919C1} as PTI-MC/IWAM_AUTHSRV. The error:
"Access is denied. "
Happened while starting this command:
C:\WINNT\system32\dllhost.exe /Processid:{3D14228D-FBE1-
11D0-995D-00C04FD919C1}

Can you provide me solution of this problem.

- {99169CB1-A707-11D0-989D-00C04FD919C1} is the "Web Application Manager
Object"
- The PTI-MC/IWAM_AUTHSRV account is used by IIS to start various
components.
- I am not sure what {3D14228D-FBE1-11D0-995D-00C04FD919C1} is (a quick
search in your registry should tell you)

So basically, IIS is trying to get this component launched, and can't
because the PTI-MC/IWAM_AUTHSRV account is not in the ACL for the component
it is trying to launch.
COM components often use the OS's default permission to determine who can
start them.
In order for these default permissions to work properly you need to have
the following users as members of the Users group:
NT AUTHORITY\Authenticated Users
NT AUTHORITY\INTERACTIVE
Check this as a starting point (you will need to restart IIS afterwards),
and post back to let me know the results

--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

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