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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Tftpconnection Auth fail

Hi,

I have a talend job that is using tftp component. 

Once it create a filedelimiter on my desktop, I want it to send that file to ftp location.

So, I begin to add and configure a tftpconnection component.

The job create my CSV file but fails at tftpconnection with this error message (i've tested the FTP connection before in Filezilla with success)

Error Message:

Exception in component tFTPConnection_2 (ADHERENTS)

com.enterprisedt.net.ftp.FTPException: 530 Login incorrect.

at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSocket.java:1308)

at com.enterprisedt.net.ftp.FTPClient.password(FTPClient.java:1984)

at com.enterprisedt.net.ftp.FTPClient.login(FTPClient.java:1906)

at open_data_56.adherents_morbihan_energies_0_1.

ADHERENTS

.tFTPConnection_2Process(

ADHERENTS

.java:1012)

at open_data_56.adherents_morbihan_energies_0_1.

ADHERENTS

.runJobInTOS(

ADHERENTS

.java:1306)

at open_data_56.adherents_morbihan_energies_0_1.

ADHERENTS

.main(

ADHERENTS

.java:1143)

Labels (2)
1 Solution

Accepted Solutions
gjeremy1617088143

Hi, as the error say , your login or password are incorrect.So first verify you have enter the good values.

Send me Love and Kudos

View solution in original post

2 Replies
gjeremy1617088143

Hi, as the error say , your login or password are incorrect.So first verify you have enter the good values.

Send me Love and Kudos

Anonymous
Not applicable
Author

Hi,

Sorry, I checked this setting several times and yet this morning, double-checking one last time, that was it! Thank you so much !