Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to migrate all my jobs from the previous standalone ftp to sftp(secure ftp) connection ,so when i had changed the settings in the tftpconnection component, i am facing the below error in one of the data flow,please suggest
tftpconnection-onsubjobok-->tftpfilelist1->tftpfilelist2->tftpfileproperties1->tbufferoutput
i am using 2 tftpfilelist to drill down since the files are kept in a folder structure in the ftp site,inorder to read that i have to perform 2 ftpfielisting!
The job was working perfectly file with ftp settings,but when i switch to sftp support enabled i am getting the error as:
Exception in component tFTPFileProperties_1 (test_sftp_conn)
2: No such file or directory (2)
at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2873)
Hi
For debugging, print the current file name and file path on tJava instead of tFTPFileProperties_1 to see if the values are correct?
Regards
Shong