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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error No such file: tFTPFileList

Hello, 

I want to check if file A exists in server 1. The conception is described below: 

 

tftpFileList -> If exist -> tFTPGet ->...

                 -> if not exist -> create another file ->....

 

When the flow is launched, I had " Exception in component tFTPFileList_1 2: No such file at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2846)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2198)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2215)
at com.jcraft.jsch.ChannelSftp.ls(ChannelSftp.java:1565)
at com.jcraft.jsch.ChannelSftp.ls(ChannelSftp.java:1526) "

In attachment you have my tFtpFileList configuration

I want to adjust tFtpFileList in order to skip the error (normally there is an option : DIE ON ERROR to uncheck but i can't find it in this component)

Do you have any ideas? 

 

Thank in advance

 

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

About how to judge the file exist already in target folder or not, could you please let us know if this topic helps?

https://community.talend.com/t5/Design-and-Development/TFTPConnection/m-p/83194

Best regards

Sabrina