<?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 get a job to 'pause' before continuing? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272998#M50113</link>
    <description>did you see the scenario with the tRunJob : 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=19429398#Raa73244" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=19429398#Raa73244&lt;/A&gt; 
&lt;BR /&gt;link your tSleep 'normally' and tell himm time to wait until proceed again ... 
&lt;BR /&gt;use it ... as it 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;regards</description>
    <pubDate>Tue, 28 Jan 2014 17:35:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-28T17:35:45Z</dc:date>
    <item>
      <title>How to get a job to 'pause' before continuing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272992#M50107</link>
      <description>Hi, trying to understand the flow of a job 
&lt;BR /&gt;I think I might be trying to do a subjob, but I'm not sure 
&lt;BR /&gt;See my attached job 
&lt;BR /&gt;I need the tFileFetch_2 to populate the "listingUpgradeViews" table and have it ready to go; so maybe the flow along the bottom is actually the main job and all the top stuff is the subjob? 
&lt;BR /&gt;Or, otherwise put, once "listingViewsGA" gets properly populated with both tFileFetch_1 tForeach_1 iterations I would like to also populate listingUpgradeViews and then pass both along with "dimListing" into the tMap and on to "listingViewsWithUpgrades" 
&lt;BR /&gt;I don't know if this is able to be accomplished all in one job 
&lt;BR /&gt;Thank you, any design advice would be much appreciated 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;PS - I tried to get tFileFetch_2 --&amp;gt; tFileInputDelimited_2 --&amp;gt; tMap but wasn't able to get it working, hence the additional "listingUpgradeViews" tMysqlOutput component 
&lt;BR /&gt;PPS - currently I am doing this with two jobs, the top part and the bottom part of the design separately (i.e. pre-populating "listingUpgradeViews" independently first rather than at the same time as the other stuff) 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Fri, 24 Jan 2014 22:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272992#M50107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-24T22:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a job to 'pause' before continuing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272993#M50108</link>
      <description>Why not use a tParallize? Use it to first get/fetch all the files you need, then once that is complete, make a synchronize link to tFileInputDelimited_1 and continue with the process? I am not sure if I understood your requirement 100% though...</description>
      <pubDate>Fri, 24 Jan 2014 22:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272993#M50108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-24T22:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a job to 'pause' before continuing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272994#M50109</link>
      <description>Hi, thanks for the suggestion, it looks like that component might not be available in TOS?&lt;BR /&gt;Perhaps there is an alternative approach for Open Studio?</description>
      <pubDate>Fri, 24 Jan 2014 23:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272994#M50109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-24T23:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a job to 'pause' before continuing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272995#M50110</link>
      <description>Minor spelling mistake. The correct spelling of the component is tParallelize (present in Orchestration, in Palette). 
&lt;BR /&gt;I think this is only available in the Professional/Enterprise edition though. 
&lt;BR /&gt;Alternatively, please refer picture(s) below. See if that works for you (Here, I assume that you only need to load one file into listingUpgradeViews; if this is so, Pic02 might be better). 
&lt;BR /&gt;Also, if you can replace the tMySql Lookups with a file read or data pull from memory, than you can avoid multiple db calls for the same data. This would depend on your performance requirements. 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;Edit: I'm sorry ddctf, but image upload does not seem to be working for me. How exactly did you upload your image?</description>
      <pubDate>Sun, 26 Jan 2014 00:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272995#M50110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-26T00:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a job to 'pause' before continuing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272996#M50111</link>
      <description>hi,&lt;BR /&gt;perhaps tSleep component may help you.&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tSleep&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tSleep&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;&lt;PRE&gt;Allows you to identify possible bottlenecks using a time break in the Job for testing or tracking purpose. In production, it can be used for any needed pause in the Job to feed input flow for example.&lt;/PRE&gt;&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Mon, 27 Jan 2014 09:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272996#M50111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T09:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a job to 'pause' before continuing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272997#M50112</link>
      <description>Hi,
&lt;BR /&gt;@kzone: Thanks for the tSleep recommendation. I don't know how to incorporate it in my current job design; could You advise me on it's use in this context? You can see my current job design above, I can change it if need be to accommodate this component
&lt;BR /&gt;@sobittyv: to upload screen captures you need to click the Post reply link at the bottom right of the thread, the Quick post editor doesn't have the upload option.</description>
      <pubDate>Mon, 27 Jan 2014 17:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272997#M50112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T17:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a job to 'pause' before continuing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272998#M50113</link>
      <description>did you see the scenario with the tRunJob : 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=19429398#Raa73244" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=19429398#Raa73244&lt;/A&gt; 
&lt;BR /&gt;link your tSleep 'normally' and tell himm time to wait until proceed again ... 
&lt;BR /&gt;use it ... as it 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;regards</description>
      <pubDate>Tue, 28 Jan 2014 17:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-a-job-to-pause-before-continuing/m-p/2272998#M50113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T17:35:45Z</dc:date>
    </item>
  </channel>
</rss>

