Jump to content

I just got this...

 

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 NT AUTHORITY\SYSTEM SID (S-1-5-18) 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.

Link to comment
https://linustechtips.com/topic/560668-event-viewer-help/
Share on other sites

Link to post
Share on other sites

You have a program trying to modify system settings that it doesnt have permission for. Do what it says at the end. 

Go to 
Control Panel
Search : Administrative Tools
Click on Component Services and grant permission. 

It gives you the APP ID there. Make sure this is software you installed

Link to comment
https://linustechtips.com/topic/560668-event-viewer-help/#findComment-7377297
Share on other sites

Link to post
Share on other sites

2 minutes ago, BCConnection said:

You have a program trying to modify system settings that it doesnt have permission for. Do what it says at the end. 

Go to 
Control Panel
Search : Administrative Tools
Click on Component Services and grant permission. 

It gives you the APP ID there. Make sure this is software you installed

- <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="2016-03-06T16:34:43.529941300Z" />
  <EventRecordID>22943</EventRecordID>
  <Correlation />
  <Execution ProcessID="908" ThreadID="6352" />
  <Channel>System</Channel>
  <Computer>DESKTOP-C2L2QAS</Computer>
  <Security UserID="S-1-5-18" />
  </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">NT AUTHORITY</Data>
  <Data Name="param7">SYSTEM</Data>
  <Data Name="param8">S-1-5-18</Data>
  <Data Name="param9">LocalHost (Using LRPC)</Data>
  <Data Name="param10">Unavailable</Data>
  <Data Name="param11">Unavailable</Data>
  </EventData>
  </Event>
Link to comment
https://linustechtips.com/topic/560668-event-viewer-help/#findComment-7377314
Share on other sites

Link to post
Share on other sites

Directly from Microsoft help

 

1.    When did the issue start?

2.    Was there any changes done to the computer recently?

3.     Is your computer connected to any domain?

Grant the correct permissions to the Network Service account:

A.   Click Start, type dcomcnfg in the Search bar, and hit enter.

B.   In Component Services, double-click Component Services, and then double-click Computers.

C.   Right-click Computer, and then click Properties.

D.   Click the COM Security tab.

E.    In the Launch and Activation Permissions area, click Edit Default.

F.    Click Add, type Network Service, and then click OK.

G.   While Network Service is selected, click to select the Allow check boxes for the following items:

H.   Local Launch

I.    Remote Launch

J.    Local Activation

K.   Remote Activation

L.    Click OK two times.

Link to comment
https://linustechtips.com/topic/560668-event-viewer-help/#findComment-7377328
Share on other sites

Link to post
Share on other sites

37 minutes ago, BCConnection said:

Directly from Microsoft help

 

1.    When did the issue start?

2.    Was there any changes done to the computer recently?

3.     Is your computer connected to any domain?

Grant the correct permissions to the Network Service account:

A.   Click Start, type dcomcnfg in the Search bar, and hit enter.

B.   In Component Services, double-click Component Services, and then double-click Computers.

C.   Right-click Computer, and then click Properties.

D.   Click the COM Security tab.

E.    In the Launch and Activation Permissions area, click Edit Default.

F.    Click Add, type Network Service, and then click OK.

G.   While Network Service is selected, click to select the Allow check boxes for the following items:

H.   Local Launch

I.    Remote Launch

J.    Local Activation

K.   Remote Activation

L.    Click OK two times.

Okay, I'll see if this fixes it.. what about...

The driver \Driver\WUDFRd failed to load for the device ACPI\PNP0A0A\2&daba3ff&1.

- <System>
  <Provider Name="Microsoft-Windows-Kernel-PnP" Guid="{9C205A39-1250-487D-ABD7-E831C6290539}" />
  <EventID>219</EventID>
  <Version>0</Version>
  <Level>3</Level>
  <Task>212</Task>
  <Opcode>0</Opcode>
  <Keywords>0x8000000000000000</Keywords>
  <TimeCreated SystemTime="2016-03-06T16:30:22.775022200Z" />
  <EventRecordID>22918</EventRecordID>
  <Correlation />
  <Execution ProcessID="4" ThreadID="260" />
  <Channel>System</Channel>
  <Computer>DESKTOP-C2L2QAS</Computer>
  <Security UserID="S-1-5-18" />
  </System>
- <EventData>
  <Data Name="DriverNameLength">24</Data>
  <Data Name="DriverName">ACPI\PNP0A0A\2&daba3ff&1</Data>
  <Data Name="Status">3221226341</Data>
  <Data Name="FailureNameLength">14</Data>
  <Data Name="FailureName">\Driver\WUDFRd</Data>
  <Data Name="Version">0</Data>
  </EventData>
  </Event>
Link to comment
https://linustechtips.com/topic/560668-event-viewer-help/#findComment-7377539
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×