Solved Numerous event id 10016 errors win 8 pro 64 bit

donaldormond

Member
Member
Messages
21
Location
Aurora, CO
Hi,

I am running win 8 pro on a toshiba laptop R700 S1312 64 bit with 8G Ram. I am getting numerous 10016 errors (same error) after every restart.

Thanks,
Don

I am posting the info below to see if anyone can help me by decrypting this info:

The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
{7022A3B3-D004-4F52-AF11-E9E987FEE25F}
and APPID
{ADA41B3C-C6FD-4A08-8CC1-D6EFDE67BE7D}
to the user Don-PC\Donald SID (S-1-5-21-2075968696-349866310-2035089026-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.
 
Hi,

I am running win 8 pro on a toshiba laptop R700 S1312 64 bit with 8G Ram. I am getting numerous 10016 errors (same error) after every restart.

Thanks,
Don

I am posting the info below to see if anyone can help me by decrypting this info:

The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
{7022A3B3-D004-4F52-AF11-E9E987FEE25F}
and APPID
{ADA41B3C-C6FD-4A08-8CC1-D6EFDE67BE7D}
to the user Don-PC\Donald SID (S-1-5-21-2075968696-349866310-2035089026-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.

Event10016.PNG
 
I also get some errors with same id 10016 but for another app and even though i really searched over the forums no clear solution..you can search the registry to find which program is causing that error but then you have to edit the permissions for that and i messed up 3 times and reinstalled everything!
 
I also get some errors with same id 10016 but for another app and even though i really searched over the forums no clear solution..you can search the registry to find which program is causing that error but then you have to edit the permissions for that and i messed up 3 times and reinstalled everything!

Thanks,

I'm also on my third re-install try to fix this problem. It never appears until I install the initial updates from the Store. I sure hope someone has an idea, I think it is really slowing down my restarts. It seems to be a permission problem with trusted installer. It has the permissions to do what it wants, but even as admin I can't change the effected program's permissions, WPM Srumon....

Thanks for your reply,
Don
 
Don't reinstall - you'll just end up in the same place. I actually saw this on my own machine, and something is messing with security. To put it back to the way it should be (and have it work), do the following, in this order:

1. Open the registry editor to the following key - HKEY_CLASSES_ROOT\AppID\{ADA41B3C-C6FD-4A08-8CC1-D6EFDE67BE7D}

2. Change the permissions on the key itself by right-clicking on the {ADA41B3C-C6FD-4A08-8CC1-D6EFDE67BE7D} key, and selecting "permissions"
wpn_srumon_server_DCOM_01.png

3. This will open up a permissions dialog box. Click the "Advanced" button:
wpn_srumon_server_DCOM_02.png

4. The key is owned by trustedinstaller - this needs to change before we continue, so click the "Change" link:
wpn_srumon_server_DCOM_03.png

5. Assuming the account you're using is part of the Administrators group, just type in "Administrators" in the box and click the "OK" button:
wpn_srumon_server_DCOM_04.png

6. Click the "Apply" button, then click the "OK" buttons until the permissions dialog window closes:
wpn_srumon_server_DCOM_05.png

7. You will need to right-click the registry key again (from step 2) and select "Permissions" again from the list:
wpn_srumon_server_DCOM_01.png

8. With "Administrators" highlighted, click to place a check into the "Full Control"/"Allow" box:
wpn_srumon_server_DCOM_06.png

9. Click the "Apply" button, then click "OK" again until the permissions dialog window closes:
wpn_srumon_server_DCOM_07.png

10. Now, go to the start screen and type "dcomcnfg" - this should show up in the search, and you will need to click on it to open the Component Services window.

11. Once the Component Services window is open, browse to Console Root > Component Services > Computers > My Computer > DCOM Config, and find "WPN Srumon Server" from the icon list - right-click on this icon and select "Properties":
wpn_srumon_server_DCOM_08.png

12. Click the "Security" tab, and click the "Edit" button in the "Launch and Activation Permissions" section:
wpn_srumon_server_DCOM_09.png

13. Click the "Add" button:
wpn_srumon_server_DCOM_10.png

14. Type in the user name from your error dialog *exactly* as it appears in the error dialog from the event viewer (for example, I'm using "Administrator" here, but if your error message says "<computer name>\Donald", then the user name you would use would be "Donald") - again, I'm using the user "Administrator" as an example here; replace with your user name from your machine as necessary, and click the "OK" button:
wpn_srumon_server_DCOM_11.png

15. With that new user you entered selected from the "Group or user names" list, click to place a check in the "Local Activation"/"Allow" box:
wpn_srumon_server_DCOM_12.png

16. Click the "OK" button:
wpn_srumon_server_DCOM_13.png

17. Click the "Apply" button, then keep clicking "OK" to close the permissions window:
wpn_srumon_server_DCOM_14.png

Reboot, and the error should go away (you've just given the user account in your error message the permissions it's complaining about missing).
 
Re - Numerous event id 10016 errors win 8 pro 64 bit

Thank you Cluberti. You saved me hours of research. Your step-by-step instructions were excellent and solved my problem. For the first time since I installed windows 8 my event viewer is clean! Maybe this should be added to the win 8 tutorials? I'm sure there must be many more that have this same problem. Since Vargthk is still waiting for a response, I won't mark this as resolved yet, I'll let him do that.

Cyber Hugs,
Don
 
Last edited:
You can mark this as solved!i used the instructions for my specific app problem and now everything is ok!Thanks again!
 
I have had this issue many times and resolved it just the way the tutorial shows. However, I have installed Windows 8.1 RTM recently and can no longer edit the DCOM launch permissions, even after taking ownership of the DCOM registry entry and changing administrators to full control.

The DCOM setting page, in component services manager, for the object, is still greyed out. The DCOM object is "Immersive shell" and every boot I get the launch permissions error.

Anyone found the trick to editing DCOM launch permissions in 8.1?

Thanks
 
I have had this issue many times and resolved it just the way the tutorial shows. However, I have installed Windows 8.1 RTM recently and can no longer edit the DCOM launch permissions, even after taking ownership of the DCOM registry entry and changing administrators to full control.

The DCOM setting page, in component services manager, for the object, is still greyed out. The DCOM object is "Immersive shell" and every boot I get the launch permissions error.

Anyone found the trick to editing DCOM launch permissions in 8.1?

Thanks
I have a problem with Immersive shell too. All solutions don't work for me. I changed permission Immersive shell DCOM but error 10016 still in event viewer.

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{C2F03A33-21F5-47FA-B4BB-156362A2F239}
and APPID
{316CDED5-E4AE-4B15-9113-7055D84DCC97}

Please help
 
Need a little more help with making the 10060 error go away.

Server application with CLSID
{C2F03A33-21F5-47FA-B4BB-156362A2F239}
and APPID
{316CDED5-E4AE-4B15-9113-7055D84DCC97}

I followed the guide and everything goes OK until I get to step 12. At that point everything on the WPN Srumon Server Properties/Security dialog box is Grayed out. I can't Edit the Launch and Activate Permissions. I running the W8.1 upgrade. Based on other entries it appears most people have success with this fix. Any idea on what I may be doing wrong or do I need to do something a little different for my particular APPID entry? I know this is relatively minor problem and does not seem to effect Windows 8.1 adversely but it is becoming personal! I would really appreciate some help.
 
Hi Ken.

Don't edit the "WPN Srumon Server Properties/Security dialog box".
The above fix on page one is for a different permission fault (although the fix method is the same). That is why it remains greyed out to you. It is the "Immersive Shell" you should be editing.

Follow these instructions exactly and let me know how you do. It should 100% work.

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 {C2F03A33-21F5-47FA-B4BB-156362A2F239}.
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.
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 {316CDED5-E4AE-4B15-9113-7055D84DCC97}.
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 "Immersive Shell" Right click and click properties.
15. Click security tab then click Customize in the Launch and Activation permissions section. Click Edit. Click Add. Add Local Service. Then apply.
16. Tick the Local Activation box.

Reboot.
 
Last edited:
Sayjimwoo,

Thank you, thank you, thank you, that fixed the error! Just curious, what triggered you to know that I had to go to "Immersive Shell" to fix the error?
 
Nice one, glad you got it sorted :)

In answer to your question, If you go back to page one at the start of this thread, The Event error in question was exactly the same as yours but it was a different CLSID {7022A3B3-D004-4F52-AF11-E9E987FEE25F} and a different APPID {ADA41B3C-C6FD-4A08-8CC1-D6EFDE67BE7D}
To fix this it required you to edit the "WPN Srumon Server Properties".

Because your CLSID was {C2F03A33-21F5-47FA-B4BB-156362A2F239} and the APPID was {316CDED5-E4AE-4B15-9113-7055D84DCC97} that required you to edit the "Immersive Shell" a completely different service, that's why "WPN Srumon Server Properties" was always greyed out to you.

This is how I found the correct service -

When you are in the registry, editing both the CLSID and APPID permissions, if you look at the data on the top right hand side of the registry it tells you the service name - "Immersive Shell". VOILA - now you know what to edit in Component Services :)

Nearly everyone on the planet is getting your error with Windows 8.1 Microsoft will probably fix it at some point if people make enough noise about it lol.

Oh and if for any reason you need to revert CLSID and APPID permissions back to Trusted installer you just change it from your name to NT SERVICE\TrustedInstaller just like you did in the above instructions (4. and 8.)
Then "Immersive Shell" will be greyed out and back to default settings.

Sorry if I babbled on a bit much, but there you go lol.
 
Last edited:
Don't reinstall - you'll just end up in the same place. I actually saw this on my own machine, and something is messing with security. To put it back to the way it should be (and have it work), do the following, in this order:

12. Click the "Security" tab, and click the "Edit" button in the "Launch and Activation Permissions" section:
View attachment 10561

Cluberti - love the clear graphical instructions!
I get a very similar error message to donaldormond here:
The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID
{C2F03A33-21F5-47FA-B4BB-156362A2F239}
and APPID
{316CDED5-E4AE-4B15-9113-7055D84DCC97}
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 (foolishly?) followed your step by step instructions and all went well until Step12. The "Edit" buttons are greyed out and none of the "Use Default" or "Customize" buttons are selected - nor can I select them. I retraced my steps and all's good (i.e. machine still working as well as ever). Is there a simple fix you might be able to suggest?
 
Back
Top