<?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: Recovery point in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310687#M81786</link>
    <description>I didn't understand from your first post that you were using execution plans. &amp;nbsp;Recovery in an execution plan is not currently supported. &amp;nbsp;However, it is planned for 5.6.0 / 6.0.0 
&lt;BR /&gt;You can track this feature here 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TDI-29231" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-29231&lt;/A&gt; 
&lt;BR /&gt;Lack of recovery option is why I never use execution plans. &amp;nbsp;I am looking forward to trying this out after it is released.</description>
    <pubDate>Tue, 04 Nov 2014 12:03:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-04T12:03:58Z</dc:date>
    <item>
      <title>Recovery point</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310683#M81782</link>
      <description>Hi&amp;nbsp;&lt;BR /&gt;I have 5 jobs that are running in parallel. if anyone of the jobs fails i want to start that job only. I can set recovery point on subjobok but how to create recovery point in parallel jobs.&lt;BR /&gt;regards&lt;BR /&gt;Praveen L</description>
      <pubDate>Mon, 03 Nov 2014 10:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310683#M81782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T10:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Recovery point</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310684#M81783</link>
      <description>That's a bit tricky... If one of your parallel streams fails, and you're using something like a tDie - which you should - to kill the job, it will stop all other parallel streams and exit the job. How about re-configuring the job such that each parallel stream is a child job? And you call them from a parent job. In the parent job, you can read the exit code of each child job and do a retry or something else. But that way - hopefully - your child job would be the only one killed by the failure, and not the other streams in other child jobs.&amp;nbsp;
&lt;BR /&gt;You'd accomplish this set up as follows: ParentJob --&amp;gt; tRunJob --&amp;gt; Child Job - and have as many of these as needed. And - the child job can be the same job for each stream, to which you pass different parameters...</description>
      <pubDate>Mon, 03 Nov 2014 22:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310684#M81783</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-11-03T22:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Recovery point</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310685#M81784</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I have 5 jobs that are running in parallel. if anyone of the jobs fails i want to start that job only. I can set recovery point on subjobok but how to create recovery point in parallel jobs.&lt;BR /&gt;regards&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Could you please take a look at document &lt;A href="https://help.talend.com/search/all?query=How+to+set+checkpoints+on+trigger+connections&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to set checkpoints on trigger connections&lt;/A&gt; to see if the checkpoints is satisfying your needs?&lt;BR /&gt;In addition, could you please show us your job design so that we can know your "parallel" work flow.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 04 Nov 2014 03:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310685#M81784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T03:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Recovery point</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310686#M81785</link>
      <description>Hi&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Xiado&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Please see the attached screenshot of my execution plan. &amp;nbsp; In the image you can see In the first level i am running 9 jobs. If any one of the jobs fails &amp;nbsp;out of the 9 i need &amp;nbsp;that only job should then&amp;nbsp;proceed to next level of jobs.&amp;nbsp;rather than running all the first level jobs and the proceed to next level.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;thanks&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;praveen&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBIL.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135877iD03E2B130BAEE0A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBIL.jpg" alt="0683p000009MBIL.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 04 Nov 2014 11:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310686#M81785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T11:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Recovery point</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310687#M81786</link>
      <description>I didn't understand from your first post that you were using execution plans. &amp;nbsp;Recovery in an execution plan is not currently supported. &amp;nbsp;However, it is planned for 5.6.0 / 6.0.0 
&lt;BR /&gt;You can track this feature here 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TDI-29231" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-29231&lt;/A&gt; 
&lt;BR /&gt;Lack of recovery option is why I never use execution plans. &amp;nbsp;I am looking forward to trying this out after it is released.</description>
      <pubDate>Tue, 04 Nov 2014 12:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310687#M81786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T12:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Recovery point</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310688#M81787</link>
      <description>Mike - is this what you're referring to - in 5.5?&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Accessing+the+Error+Recovery+Management+page&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Accessing+the+Error+Recovery+Management+page&amp;amp;content-lang=en&lt;/A&gt;</description>
      <pubDate>Tue, 04 Nov 2014 16:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310688#M81787</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-11-04T16:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Recovery point</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310689#M81788</link>
      <description>Sorry, I misread praveenlingam21's screenshot. &amp;nbsp;Ignore my reference to execution plan, not relevant here.
&lt;BR /&gt;Regarding error recovery, I have not found a way to make this work with parallel processes when using tParallelize component. &amp;nbsp;A recovery point can only be created onSubJobOk which is not available for each parallel task when using tParallelize component. &amp;nbsp;There are various ways to do this by hand not using a tParallelize, one is outlined by willm in this thread.
&lt;BR /&gt;Perhaps a new feature request is needed? &amp;nbsp;But I see there already it one, and it was closed with comment "
&lt;FONT face="Arial, Helvetica, sans-serif"&gt;Outside of realistic expectations" see this link. &amp;nbsp;Whose expectations I wonder, not mine certainly.&lt;/FONT&gt;
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/browse/TDI-24776?jql=text%20~%20%22recovery%22" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-24776?jql=text%20~%20%22recovery%22&lt;/A&gt;
&lt;BR /&gt;Perhaps this could be reopened with clear use cases specified.</description>
      <pubDate>Tue, 04 Nov 2014 16:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Recovery-point/m-p/2310689#M81788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T16:57:55Z</dc:date>
    </item>
  </channel>
</rss>

