Proxy account failing to run SSIS Error (Proxy (11) is not allowed for subsystem "SSIS" and user "AB estuser ".

USE [msdb]
EXEC msdb.dbo.sp_grant_login_to_proxy @proxy_name=N'SSISProxyAgentV1', @login_name=N'WTCEbw.Admin'
 GO

原文地址:https://www.cnblogs.com/hqbird/p/3859200.html