<?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 Re: Tftpconnection Auth fail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205188#M5731</link>
    <description>I’ll do that thanks. Which FTP client do I use to check ftp server?&lt;BR /&gt;Also how’s my set up look? Any Java I need to include? Or just correct username and password and host info is good enough? Any job u can refer me to that does this?</description>
    <pubDate>Tue, 18 Feb 2020 04:46:09 GMT</pubDate>
    <dc:creator>peacekas99</dc:creator>
    <dc:date>2020-02-18T04:46:09Z</dc:date>
    <item>
      <title>Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205186#M5729</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a talend job that is using tftp components.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once it create a filedelimiter on my desktop, I want it to send that file to sftp location I specified tftpconnection and tftput components.&lt;/P&gt;&lt;P&gt;The job create file but fails at tftpconnection with this error message.&amp;nbsp;Feels like some java componenet needs to be created but not sure how. thanks. Last Java component in my design just has this message "System.out.print(FTP);"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Message:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"Exception in component tFTPConnection_1 ()&lt;BR /&gt;com.jcraft.jsch.JSchException: Auth fail&lt;BR /&gt;at com.jcraft.jsch.Session.connect(Session.java:512)&lt;BR /&gt;at com.jcraft.jsch.Session.connect(Session.java:183)&lt;BR /&gt;at (.java:2801)&lt;BR /&gt;at (ava:2545)&lt;BR /&gt;at (.java:1493)&lt;BR /&gt;at (.java:1345)&lt;BR /&gt;at (.java:868)&lt;BR /&gt;at (.java:6363)&lt;BR /&gt;at (.java:6082)&lt;BR /&gt;[FATAL]: tFTPConnection_1 Auth fail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 20:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205186#M5729</guid>
      <dc:creator>peacekas99</dc:creator>
      <dc:date>2020-02-17T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205187#M5730</link>
      <description>Hi 
&lt;BR /&gt;Make sure you have the right authentication, use a FTP client to check if you are able to connect to FTP server. 
&lt;BR /&gt;
&lt;BR /&gt;BTW, please insert images into your post body instead of attaching it.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 18 Feb 2020 04:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205187#M5730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-18T04:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205188#M5731</link>
      <description>I’ll do that thanks. Which FTP client do I use to check ftp server?&lt;BR /&gt;Also how’s my set up look? Any Java I need to include? Or just correct username and password and host info is good enough? Any job u can refer me to that does this?</description>
      <pubDate>Tue, 18 Feb 2020 04:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205188#M5731</guid>
      <dc:creator>peacekas99</dc:creator>
      <dc:date>2020-02-18T04:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205189#M5732</link>
      <description>You don't need input any Java code, just provide correct username, password and host info. You can try Filezilla. &lt;BR /&gt;&lt;A href="https://filezilla-project.org/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://filezilla-project.org/&lt;/A&gt;</description>
      <pubDate>Tue, 18 Feb 2020 08:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205189#M5732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-18T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205190#M5733</link>
      <description>Ok. And tftpconnection doesn’t need to be connected on trigger job ok to tfiledelimeter right?&lt;BR /&gt;Can be stand alone setup?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 18 Feb 2020 10:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205190#M5733</guid>
      <dc:creator>peacekas99</dc:creator>
      <dc:date>2020-02-18T10:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205191#M5734</link>
      <description>tFTPConnection is used to a FTP connection, the connection should be created before it is using on FTP components  such as tFTPPut, tFTPGet. We usually create the connection in the beginning of job. In your job, tFTPConnection is OK to be linked with onComponentOK after tFileOutputDelimited.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Feb 2020 11:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205191#M5734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-18T11:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205192#M5735</link>
      <description>Thank you shong. So ftpconnection_1 doesn’t have to be connected to filedelimiter it can be anywhere in the design connected to ftput? I’ll try it today once I get correct auth
&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 18 Feb 2020 16:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205192#M5735</guid>
      <dc:creator>peacekas99</dc:creator>
      <dc:date>2020-02-18T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205193#M5736</link>
      <description>yes, tFTPConnection can be on anywhere, as long as it creates the connection before it is used.</description>
      <pubDate>Wed, 19 Feb 2020 02:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205193#M5736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-19T02:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205194#M5737</link>
      <description>Thank you I got it working with correct credentials 
&lt;BR /&gt; 
&lt;BR /&gt;Can you look into this for me? 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmDWCA0" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Talend-Adminstation-Center-public-key/m-p/213772&lt;/A&gt;</description>
      <pubDate>Wed, 19 Feb 2020 03:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205194#M5737</guid>
      <dc:creator>peacekas99</dc:creator>
      <dc:date>2020-02-19T03:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tftpconnection Auth fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205195#M5738</link>
      <description>Great, thanks for your feedback. I have replied your anther topic.</description>
      <pubDate>Wed, 19 Feb 2020 04:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tftpconnection-Auth-fail/m-p/2205195#M5738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-19T04:18:58Z</dc:date>
    </item>
  </channel>
</rss>

