SSIS Newbie here.
I have a very simple SSIS package I created in VS2015 whose first step is a FileSystem task to rename a file from "testdata.txt" to "working.txt". It executes fine in debug mode. I deployed the project to the Integration Services catalog, tested it byright-clicking the dtsx and executing, and it was successful. I then created a SQL Agent Job to execute the package as a Job Step. But the SQL Job fails with the error "could not find file\\SCMISC\Bankname\testdata.txt". (And yes, I did change the file name back to testdata first).
What am I doing wrong?
Darrell H Burns