0
A SQL Server 2012 agent job was failing with:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {...} and APPID {...} to the user MYDOMAIN\me SID (...) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
But when I looked in Component Services -> Computer -> My Computer -> DCOM Config -> (APPID above), I found that the local Administrators group already had "Local Activation" permission. I confirmed that my domain user account was a member of local group Administrators.
Nevertheless, to run the job, I had to manually add myself and give myself "Local Activation" authorization. Why is this?
Thanks for the answer. I don't think this is the same thing. The error message was about me (
user MYDOMAIN\me
), not a service account. Adding myself to the ACL fixed the problem, but I'm trying to understand why that was needed in addition to theAdministrators
group. – jordanpg – 2014-04-03T12:11:08.257