I have a script task in SSIS package which calls Excel VBA file containing Macro, this file is on the local drive, when I run this package through SSDT the package works ok and the macro does what it needs to. However when I set up a sql agent job to call the package then it fails at the Script task. I have created a credentials and proxy user as my self so I should Have full rights.
But it fails through the job and not through SSDT, can you advise ?