New
#1
Event ID 10016, CLSID and APPID
This is unfortunately not the 5th or 100th such post on this topic in these forums.
But I've followed the advice on many of the threads, believe in my heart of hearts that I've done it right, and the problem is persisting.
At each computer restart, my event log logs the following four times:
Before I tried to fix it, I was getting it two times. So wow, what a (non) good fixer am I!The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{6B3B8D23-FA8D-40B9-8DBD-B950333E2C52}
and APPID
{4839DDB7-58C2-48F5-8283-E1D1807D0D7D}
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.
Solved Numerous event id 10016 errors win 8 pro 64 bit (yes, I know that is from a Windows 8 forum) is the most recent guidance I followed. It parallels the general guidance I have read here, which is:
- Open regedit
- Navigate to the keys being flagged (in my case, that is CLSID {6B3B8D23-FA8D-40B9-8DBD- B950333E2C52} and APPID {4839DDB7-58C2-48F5-8283-E1D1807D0D7D})
- For each key, change the ownership, then grant "full control" permission to the corrected key owner
- Go into DCOM Config
- Edit the security properties of WPN Srumon Server to give proper launch and activation permissions to the user
- Reboot
And yet I'm failing. I reviewed the tutorial referenced above, and what I did, and that the changes took place, but I am still getting those errors on restart - again, same error repeated four times.
Can someone, specific to my own case described above, give me very clear step-by-step instructions on what to do?
I've even seen it said in this forum that simply deleting the keys that are being flagged has solved the problem for some people, although I would rather avoid that unless I get some assurance that the problem can be solved that simply.