Event 10016: The application-specific permission settings do not grant Local Launch permission for the COM Server application
Written by Christian on March 29, 2008 – 9:36 pmOn our Sharepoint server, the following DCOM error message kept returning in the event log (bold text is Event ID-specific information):
—————
Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10016
Date: Date
Time: Time
User: NT AUTHORITY\NETWORK SERVICE
(there may be situations in which the user is NT AUTHORITY\LOCAL SERVICE)
Description: The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID {AppGUID} to the user User_Name SID User_SID. This security permission can be modified using the Component Services administrative tool.
—————
The solution for this DCOM error is to grant the affected user permissions to start the COM component. To solve event ID 10016, follow these steps:
- Go to Start - Run, and type regedit, and press enter
- Locate and then click the following registry subkey:
HKEY_CLASSES_ROOT\CLSID\CLSID value
Note In this subkey, “CLSID value” is a placeholder for the CLSID information that appears in the event error. I.e. in case of Sharepoint, the CLSID would be {61738644-F196-11D0-9953-00C04FD919C1}, - Double-click on AppID in the right pane, .
A dialog box appears. Leave this box open - Go to Start - Run, and type dcomcnfg, and press enter
- In the Component Services window, go to Component Services, go to Computers, go to My Computer, and then click DCOM Config.
- In the details pane, locate the program by using the friendly name, then choose Properties by right clicking on it
- At the Security tab, in the Launch and Activation Permissions area, click Customize, and then click the Edit button.
- Add the Local Service or Network Service account by clicking the Add button, typing the user’s account name (Local Service or Network Service, this depends on whats in your event error), and then clicking OK.
- Select the account name you just added, click to select the Allow check boxes for the following items:
• Local Launch
• Remote Launch
• Local Activation
• Remote Activation - Click OK two times and quit the registry editor
People who read this article, also read:
- Unable to open shim database version registry key - v2.0.50727.00000
- Event 9186: Microsoft Exchange System Attendant has detected that the local computer is not a member of group
- Event ID 7009: Timeout (30000 milliseconds) waiting for the Microsoft Exchange Service Host service to connect
Posted in Event ID, Windows 2003 |
September 1st, 2008 at 8:45 am
I am unable to get past step 5, my server freezes when i open the component Services/Computers, any clu to why?
September 4th, 2008 at 4:18 pm
I had the same error and was able to complete all the steps. Step 6 is misleading. Looking for the friendly name is difficult. In Regedit the name of the app for the CLSID was Network Connect Manager Class. The reason for opening the APPID box is it gives another number that is easier to match in the DCOM config details pane (Netman).
Waiting to see if the error returns…
October 16th, 2008 at 11:35 pm
Thanks for the post! Very clear and helpful. Before I implement the fix, I was wondering if this will in any way create a security hole on our network. ???
Thanks for your time!
October 22nd, 2008 at 12:14 pm
Thanks for the post. Very much helpful.
October 22nd, 2008 at 7:00 pm
Now everyone is talking about the American economy and eclections, nice to read something different. Eugene
October 27th, 2008 at 8:30 pm
Hi Jacob,
although my answer has some delay, it’s an interesting question you have. I’m not sure whether it creates a security hole, but to be sure you can always choose NOT to grant rights to Remote Launch and Remote Activation.
I’ve read several articles and topics about this issue, but no-one ever argued about possible security issues.
October 27th, 2008 at 8:35 pm
Thanks Christian,
My boss wants me to be damn sure that I don’t create more problems by fixing this one. Is there any chance that you could post the URL’s to the articles you’ve read about the issue, even if they don’t specifically discuss security?
Thanks for your help!!