Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
One of my talend job is hung on tFTPConnection_1. Job is running for days. Log shows:
[INFO ]: job_name- tFTPConnection_1 - SFTP authentication using a password.
[INFO ]: job_name - tFTPConnection_1 - Attempt to connect to 'ftp_server_hostname' with username 'ftp_username'.
-- The log of the hung job stops here.
[INFO ]: job_name - tFTPConnection_1 - Connect to 'ftp_server_hostname' has succeeded.
There is no record in tstatcatcher/tlogcatcher for this job.
I think the root cause is that remote SFTP server isn't reliable. However, how to make tFTPConnection timeout instead of hung as if it's still running.
Thanks,
Bin
I check with Talend support. There is no timeout, if no response from sftp server. Have to wait for this feature to b added in future release.
Please check if its and FTP or SFTP/SCP connection and if that is the case then you need check the sftp support in the tFTPConnection_1.
It's sftp, and I have checked SFTP Support.
The code works, just hung 1 in 300 times. I wonder if there is a way for it to timeout. My TIE version is 6.3.1 .
I check with Talend support. There is no timeout, if no response from sftp server. Have to wait for this feature to b added in future release.