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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Sanjay5
Contributor III
Contributor III

Question on tFTPPut

I am trying to transfer a file to FTP location:
Files on SFT servers are stored with a Unique tracking number which will be attached with the file with format filename#<trackingid>. 

  • Now i am trying to transfer a file to server, "DECRYPT.FILE"

  • Server is automatically changing the name of the file to "DECRYPT.FILE#ABC1111"

  • Even though transfer is successful, I receive below error in Talend job 

[ERROR]: filecomponenttesting.sftp_connectivity_0_

1.sFTP_Connectivity - tFTPPut_2 - File transfer fail./inbox/DECRYPT.FILE is not a valid file path
Exception in component tFTPPut_2

2: /inbox/DECRYPT.FILE is not a valid file path

 

I think after successful transfer, Job is checking for the file "DECRYPT.FILE" in FTP server and not able to find the file and it is throwing error.

Any idea how to resolve this issue?

Labels (2)
10 Replies
Anonymous
Not applicable

Hi
Move tFTPPut to a child job, use a tRunJob to call this child job in the main job, uncheck the 'die on error' option on tRunJob. In this case, the main job always returns success status even though child job has error.

Regards
Shong