I can copy files between two servers say Server A and Server B manually and I have permissions to folders on either side.
I am using File System Task to Copy files.
When my Source and Destination are within the Server the Package works fine in visual studio as well as SSISDB.
When my Source and Destination are in different Servers the Package works fine in visual studio but package fails in SSISDB. It is saying access is denied. My Account is mapped to SSISDB.
Any idea to solve this issue.
The package runs fine using the the SQL Server Agent JoB. The job is run through the proxy account.
Any way we can configure Package to Run through proxy account.
Error Screenshot