error 10016
Hi ,
Does anyone have solution for this issue,
Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 11/16/2011 6:16:34 AM
Event ID: 10016
Task Category: None
Level: Error
Keywords: Classic
User: SYSTEM
Computer: WEBFILTER01.Jacks.local
Description:
The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
{24FF4FDC-1D9F-4195-8C79-0DA39248FF48}
and APPID
{B292921D-AF50-400C-9B75-0C57A7F29BA1}
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
<EventID Qualifiers="49152">10016</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-11-15T17:16:34.000000000Z" />
<EventRecordID>5187</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>WEBFILTER01.Jacks.local</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="param1">application-specific</Data>
<Data Name="param2">Local</Data>
<Data Name="param3">Launch</Data>
<Data Name="param4">{24FF4FDC-1D9F-4195-8C79-0DA39248FF48}</Data>
<Data Name="param5">{B292921D-AF50-400C-9B75-0C57A7F29BA1}</Data>
<Data Name="param6">NT AUTHORITY</Data>
<Data Name="param7">SYSTEM</Data>
<Data Name="param8">S-1-5-18</Data>
<Data Name="param9">LocalHost (Using LRPC)</Data>
</EventData>
</Event>
November 15th, 2011 4:51pm
Here is a KB article from Microsoft that fixes the issue you are experiencing:
http://support.microsoft.com/kb/899965Rich Prescott | Infrastructure Architect, Windows Engineer and PowerShell blogger | MCITP, MCTS, MCP
Engineering Efficiency
@Rich_Prescott
Client System Administration tool
AD User Creation tool
Free Windows Admin Tool Kit Click here and download it now
November 15th, 2011 4:53pm
my Operating system is Windows server 08 R2
November 15th, 2011 5:52pm
FYI;
From anonymous
CLSID: 24FF4FDC-1D9F-4195-8C79-0DA39248FF48 refers to B292921D-AF50-400c-9B75-0C57A7F29BA1 in the registry which is the CLSID of the NAP Service agent. When I tried to edit the permissions in Component Services, I found that all the options were greyed out.
I checked the services console and discovered that the NAP service was not running. The out-of-box configuration for Windows Server 2008 the Network Access Protection Agent start-mode is apparently "manual". Once I changed the start mode for that service
and then started the service DCOM error was corrected, I have not seen an error since.
(the two I just looked at use the Network Service account to start that service)
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Free Windows Admin Tool Kit Click here and download it now
November 15th, 2011 10:46pm
Hi,
According to my search, there are a lot of factors can cause this issue, such as IIS, network service, Internet Explorer settings and others.
Based on the current situation, please refer to the following Microsoft MSDN article for how to troubleshoot the DCOM 10016 error.
Common solutions for the DCOM 10016 error
http://blogs.msdn.com/b/john_daskalakis/archive/2008/11/20/9128426.aspx
Regards,Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
November 17th, 2011 5:01am
Hi,
According to my search, there are a lot of factors can cause this issue, such as IIS, network service, Internet Explorer settings and others.
Based on the current situation, please refer to the following Microsoft MSDN article for how to troubleshoot the DCOM 10016 error.
Common solutions for the DCOM 10016 error
http://blogs.msdn.com/b/john_daskalakis/archive/2008/11/20/9128426.aspx
Regards,Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
November 17th, 2011 12:58pm