<?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 how to keep the process running even if one sequence fails in parallel? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-keep-the-process-running-even-if-one-sequence-fails-in/m-p/2279720#M54791</link>
    <description>&lt;P&gt;Gurus,&lt;/P&gt;
&lt;P&gt;We are using Talend Enterprise.&lt;/P&gt;
&lt;P&gt;I want to keep running the process even if one sequence fails in parallel flow. I am running multiple sequences in parallel in master sequence. I tried using both tparallelize and Multi Thread execution process. The process stops if one of the sequence fails. The process runs successfully in parallel even if one sequence fails if i check only the first option&lt;/P&gt;
&lt;P&gt;"Use an independendent process to run the subjob"&lt;/P&gt;
&lt;P&gt;and uncheck other options(die on child error)&lt;/P&gt;
&lt;P&gt;in each sequence in the master sequence.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the master sequence if one of the parallel sequence fails the process should continue and send an email the master sequence didn't completed successfully.on success it should send an email.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As an example I am attaching the master sequence using tparallelize component and other process using multi tread process.&lt;/P&gt;
&lt;P&gt;with option&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;checking first option "Use an independendent process to run the subjob"&amp;nbsp;&amp;nbsp;and uncheck other options(Die on child error) (runs successfully).&lt;/P&gt;
&lt;P&gt;If "Die on child error" checked the process stops.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please see attachment for individual sequence and the master sequence where the individual sequence is called.&lt;/P&gt;
&lt;P&gt;Please advice if the process can be executed on TAC.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2020 18:33:17 GMT</pubDate>
    <dc:creator>AAA999</dc:creator>
    <dc:date>2020-05-27T18:33:17Z</dc:date>
    <item>
      <title>how to keep the process running even if one sequence fails in parallel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-keep-the-process-running-even-if-one-sequence-fails-in/m-p/2279720#M54791</link>
      <description>&lt;P&gt;Gurus,&lt;/P&gt;
&lt;P&gt;We are using Talend Enterprise.&lt;/P&gt;
&lt;P&gt;I want to keep running the process even if one sequence fails in parallel flow. I am running multiple sequences in parallel in master sequence. I tried using both tparallelize and Multi Thread execution process. The process stops if one of the sequence fails. The process runs successfully in parallel even if one sequence fails if i check only the first option&lt;/P&gt;
&lt;P&gt;"Use an independendent process to run the subjob"&lt;/P&gt;
&lt;P&gt;and uncheck other options(die on child error)&lt;/P&gt;
&lt;P&gt;in each sequence in the master sequence.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the master sequence if one of the parallel sequence fails the process should continue and send an email the master sequence didn't completed successfully.on success it should send an email.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As an example I am attaching the master sequence using tparallelize component and other process using multi tread process.&lt;/P&gt;
&lt;P&gt;with option&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;checking first option "Use an independendent process to run the subjob"&amp;nbsp;&amp;nbsp;and uncheck other options(Die on child error) (runs successfully).&lt;/P&gt;
&lt;P&gt;If "Die on child error" checked the process stops.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please see attachment for individual sequence and the master sequence where the individual sequence is called.&lt;/P&gt;
&lt;P&gt;Please advice if the process can be executed on TAC.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 18:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-keep-the-process-running-even-if-one-sequence-fails-in/m-p/2279720#M54791</guid>
      <dc:creator>AAA999</dc:creator>
      <dc:date>2020-05-27T18:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to keep the process running even if one sequence fails in parallel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-keep-the-process-running-even-if-one-sequence-fails-in/m-p/2279721#M54792</link>
      <description>Hi
&lt;BR /&gt;As per my understanding if you want to continue the flow if any sequence job fails you need to unchecked the "Die on Child job Error " in run job component.
&lt;BR /&gt;and we need to maintain Exception handling and Notification in all child jobs.</description>
      <pubDate>Fri, 29 May 2020 16:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-keep-the-process-running-even-if-one-sequence-fails-in/m-p/2279721#M54792</guid>
      <dc:creator>jilanisyed</dc:creator>
      <dc:date>2020-05-29T16:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to keep the process running even if one sequence fails in parallel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-keep-the-process-running-even-if-one-sequence-fails-in/m-p/2279722#M54793</link>
      <description>&lt;P&gt;Syed,&lt;/P&gt;
&lt;P&gt;I am calling the child sequence through the master sequence where I have unchecked die on error. In child sequence i have checked die on error if it fails it sends a notification.&lt;/P&gt;
&lt;P&gt;is there any other way it can be done that the master sequence continues? Screen shot for master sequence is already attached.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 22:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-keep-the-process-running-even-if-one-sequence-fails-in/m-p/2279722#M54793</guid>
      <dc:creator>AAA999</dc:creator>
      <dc:date>2020-05-29T22:20:57Z</dc:date>
    </item>
  </channel>
</rss>

