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
I got a similar error. Trying to move the file from one folder to another using File System task and got the following error message and
Solution: Create Connection manager to point to the Source file location and Create a variable named "DesVariable" to show the destination file path(eg) C:\abc. In the File system, Task properties set the following
IsSourcePathVariable: False SourceConnection : SourceFileConnectionManager
IsDestinationPathVariable: True DestinationVariable: DesVariable
Then it went through
[Move/Copy file-file system task properties]
FileSystemTask properties
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With