I have created package under VS SSDT target to 64 -bit sql server 2017.
I am able to run job from integration service catalogs but If I schedule it or run it fromSQL server Agent, it would not run.
I am running it as admin and role is Public and sysadmin.
I try to run this job as other role but it would say same message for all,
then I tried create proxy account and map that credential to user\admin that would not run either.
Error :
Executed as user. NT service\SQLSERVERAGENT sql server execute package utility version 14.0.1000 for 64 bit copy right 2017
Package execution IS server failed.
I also tried changing - Project properties to 32- bit and then deply and start job, did not run , and throw same error message.
chipsy