Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
My Talend FTP process gets triggered with availability of files on a specific folder, Seeing intermittent issues while transferring the files to remote server on the TFTPput component with the below error. I have made some modifications by going through one of the post to change the remote path to ./Remote_Directory/ but still the issue persists.
And also in most of the scenarios the file get's ftp'd to the remote but still throws an error like below.
[ERROR]: oc_erp.oc_put_ftp_msg_broker_0_3.OC_Put_FTP_Msg_Broker - tFTPPut_1 - File transfer fail.No such file
[FATAL]: oc_erp.oc_put_ftp_msg_broker_0_3.OC_Put_FTP_Msg_Broker - tFTPPut_1 No such file
2: No such file
at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2846)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2198)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2215)
at com.jcraft.jsch.ChannelSftp.stat(ChannelSftp.java:2172)
at oc_erp.oc_put_ftp_msg_broker_0_3.OC_Put_FTP_Msg_Broker.tFTPPut_1Process(OC_Put_FTP_Msg_Broker.java:607)
at oc_erp.oc_put_ftp_msg_broker_0_3.OC_Put_FTP_Msg_Broker.runJobInTOS(OC_Put_FTP_Msg_Broker.java:2833)
at oc_erp.oc_put_ftp_msg_broker_0_3.OC_Put_FTP_Msg_Broker.main(OC_Put_FTP_Msg_Broker.java:2640)
Exception in component tFTPPut_1 (OC_Put_FTP_Msg_Broker)
2: No such file
at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2846)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2198)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2215)
at com.jcraft.jsch.ChannelSftp.stat(ChannelSftp.java:2172)
at oc_erp.oc_put_ftp_msg_broker_0_3.OC_Put_FTP_Msg_Broker.tFTPPut_1Process(OC_Put_FTP_Msg_Broker.java:607)
at oc_erp.oc_put_ftp_msg_broker_0_3.OC_Put_FTP_Msg_Broker.runJobInTOS(OC_Put_FTP_Msg_Broker.java:2833)
at oc_erp.oc_put_ftp_msg_broker_0_3.OC_Put_FTP_Msg_Broker.main(OC_Put_FTP_Msg_Broker.java:2640)
please suggest if any other modifications can be done to avoid this issue.
i'm using the SFTP connection on port 22 with username/pswd auth.
PFB job design i'm using. using the existing FTP connection to put the files on remote and checking if the files are transfered on the remote after they are ftp'd.
@siva vangala ,check the below link.
Thanks,
Manohar
Hi Manohar,
Thanks for the suggestion! i have already changed my Remote location as mentioned on the post and still the issue persists.
Hello,
Please let me know for any additional suggestions.