<?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: how to retry certain times? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202221#M3996</link>
    <description>did you got any solution, because i'm also facing same issue,&lt;BR /&gt;how to retry tSoap call in case on any service down/network issue for web service?</description>
    <pubDate>Tue, 13 Aug 2019 08:12:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-13T08:12:01Z</dc:date>
    <item>
      <title>how to retry certain times?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202217#M3992</link>
      <description>I use tRest to call web service, according to the return result , if error,retry 10 times ;else empty or has data, write to csv.&lt;BR /&gt;How do i design the job structure ? I am a bit confused with the different connections.</description>
      <pubDate>Fri, 18 Sep 2015 10:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202217#M3992</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-09-18T10:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to retry certain times?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202218#M3993</link>
      <description>Hi &amp;nbsp; 
&lt;BR /&gt;Try to design the job looks like: 
&lt;BR /&gt;main job: define a context variable called condition, this variable will be used for the condition on tLoop component.&amp;nbsp; 
&lt;BR /&gt;tLoop--iterate--tRunJob--oncomponentok--tjava1 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --oncomponenterror--tjava2 
&lt;BR /&gt;on tLoop: set the condition field with context variable: context.condition. 
&lt;BR /&gt;on tRunJob: call the child job, check the 'die on error' option. 
&lt;BR /&gt;on tJava1: 
&lt;BR /&gt; 
&lt;B&gt;context.condition=false;&lt;/B&gt; 
&lt;BR /&gt;on tJava2: 
&lt;BR /&gt; 
&lt;B&gt;if(iteration_number&amp;lt;11){&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;context.conditon=true;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;}else{&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;context.conditon=false;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;}&lt;/B&gt; 
&lt;BR /&gt;child job: 
&lt;BR /&gt;tRest--main--tlogRow 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 25 Sep 2015 04:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202218#M3993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T04:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to retry certain times?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202219#M3994</link>
      <description>Thanks. Could we incorporate time also here. Actually, if rest api is down, i want to retry for 10 times but after interval of 5 mins. Can we achieve this?</description>
      <pubDate>Wed, 10 Jul 2019 03:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202219#M3994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-10T03:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to retry certain times?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202220#M3995</link>
      <description>&lt;P&gt;Could you please tell what is&amp;nbsp;iteration_number and where we have to define it?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 05:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202220#M3995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-10T05:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to retry certain times?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202221#M3996</link>
      <description>did you got any solution, because i'm also facing same issue,&lt;BR /&gt;how to retry tSoap call in case on any service down/network issue for web service?</description>
      <pubDate>Tue, 13 Aug 2019 08:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-retry-certain-times/m-p/2202221#M3996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T08:12:01Z</dc:date>
    </item>
  </channel>
</rss>

