<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Password less SCP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338715#M106924</link>
    <description>Hi,
&lt;BR /&gt;In one of my integration job, I am creating a file which needs to be scp'ed to a remote server. Our Tech support team did setup the password less SCP between my local server and the remote server and I am able to manually scp the file from my local server (execution server) to the remote server with the following command.
&lt;BR /&gt;scp /talend/leo/omsleo/output/aut_edi.txt lebotrn@leustd02:/output/aut_edi.txt
&lt;BR /&gt;However, when I try to use the tSCPPut in the talend job that generates the file /talend/leo/omsleo/output/aut_edi.txt, it doesn't seem to work. The authentication method is "private key". I deployed the job into the SVN server and when I run the job, the job runs fine, but it is not transferring the file from local server to remote server. There is no error message also.
&lt;BR /&gt;Can some one help?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Balaji.</description>
    <pubDate>Thu, 03 May 2012 20:43:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-03T20:43:48Z</dc:date>
    <item>
      <title>Password less SCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338715#M106924</link>
      <description>Hi,
&lt;BR /&gt;In one of my integration job, I am creating a file which needs to be scp'ed to a remote server. Our Tech support team did setup the password less SCP between my local server and the remote server and I am able to manually scp the file from my local server (execution server) to the remote server with the following command.
&lt;BR /&gt;scp /talend/leo/omsleo/output/aut_edi.txt lebotrn@leustd02:/output/aut_edi.txt
&lt;BR /&gt;However, when I try to use the tSCPPut in the talend job that generates the file /talend/leo/omsleo/output/aut_edi.txt, it doesn't seem to work. The authentication method is "private key". I deployed the job into the SVN server and when I run the job, the job runs fine, but it is not transferring the file from local server to remote server. There is no error message also.
&lt;BR /&gt;Can some one help?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Balaji.</description>
      <pubDate>Thu, 03 May 2012 20:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338715#M106924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-03T20:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338716#M106925</link>
      <description>Hi Balaji
&lt;BR /&gt;When the value of Filelist-&amp;gt;Source is not correct, you won't get any error and nothing will happen in remote directory. Please recheck it.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 04 May 2012 10:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338716#M106925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-04T10:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338717#M106926</link>
      <description>Thanks for the reply pedro.
&lt;BR /&gt;The file list has the following text.
&lt;BR /&gt;context.baseDir + "/" + StringHandling.DOWNCASE(context.projectName) + "/output/aut_edi.txt" which translates to "/talend/leo/omsleo/output/aut_edi.txt"
&lt;BR /&gt;It is the same name used in the tFileOutputPositional component which creates this file.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Balaji.</description>
      <pubDate>Fri, 04 May 2012 12:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338717#M106926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-04T12:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338718#M106927</link>
      <description>Hi Balaji&lt;BR /&gt;Sorry. I think maybe I miss some detail.&lt;BR /&gt;Because there isn't any authentication error or other errors. I test tSCPPut at my local machine, &lt;BR /&gt;it works fine.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 07 May 2012 03:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338718#M106927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-07T03:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338719#M106928</link>
      <description>Hi Pedro, 
&lt;BR /&gt;I tried the manual SCP from my local server to the remote server and it works fine. The public key of local machine is in the "authorized_keys" of the remote server. However, it doesn't work in talend. Is there a way to debug the tSCPPut component? I tried a OnComponentError and OnComponentOk with two tJava components to display the status, but the results are not expected. 
&lt;BR /&gt;Number of files transferred = 0 
&lt;BR /&gt;SCP Put Status = Blank. 
&lt;BR /&gt;File Name transferred = null 
&lt;BR /&gt;And the above is the output from tJava which is connected using OnComponentOk. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Balaji.</description>
      <pubDate>Mon, 07 May 2012 04:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338719#M106928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-07T04:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338720#M106929</link>
      <description>Hi Balaji&lt;BR /&gt;Could you show us the settings of tSCPPut?&lt;BR /&gt;A screenshot is preferred.&lt;BR /&gt;Which version of TOS do you use?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 07 May 2012 07:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338720#M106929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-07T07:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338721#M106930</link>
      <description>Hi Pedro,&lt;BR /&gt;I am not sure what was wrong, but it is working now after I deleted and re-inserted the tSCPPut component in the job. The screenshot of the tSCPPut component is shown below.&lt;BR /&gt;I am using TIS 4.2.4. The job will be running as a shell script on a local linux box with "talend" as the userid. For the private key, I gave the id_dsa location as "/home/talend/.ssh/id_dsa".&lt;BR /&gt;Thanks for your response and help.&lt;BR /&gt;Thanks,&lt;BR /&gt;Balaji.</description>
      <pubDate>Mon, 07 May 2012 15:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338721#M106930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-07T15:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338722#M106931</link>
      <description>Hi Balaji&lt;BR /&gt;Glad to know it has been fixed.&lt;BR /&gt;So this may be due to code generation or some unexpected faults.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 08 May 2012 03:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Password-less-SCP/m-p/2338722#M106931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T03:53:20Z</dc:date>
    </item>
  </channel>
</rss>

