I am trying to run a SSIS Package (Uploading a file) to my SQL Server Database. After creating the SSIS Package in SSIS it saves to a folder on SSMS. I have set it up like the below:
I basically have all admin rights on this instance. When I try to run the package I am hit with a fail saying:
04/14/2021 10:05:27,Testing SSIS,Error,1,XXXX\INSTANCE04,Testing SSIS,Upload,,Non-SysAdmins have been denied permission to run ANALYSISCOMMAND job steps without a proxy account. The step failed
and this error sometimes too:
04/14/2021 10:05:27,Testing SSIS,Error,1,XXXX\INSTANCE04,Testing SSIS,Upload,,Non-SysAdmins have been denied permission to run DTS Excecution jobs steps without a proxy account. The step failed
I plan to run multiple packages in this job later on If someone could help I would be very grateful!
sysadmin
. The error, however, is telling you what to do here... "Non-SysAdmins have been denied permission to run ANALYSISCOMMAND job steps without a proxy account" – Larnu