Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a job that's running successfully in Talend studio that has sftp components (Tftpconnection and tftpPut)...somehow when I schedule the job in Talend Administration Job conductor, it fails communicating with my private key. The job sends file to sftp when I run within Studio and I verified files are uploaded to remote server as I want. But when running from Job Conductor in TAC, it throws this
Error Message:
"[FATAL]: reportname.rpt_reportname_Delta - tFTPConnection_1 java.io.FileNotFoundException: C:/Users/name/.ssh/id_rsa (No such file or directory)
com.jcraft.jsch.JSchException: java.io.FileNotFoundException: C:/Users/name/.ssh/id_rsa (No such file or directory)
at com.jcraft.jsch.KeyPair.load(KeyPair.java:543)
at com.jcraft.jsch.IdentityFile.newInstance(IdentityFile.java:40)
at com.jcraft.jsch.JSch.addIdentity(JSch.java:407)
at com.jcraft.jsch.JSch.addIdentity(JSch.java:388)"
Any idea how I can pass this in Job Conductor? Thanks.
Job runs successful in the studio