I created a managed service account to work with a SQL SSIS install. I gave it permissions through group policy, but according to this site:
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/configure-windows-service-accounts-and-permissions#VA_Desc
...it needs to have "Permission to write to application event log." I can't figure out how to do that exactly. Any suggestions?
SSIS:
(All rights are granted to the per-service SID. Default instance and named instance: NT SERVICE\MsDtsServer130. Integration Services does not have a separate process for a named instance.)
Permissions Needed:
Log on as a service (SeServiceLogonRight) - Done with GPO
Permission to write to application event log. - ???
Bypass traverse checking (SeChangeNotifyPrivilege) - Done with GPO
Impersonate a client after authentication (SeImpersonatePrivilege) - Done with GPO