Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
wangbinlxx
Creator
Creator

Job is hung on tFTPConnection_1

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

Labels (2)
1 Solution

Accepted Solutions
wangbinlxx
Creator
Creator
Author

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.

View solution in original post

3 Replies
Irshad1
Contributor II
Contributor II

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.

wangbinlxx
Creator
Creator
Author

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 .

wangbinlxx
Creator
Creator
Author

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.