<?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: wait for many subjobs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/wait-for-many-subjobs/m-p/2247476#M32654</link>
    <description>&lt;P&gt;thanks, I'll try that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yeah my process really needs to be improved, but when I first tried to get "new users" and "new products" values to link them to a tMap for joining, no data was defined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so I found that using iteration was doing the trick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yet I could try left joining users/orders and order details but I'll end up with huge records&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sheers&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 13:15:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-24T13:15:22Z</dc:date>
    <item>
      <title>wait for many subjobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-many-subjobs/m-p/2247474#M32652</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;after the tMap, I got a couple of things that I want to be sure they are done before proceeding to the next sub job&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;how do I do that ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 735px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Uy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136386i0B95CF58A6A5BDF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Uy.png" alt="0683p000009M6Uy.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-many-subjobs/m-p/2247474#M32652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: wait for many subjobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-many-subjobs/m-p/2247475#M32653</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;you can try this :&lt;/P&gt; 
&lt;P&gt;1) remove the OnComponentOk between the tLogRow_9 and the tDBLastInsertId_1 (number 1 in the screenshot)&lt;/P&gt; 
&lt;P&gt;2) change the OnSubjobOk before the users read with a OnComponentOk (number 2)&lt;/P&gt; 
&lt;P&gt;3) add an OnSubjobOk link between the component we don't see at the beginning and the&amp;nbsp;tDBLastInsertId_1 (number 3)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This way, you are sure that the whole block (from the users to the outputs after the tMap) will be processed before the OnSubjobOk link you just add in 3.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20190724_090012_203.png" style="width: 735px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6eh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130612i41165A0A8DDF5FD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6eh.png" alt="0683p000009M6eh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Apart from that: are you sure you cannot change the process? Iterations of iterations of iterations of db reads is not very efficient (you use an existing connection here?); maybe you could use some db join to do the same thing more efficiently?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 08:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-many-subjobs/m-p/2247475#M32653</guid>
      <dc:creator>lennelei</dc:creator>
      <dc:date>2019-07-24T08:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: wait for many subjobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-many-subjobs/m-p/2247476#M32654</link>
      <description>&lt;P&gt;thanks, I'll try that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yeah my process really needs to be improved, but when I first tried to get "new users" and "new products" values to link them to a tMap for joining, no data was defined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so I found that using iteration was doing the trick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yet I could try left joining users/orders and order details but I'll end up with huge records&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sheers&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 13:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-many-subjobs/m-p/2247476#M32654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T13:15:22Z</dc:date>
    </item>
  </channel>
</rss>

