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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Dfence
Contributor
Contributor

Exception in component tFTPPut - Error 3: Permission denied.

I'm able to connect with SFTP to receiving end, but tFTPPut gives me error:

 

Exception in component tFTPPut_1

3: Permission denied

   at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2297)

   at com.jcraft.jsch.ChannelSftp._put(ChannelSftp.java:484)

   at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:388)

   at lemondataimport.sftp_send_0_1.SFTP_Send.tFTPPut_1Process(SFTP_Send.java:607)

   at lemondataimport.sftp_send_0_1.SFTP_Send.tFTPConnection_1Process(SFTP_Send.java:424)

   at lemondataimport.sftp_send_0_1.SFTP_Send.runJobInTOS(SFTP_Send.java:953)

   at lemondataimport.sftp_send_0_1.SFTP_Send.main(SFTP_Send.java:812)

 

 

It says I don't have permission to read or write the file I guess. But is it in source side or destination side? It is also very weird that I'm able to send the same file from same folder to same destination (with same SFTP user and key) with FileZilla. Any help would be appreciated.

Labels (2)
7 Replies
vikramk
Creator II
Creator II

Hi,

Make sure you have both read and write access at FTP end, in your requirement you are able to read data from ftp able to parse to local, but you are not able to put to FTP, that means you don't have write permission at FTP, so please ask for the same to admin

Dfence
Contributor
Contributor
Author

Yes, I checked that there's both (read and write access). And I'm still able to send with Filezilla to same location with exactly same specs (same user with same authetication key) but with Talend I get 3: Permission denied error.

Anonymous
Not applicable

Hello,

Could you please post your tFTPPut component setting screenshots here?

Best regards

Sabrina

Dfence
Contributor
Contributor
Author

Here's the setup

 

Anonymous
Not applicable

Hello,

Are you in SFTP mode in your tFTPConnection component? All required external jar files are installed in your studio?

 

Are you able to receive your data by using tFTPGet component from your SFTP server in talend?

Best regards

Sabrina

 

 

 

Dfence
Contributor
Contributor
Author

Yes, trying to transfer in SFTP mode and I'm able to download data with tFTPGet. Also all needed eternal jar files are installed. It should tell me if there's need to install any external jar files, right?

Anonymous
Not applicable

Hello,

Yes, indeed. The SFTP server connection should be OK if you are able to download data with tFTPGet component. Is there any more detailed message about permission denied file path? Is your SFTP with private key?

Best regards

Sabrina