WSFTP Pro error in DTP Task in SSIS
Hi,
I have a SSIS Package which is using WSFTP Pro to FTP File to a shared Location. I am building my Source and Destination variables and consolidatating my variable into one and sending this as an arguement.
Below is the string which will be built and the error which i am getting. Any help is really appreciated.
Executing "C:\Program Files\Ipswitch\WS_FTP 12\wsftppro.exe" " -u svcAPP -w -s "local:D:\BPOReporting\FTPFolders\FTPSKFReports_Test\NonGrid\SKF_NonGrid_Reports_20120704.zip" -d "SKF_UAT_10408848_SSH:/opt/bpopen/storage/SKF/CannedReports/SKF_NonGrid_Reports_20120704.zip""
at "", The process exit code was "3" while the expected was "0".Thanks & Regards,
Manjunath C Bhat,
http://manjunathcbhat.blogspot.com
http://manjunathcbhat.wordpress.com
July 4th, 2012 5:12am
return code 3 means "Destination parsing error" according to the
GuidePlease mark the post as answered if it answers your question | My SSIS Blog:
http://microsoft-ssis.blogspot.com |
Twitter
Free Windows Admin Tool Kit Click here and download it now
July 4th, 2012 6:18am