<?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: Iterate order in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338094#M106370</link>
    <description>Hi, 
&lt;BR /&gt;What's your job design, could you share the screenshot with us? Could you design two subjob for you requirement, one is for read table and the other for update.In addtion, there is "Muti thread execution" can be available in job setting.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Thu, 12 Sep 2013 10:34:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-12T10:34:56Z</dc:date>
    <item>
      <title>Iterate order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338093#M106369</link>
      <description>Hi, 
&lt;BR /&gt;I use a tFlowToIterate component. 
&lt;BR /&gt;After this component I have 2 iterate flow. 
&lt;BR /&gt;A the first, I read a table 
&lt;BR /&gt;A the second, I update this same table 
&lt;BR /&gt;My question is : There is a risk of deadlock ? 
&lt;BR /&gt;Can I be sure that my access of the table is end when I update ? 
&lt;BR /&gt;thanks a lot for your reply 
&lt;BR /&gt;Laurent</description>
      <pubDate>Thu, 12 Sep 2013 10:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338093#M106369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-12T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338094#M106370</link>
      <description>Hi, 
&lt;BR /&gt;What's your job design, could you share the screenshot with us? Could you design two subjob for you requirement, one is for read table and the other for update.In addtion, there is "Muti thread execution" can be available in job setting.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 12 Sep 2013 10:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338094#M106370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-12T10:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338095#M106371</link>
      <description>If you have two iterate connections from the same component, one will be executed after the other not in parallel.</description>
      <pubDate>Thu, 12 Sep 2013 15:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338095#M106371</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-09-12T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338096#M106372</link>
      <description>Hi, 
&lt;BR /&gt;Thanks for your reply 
&lt;BR /&gt;I'm going to try to attach an image of my job. 
&lt;BR /&gt;If it's not work it's not a problem &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; 
&lt;BR /&gt;When I run my job, I haven't problem. 
&lt;BR /&gt;But with a lot of records, i have some doubts. 
&lt;BR /&gt;Thanks for your opinion 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Laurent 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBBw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139452i4B62A08375A2DCDB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBBw.png" alt="0683p000009MBBw.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338096#M106372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T15:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338097#M106373</link>
      <description>I'm not sure why you have doubts.  The iterates are run in the order they show.  The easiest way to satisfy yourself is to look at the code the job generates.  But you can also use OnComponentOK triggers from one step to the next instead of multiple iterates.</description>
      <pubDate>Sat, 14 Sep 2013 00:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338097#M106373</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-09-14T00:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338098#M106374</link>
      <description>OK, I see, thank you</description>
      <pubDate>Sat, 14 Sep 2013 08:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-order/m-p/2338098#M106374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-14T08:30:34Z</dc:date>
    </item>
  </channel>
</rss>

