<?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 FTP connection failure and recovery options in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTP-connection-failure-and-recovery-options/m-p/2354663#M120580</link>
    <description>&lt;FONT size="2"&gt;&lt;FONT face="Arial, sans-serif"&gt;We are getting infrequent, intermittent errors (&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;"com.jcraft.jsch.JSchException:verify: false"), wh&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, sans-serif"&gt;ile trying to either get or put files on an ftp server.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, sans-serif"&gt;Looking through the various posts in forums, I tried replacing the jsch.jar with the latest version of jsch(0.1.5) - since we upgraded to java 1.7. That caused the studio to hang when I tried to run the job - basically it did not resolve my issue with intermittent FTP failures.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;So, as a work around, I am trying to re-try connecting in a loop a few times before giving up. I use the tLoop (while n &amp;lt; x and tFTP.getErrorMessage() != null) -&amp;gt;(iterate)-&amp;gt; ftpGet -&amp;gt;(on component Error) -&amp;gt; tsleep (for 30 seconds).&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I set up the credentials wrong in the tFTPGet component to simulate error, further, the Die on Error check box on the tftpget component is unchecked.&lt;BR /&gt;What happens now, is, during the first execution of the loop, the ftp component throws an exception then sleeps for 30 seconds and exits.&lt;BR /&gt;&lt;A href="http://talendexpert.com/talend-the-retry-process-for-ftp/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://talendexpert.com/talend-the-retry-process-for-ftp/&lt;/A&gt; seems to have a solution but what the java and javaflex components do is unclear.&lt;BR /&gt;Would really appreciate it if you could help!&lt;BR /&gt;Thanks,&lt;BR /&gt;Am</description>
    <pubDate>Thu, 11 Sep 2014 13:07:21 GMT</pubDate>
    <dc:creator>rithmaa</dc:creator>
    <dc:date>2014-09-11T13:07:21Z</dc:date>
    <item>
      <title>FTP connection failure and recovery options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-connection-failure-and-recovery-options/m-p/2354663#M120580</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="Arial, sans-serif"&gt;We are getting infrequent, intermittent errors (&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, Helvetica, sans-serif"&gt;"com.jcraft.jsch.JSchException:verify: false"), wh&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, sans-serif"&gt;ile trying to either get or put files on an ftp server.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, sans-serif"&gt;Looking through the various posts in forums, I tried replacing the jsch.jar with the latest version of jsch(0.1.5) - since we upgraded to java 1.7. That caused the studio to hang when I tried to run the job - basically it did not resolve my issue with intermittent FTP failures.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;So, as a work around, I am trying to re-try connecting in a loop a few times before giving up. I use the tLoop (while n &amp;lt; x and tFTP.getErrorMessage() != null) -&amp;gt;(iterate)-&amp;gt; ftpGet -&amp;gt;(on component Error) -&amp;gt; tsleep (for 30 seconds).&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I set up the credentials wrong in the tFTPGet component to simulate error, further, the Die on Error check box on the tftpget component is unchecked.&lt;BR /&gt;What happens now, is, during the first execution of the loop, the ftp component throws an exception then sleeps for 30 seconds and exits.&lt;BR /&gt;&lt;A href="http://talendexpert.com/talend-the-retry-process-for-ftp/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://talendexpert.com/talend-the-retry-process-for-ftp/&lt;/A&gt; seems to have a solution but what the java and javaflex components do is unclear.&lt;BR /&gt;Would really appreciate it if you could help!&lt;BR /&gt;Thanks,&lt;BR /&gt;Am</description>
      <pubDate>Thu, 11 Sep 2014 13:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-connection-failure-and-recovery-options/m-p/2354663#M120580</guid>
      <dc:creator>rithmaa</dc:creator>
      <dc:date>2014-09-11T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection failure and recovery options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-connection-failure-and-recovery-options/m-p/2354664#M120581</link>
      <description>any update?</description>
      <pubDate>Tue, 23 Sep 2014 10:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-connection-failure-and-recovery-options/m-p/2354664#M120581</guid>
      <dc:creator>rithmaa</dc:creator>
      <dc:date>2014-09-23T10:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP connection failure and recovery options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-connection-failure-and-recovery-options/m-p/2354665#M120582</link>
      <description>Hi Am,&lt;BR /&gt;try following&lt;BR /&gt;Atsuhiko Yamanaka wrote : It seems JCE included in Java7u6(and later) has suddenly changed its behavior. Please try following version, jcraft.com/jsch/jsch-0.1.50-rc1.zip We have confirmed this version can make 10,000 connections without "verify: false" errors on Java7u15. – &amp;nbsp;antoine Mar 1 '13 at 2:32&amp;nbsp;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/12279836/ssh-using-jschexception-verify-false-sometimes-fails&amp;nbsp;" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/12279836/ssh-using-jschexception-verify-false-sometimes-fails&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 23 Sep 2014 11:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-connection-failure-and-recovery-options/m-p/2354665#M120582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-23T11:31:45Z</dc:date>
    </item>
  </channel>
</rss>

