Event ID 10016, DistributedCOM

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 64
    Windows 10 pro 64 Bit Version 20H2 Build 19042
       #21

    HI ddelo.
    I'm sorry but your solution did not work for me, after applying the fix I still get the same error:

    The permissions settings specific to the application do not grant Local Activation permission for the COM server application with CLSID
    {8BC3F05E-D86B-11D0-A075-00C04FB68820}
    and APPID
    {8BC3F05E-D86B-11D0-A075-00C04FB68820}
    user WINDOWS-10 \ SID Piero (S-1-5-21-3438039643-18277094-2471111273-1001) from the LocalHost address (via LRPC) running in the SID of the Microsoft.Windows.ContentDeliveryManager_10.0.17134 application container. 1_neutral_neutral_cw5n1h2txyewy (S-1-15-2-350187224-1905355452-1037786396-3028148496-2624191407-3283318427-1255436723). To change this security authorization, you can use the Component Services administrative tool.

    this is the output of the fix:

    C:\Users\Piero\Desktop>DCOMperm -al {8BC3F05E-D86B-11D0-A075-00C04FB68820} set "Windows-10\Piero" permit level:la
    Successfully set the Application Launch ACL.
    Local launch permitted to NT AUTHORITY \ Authenticated Users.
    Remote and Local activation permitted to NT AUTHORITY \ Authenticated Users.
    Remote and Local launch permitted to NT AUTHORITY \ LOCAL SERVICE.
    Remote and Local activation permitted to NT AUTHORITY \ LOCAL SERVICE.
    Remote and Local launch permitted to BUILTIN \ Administrators.
    Remote and Local activation permitted to BUILTIN \ Administrators.
    Local activation permitted to WINDOWS-10 \ Piero.

    Any idea?
    Thank you
      My Computer


  2. Posts : 9
    Windows 10 Pro x64
       #22

    I was wrong. The problem still exists. I've tried all of the available solutions and none of them solved the problem. I'm still getting the event once every four hours. For the time being, I've no ideas about what is going on. I intend to try some 'extreme' measures (I always keep an updated System Image; in case of total failure, no problem at all).
      My Computer


  3. Posts : 2,832
    Windows 10 Pro X64
       #23

    Hi,

    Any idea?
    The container SID of the Microsoft.Windows.ContentDeliveryManager_10.0.17134 does not exist in DCOM so you can't fix it.

    Cheers,
      My Computers


  4. Posts : 2,832
    Windows 10 Pro X64
       #24

    Hi,

    ajbm said:
    I was wrong. The problem still exists. I've tried all of the available solutions and none of them solved the problem. I'm still getting the event once every four hours. For the time being, I've no ideas about what is going on. I intend to try some 'extreme' measures (I always keep an updated System Image; in case of total failure, no problem at all).
    Can you post a screenshot of the Event ID error pls ?

    Cheers,
      My Computers


  5. Posts : 2,450
    Windows 10 Pro x64
       #25

    alpha45 said:
    HI ddelo.
    I'm sorry but your solution did not work for me, after applying the fix I still get the same error:

    The permissions settings specific to the application do not grant Local Activation permission for the COM server application with CLSID
    {8BC3F05E-D86B-11D0-A075-00C04FB68820}
    and APPID
    {8BC3F05E-D86B-11D0-A075-00C04FB68820}
    user WINDOWS-10 \ SID Piero (S-1-5-21-3438039643-18277094-2471111273-1001) from the LocalHost address (via LRPC) running in the SID of the Microsoft.Windows.ContentDeliveryManager_10.0.17134 application container. 1_neutral_neutral_cw5n1h2txyewy (S-1-15-2-350187224-1905355452-1037786396-3028148496-2624191407-3283318427-1255436723). To change this security authorization, you can use the Component Services administrative tool.

    this is the output of the fix:

    C:\Users\Piero\Desktop>DCOMperm -al {8BC3F05E-D86B-11D0-A075-00C04FB68820} set "Windows-10\Piero" permit level:la
    Successfully set the Application Launch ACL.
    Local launch permitted to NT AUTHORITY \ Authenticated Users.
    Remote and Local activation permitted to NT AUTHORITY \ Authenticated Users.
    Remote and Local launch permitted to NT AUTHORITY \ LOCAL SERVICE.
    Remote and Local activation permitted to NT AUTHORITY \ LOCAL SERVICE.
    Remote and Local launch permitted to BUILTIN \ Administrators.
    Remote and Local activation permitted to BUILTIN \ Administrators.
    Local activation permitted to WINDOWS-10 \ Piero.

    Any idea?
    Thank you

    From the output of the command it looks that you don't have Local launch.
    Please try this command,

    Code:
    DCOMperm -al {8BC3F05E-D86B-11D0-A075-00C04FB68820} set "Windows-10\Piero" permit level:l
      My Computer


  6. Posts : 9
    Windows 10 Pro x64
       #26

    Hi fdegrove,
    The event is exactly the same as in the first post (only the PC name and User name are different):
    -----
    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
    {8BC3F05E-D86B-11D0-A075-00C04FB68820}
    and APPID
    {8BC3F05E-D86B-11D0-A075-00C04FB68820}
    to the user D-AMATEUS-WIN10\Artur Mateus SID (S-1-5-21-3733056677-1430809949-659212187-1001) from address LocalHost (Using LRPC) running in the application container Microsoft.Windows.ContentDeliveryManager_10.0.16299.15_neutral_neutral_cw5n1h2txyewy SID (S-1-15-2-350187224-1905355452-1037786396-3028148496-2624191407-3283318427-1255436723). This security permission can be modified using the Component Services administrative tool.
    -----
    The PC has two users and the problem exists in both users. I've tried all of the existing methods to solve this kind of problems and none of them has proved to be suitable.
      My Computer


  7. Posts : 64
    Windows 10 pro 64 Bit Version 20H2 Build 19042
       #27

    ddelo said:
    From the output of the command it looks that you don't have Local launch.
    Please try this command,

    Code:
    DCOMperm -al {8BC3F05E-D86B-11D0-A075-00C04FB68820} set "Windows-10\Piero" permit level:l
    this is the autput
    we'll see if the solution is valid ...
    thank you

    Event ID 10016, DistributedCOM-cattura.png

    PS.
    unfortunately the error has returned ...

    Event ID 10016, DistributedCOM-cattura.png

    fdegrove said:
    Hi,

    The container SID of the Microsoft.Windows.ContentDeliveryManager_10.0.17134 does not exist in DCOM so you can't fix it.

    Cheers,
    Are you referring to me?
    Hi
    Last edited by alpha45; 02 Jun 2018 at 08:52.
      My Computer


  8. Posts : 2,832
    Windows 10 Pro X64
       #28

    Hi,

    Are you referring to me?
    Yes, I was. The only way I think that may work to get rid of the error is to grant all apps full control of the App ID (Windows Management etc.) in the registry.
    Whether that's wise is another matter.


    Cheers,
      My Computers


  9. Posts : 2,450
    Windows 10 Pro x64
       #29

    alpha45 said:
    PS.
    unfortunately the error has returned ...

    Event ID 10016, DistributedCOM-cattura.png

    Sorry to hear that. I'm afraid that in this case the only solution is the one suggested by @fdegrove, which I totally agree is not the wise thing to do!

    fdegrove said:
    Hi,

    Yes, I was. The only way I think that may work to get rid of the error is to grant all apps full control of the App ID (Windows Management etc.) in the registry.
    Whether that's wise is another matter.

    Cheers,
      My Computer


  10. Posts : 64
    Windows 10 pro 64 Bit Version 20H2 Build 19042
       #30

    Moreover, today after the last modification, the following error occurs:
    DistributedCOM id 10001
    Can not start a DCOM server Microsoft.Windows.ContentDeliveryManager_10.0.17134.1_neutral_neutral_cw5n1h2txyewy! App.AppXryc2qd338f5728r9gzzazav8206ba77s.mca as Not Available / Not Available. The error
    "%% 0"
    occurred during command execution
    "C: \ WINDOWS \ system32 \ backgroundTaskHost.exe" -ServerName: App.AppXmtcan0h2tfbfy7k9kn8hbxb6dmzz1zh0.mca..
    hi
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:50.
Find Us




Windows 10 Forums