I have an automation file that goes to another server (with it's own username/password) and copies a file back to my PC. Once this is done, it formats and filters the data to load into a SQL server table.
The Automation COPY FILE function does not have anywhere to add the credentials for this so I am getting a series of errors:
--Could not file file \OtherServer\log\Tugman_raw
--System.IO.FileNotFoundException
--File not available at runtime. The location and user authentication may be different at runtime.
How do I include the user authentication in my automation file.