Link to home
Start Free TrialLog in
Avatar of w_marquardt
w_marquardtFlag for United States of America

asked on

Several repetitive dcom errors in the event log

I have a computer that is throwing dozens of dcom errors. The event iD is 10016. Here's the text from the event viewer (this is winodws 10 pro, 1809

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}
 and APPID
{15C20B67-12E7-4BB6-92BB-7AFF07997402}
 to the user KBICUSTOMCASE\timothy2 SID (S-1-5-21-4137594547-1242624928-2318743208-1125) 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.

It's the same message time and time again repeated sequentially every minute or so.

I have no idea what the event log info is trying to tell me. Any assistance on this would be greatly appeciated.

Regards,

Bill
Avatar of Dr. Klahn
Dr. Klahn

goofle is your friend.  Have a look at these articles:

https://www.tenforums.com/general-support/119105-eventid-10016-a.html

https://www.tenforums.com/performance-maintenance/110023-why-certain-dcom-10016-events-dont-matter.html

"These 10016 events are recorded when Microsoft components tries to access DCOM components without the required permissions. In this case, this is expected and by design. A coding pattern has been implemented where the code first tries to access the DCOM components with one set of parameters. If the first attempt is unsuccessful, it tries again with another set of parameters. The reason why it does not skip the first attempt is because there are scenarios where it can succeed. In those scenarios, that is preferable."

(Cluttering up event logs with preventable errors simply because it's convenient is, IMO, poor coding practice.)

Over the past two weeks we've seen more of this question, so it's not an uncommon thing.
ASKER CERTIFIED SOLUTION
Avatar of w_marquardt
w_marquardt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial