Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
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
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
Hi,
Sorry, I checked this setting several times and yet this morning, double-checking one last time, that was it! Thank you so much !