I have a SSIS package that is writing a file on a remote server. I'm able to run it myself with out errors, but when the package is moved to a different SQL server, I'm getting the follow error trying to access to file:
Code: 0xC001401E
Source: xxxxxxxx
Description : The file name "\\servername\dir\file.txt" specified in the connection was not valid.
END Error.
Any help would be appreciated.