Avatar of Paul Quintana
Paul Quintana
Flag for United States of America

asked on 

Event 10016 DCOM Error - Windows 10 Redstone 3 (October 2017)

I just did a clean installation on two computers and I am getting this error.

When I search for the information it states different things. When I go to the Runtime Broker Properties it shows it has an unrecognized type. (see picture)

Here is the output

Log Name:      System
Source:        Microsoft-Windows-DistributedCOM
Date:          10/28/2017 1:08:06 PM
Event ID:      10016
Task Category: None
Level:         Error
Keywords:      Classic
User:          DESKTOP-8D28CL5\Paul Quintana
Computer:      DESKTOP-8D28CL5
Description:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{D63B10C5-BB46-4990-A94F-E40B9D520160}
 and APPID
{9CA88EE3-ACB7-47C8-AFC4-AB702511C276}
 to the user DESKTOP-8D28CL5\Paul Quintana SID (S-1-5-21-4065394414-1488744930-3150208659-1001) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). 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="0">10016</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8080000000000000</Keywords>
    <TimeCreated SystemTime="2017-10-28T19:08:06.794286200Z" />
    <EventRecordID>870</EventRecordID>
    <Correlation />
    <Execution ProcessID="900" ThreadID="5724" />
    <Channel>System</Channel>
    <Computer>DESKTOP-8D28CL5</Computer>
    <Security UserID="S-1-5-21-4065394414-1488744930-3150208659-1001" />
  </System>
  <EventData>
    <Data Name="param1">application-specific</Data>
    <Data Name="param2">Local</Data>
    <Data Name="param3">Activation</Data>
    <Data Name="param4">{D63B10C5-BB46-4990-A94F-E40B9D520160}</Data>
    <Data Name="param5">{9CA88EE3-ACB7-47C8-AFC4-AB702511C276}</Data>
    <Data Name="param6">DESKTOP-8D28CL5</Data>
    <Data Name="param7">Paul Quintana</Data>
    <Data Name="param8">S-1-5-21-4065394414-1488744930-3150208659-1001</Data>
    <Data Name="param9">LocalHost (Using LRPC)</Data>
    <Data Name="param10">Unavailable</Data>
    <Data Name="param11">Unavailable</Data>
  </EventData>
</Event>
Windows 10InstallationWindows OS

Avatar of undefined
Last Comment
McKnife

8/22/2022 - Mon