<?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 Go to next iteration if a component fail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217225#M12914</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My job loops through several different files and send them with a tFTPPut :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFixedFlowInput ===(Main)==&amp;gt; tFlowToIterate&amp;nbsp;===(Iterate)==&amp;gt; tJava&amp;nbsp;===(OnComponentOk)==&amp;gt; tFtpConnection&amp;nbsp;===(OncomponentError)==&amp;gt;tWarn&lt;/P&gt;&lt;P&gt;If the connection is successful the job sends the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job stops if there is any error after the tJava and I want it to just go to the next iteration and send the next file whether the error is on the tFtpConnection or any other component after the tjava.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:49:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T03:49:20Z</dc:date>
    <item>
      <title>Go to next iteration if a component fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217225#M12914</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My job loops through several different files and send them with a tFTPPut :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFixedFlowInput ===(Main)==&amp;gt; tFlowToIterate&amp;nbsp;===(Iterate)==&amp;gt; tJava&amp;nbsp;===(OnComponentOk)==&amp;gt; tFtpConnection&amp;nbsp;===(OncomponentError)==&amp;gt;tWarn&lt;/P&gt;&lt;P&gt;If the connection is successful the job sends the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job stops if there is any error after the tJava and I want it to just go to the next iteration and send the next file whether the error is on the tFtpConnection or any other component after the tjava.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217225#M12914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Go to next iteration if a component fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217226#M12915</link>
      <description>&lt;P&gt;I added a tJavaFlex with a try and catch error and I have all my iterations.&lt;/P&gt;&lt;P&gt;but now I just need to know how to trigger my tLogCatcher when the exception is caught by my tJavaFlex.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 11:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217226#M12915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-16T11:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Go to next iteration if a component fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217227#M12916</link>
      <description>&lt;P&gt;Nice question,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;probably you need to capture the exception then use (trigger &amp;gt; if) for evaluation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll stay here waiting for a better solution&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 11:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217227#M12916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-16T11:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Go to next iteration if a component fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217228#M12917</link>
      <description>&lt;P&gt;First of all thank you for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what I thought of but I already have tWarns linked to other components with an OncomponentError that I would like to have in my logs. Catching the exception just restarts the loop and go to the next iteration without going to the tWarn and the exception it self isn't always that clear.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 15:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Go-to-next-iteration-if-a-component-fail/m-p/2217228#M12917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-16T15:46:40Z</dc:date>
    </item>
  </channel>
</rss>

