Hi All,
I have developed an ssis package to download files from a remote server with Putty PSSFTP batch file as c:\putty\psftp.exe test@abc.com -i PrivateKey.ppk -batch -b myscript.scr
,everything works fine with BIDS ,but SQL Agent doesnt respond to PSFTP batch commands and indicates as success without downloading the files,i have followed previous posts and included the password for the package and rescheduled it and it also fails
to import files,my sqlagent account is a sysadmin .
Is I'm missing something or there any existing issues with ssis and psftp.
Many Thanks