Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a job performing FTP transfer to external party. Since yesterday, I have an issue ... I receive a message "File permission denied" and I wonder if something is wrong in my job (no changes applied) or if the message is coming from 3rd party.
What I can share with you is that the tFTPConnection is OK.
The tFTPPut is running ... No error message ... I use a tWarn to display it after the put :
"tFtpPut MSG " + ((Integer)globalMap.get("tFTPPut_1_ERROR_MESSAGE")) + " / "
and in the display , as a result I have : [2019-05-22 10:22] tFtpPut MSG null /
Nevertheless, I still have a message in red "file permission denied" !!!
[2019-05-22 10:22] Connexion au FTP OK
File permission denied: //TVF-ActualFlightLog_2019051810-2019052310.TXT
[2019-05-22 10:22] tFtpPut MSG null /
Any idea ?
Problem solved. We think due to changes on distant ftp server ... thank you for your help.
Hi,
Have you selected the Die on error option in tFTPPut component? If not, could you please select it and run the job again?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Problem solved. We think due to changes on distant ftp server ... thank you for your help.