<?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: Job runs twice before ending in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290552#M63823</link>
    <description>&lt;P&gt;Can someone please check and let me know if this is something related to my issue?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCohcCAC#M98766" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Kafka-is-storing-messages-twice/m-p/161997/highlight/false#M98766&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2019 09:48:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-23T09:48:57Z</dc:date>
    <item>
      <title>Job runs twice before ending</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290546#M63817</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a job the reads a tFileInputDelimited and CSV Lookup through the tMap and outputs two TFileOutputDelimited files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The job reads and process all the input data, creates the two output files and then restarts again. After processing the data the second time, the job completes and the output data looks correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone tell me why the job is running twice and how I can get this to end after processing the data the first time?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 21:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290546#M63817</guid>
      <dc:creator>profuse</dc:creator>
      <dc:date>2019-05-02T21:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Job runs twice before ending</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290547#M63818</link>
      <description>&lt;P&gt;What makes you think it is running twice? Can you show us a screenshot of the job?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 22:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290547#M63818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-02T22:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Job runs twice before ending</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290548#M63819</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;When I watch the job run, I see the file row counts increase. After it finishes processing the input once, then the row counts reset to zero and its begins to run again. Once the job process the data twice, here is a look at the screen. Any idea why it cycles through the data twice?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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-center" image-alt="TalendScreenPrint.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18611i7159C2452746C57D/image-size/large?v=1.0&amp;amp;px=999" title="TalendScreenPrint.png" alt="TalendScreenPrint.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 16:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290548#M63819</guid>
      <dc:creator>profuse</dc:creator>
      <dc:date>2019-05-03T16:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Job runs twice before ending</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290549#M63820</link>
      <description>&lt;P&gt;I think the reason is you have two triggers that point to your main flow, the tSetGlobalVars and tLibraryLoad.&amp;nbsp; You should chain those two inline to fix it.&amp;nbsp; Right now it runs like this so you process your rows twice:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tSetGlobalVars -&amp;gt; Your main logic subjob&amp;nbsp; -&amp;gt;&amp;nbsp;tLibraryLoad -&amp;gt;&amp;nbsp;Your main logic subjob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need the&amp;nbsp;tSetGlobalVars and tLibraryLoad to run before your main logic then just set it up like this:&lt;/P&gt;&lt;P&gt;tSetGlobalVars&lt;/P&gt;&lt;P&gt;on component ok &amp;gt;&lt;/P&gt;&lt;P&gt;tLibraryLoad&lt;/P&gt;&lt;P&gt;on component ok &amp;gt;&lt;/P&gt;&lt;P&gt;Your main logic subjob&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 04:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290549#M63820</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-05-04T04:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Job runs twice before ending</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290550#M63821</link>
      <description>&lt;P&gt;nfz11,&lt;/P&gt;&lt;P&gt;By linking the two together, the job only reads the input files in once, processes and finishes!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You NFZ11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 16:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290550#M63821</guid>
      <dc:creator>profuse</dc:creator>
      <dc:date>2019-05-06T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Job runs twice before ending</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290551#M63822</link>
      <description>&lt;P&gt;Nice spot&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006yqfZAAQ"&gt;@nfz11&lt;/A&gt;!!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 16:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290551#M63822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Job runs twice before ending</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290552#M63823</link>
      <description>&lt;P&gt;Can someone please check and let me know if this is something related to my issue?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCohcCAC#M98766" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Kafka-is-storing-messages-twice/m-p/161997/highlight/false#M98766&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 09:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290552#M63823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T09:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Job runs twice before ending</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290553#M63824</link>
      <description>&lt;P&gt;I doubt this is happening, but you can check by downloading a Kafka client to view the messages that are stored.&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2019 10:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-runs-twice-before-ending/m-p/2290553#M63824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-26T10:14:27Z</dc:date>
    </item>
  </channel>
</rss>

