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: 
Anonymous
Not applicable

tFTPput File permission denied

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 ?

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Problem solved. We think due to changes on distant ftp server ... thank you for your help.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

did you tried to copy the files using cmd or shell ?
Anonymous
Not applicable
Author

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 🙂

Anonymous
Not applicable
Author

Problem solved. We think due to changes on distant ftp server ... thank you for your help.