Jump to content

Hi,

 

I've been trying to solve the above error.  Don't know what is causing it.

 

Details:

 

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\LOCAL SERVICE SID (S-1-5-19) 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.

 

I don't really know how to fix.  Tried these instructions below but was not able to change the permissions.

 

------------------------

Fix Distributed Com error

 

  1. Open Regedit.
    2. Go to HKEY_Classes_Root\CLSID\*CLSID*.
    Note: *CLSID* stand for the ID that appears in your event viewer error. In your case, it's { D63B10C5-BB46-4990-A94F-E40B9D520160}. 
    3. Right click on it then select permission. 
    4. Click Advance and change the owner to Administrators. Also click the box that will appear below the owner line.
    5. Apply full control.

  2. 6. Close the tab then go to HKEY_LocalMachine\Software\Classes\AppID\*APPID*.
    Note: *AppID* is the ID that appears in your event viewer. In your case it's {9CA88EE3-ACB7-47C8-AFC4-AB702511C276}.
    7. Right click on it then select permission.
    8. Click Advance and change the owner to Administrators.
    9. Click the box that will appear below the owner line.
    10. Click Apply and grant full control to Administrators.
    11. Close all tabs and go to Administrative tool.
    12. Open component services.
    13. Click Computer, click my computer, then click DCOM.
    14. Look for the corresponding service that appears on the error viewer.
    Note: For this step, look for the one that appeared at the right panel of the RegEdit. For example, the AppID Registry (316CDED5-E4AE-4B15-9113-7055D84DCC97) contains the "Immersive Shell" Data with a (Default) as a name. Now look for "Immersive Shell".
    15. Right click on it then click properties.
    16. Click security tab then click Customize in the Launch and Activation permissions section. Click Edit. Click Add. Add Local Service. Then apply.
    17. Tick the Local Activation box.

 

----------------------------------------------------------------------------------

 

 

Thanks in advance for any suggestions.

CPU i7 4790 | Motherboard  ASUS Z97 Maximus Hero VII | RAM 16 GB Trident X @ 2400 Mhz | GPU Titan X | Case NZXT Phantom 530 | Storage Samsung EVO 840 1 TB SSD, 2 Seagate 150 GB HDD, 1 External 3 GB Seagate HDD | PSU Corsair HX 1050 | Cooling Zalman Copper 2 ball | Keyboard  Logitech G710+ | Mouse Logitech G502 | Sound: Creative Z | Operating System  Windows 10

Link to comment
https://linustechtips.com/topic/428014-event-id-10016-distributed-com/
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

×