<?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: globalMap.get returns null in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245955#M31630</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQWsAAO"&gt;@ktox&lt;/A&gt;&amp;nbsp;, you can use on Subjob ok from the main component of job to tfixedflowinput and it should work. can you try it?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 12:43:46 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-11-08T12:43:46Z</dc:date>
    <item>
      <title>globalMap.get returns null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245950#M31625</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;first sorry for my bad english.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I implement a Tmap which has 2 output (in order to get the rejects of inner join in the second output). Those 2 outputs go to the same Oracle table with 2 components (tDBOutput_1 and tDBOutput_2). I link a "OnComponentOk" from tDBOutput_1 to a tfixedFlowInput.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;tMap --- out1 ---&amp;gt; tDBOutput_1 --- OnComponentOk ---&amp;gt; tFixedFlowInput_1&lt;/P&gt;
&lt;P&gt;\_ --- out2 ---&amp;gt; tDBOutput_2&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;All The rows from out1 and out2 are correctly inserted in the DB table.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;In the tFixedFlowInput_1 I can only get the rows inserted from tDBOutput_1 with ((Integer)globalMap.get("tDBOutput_1_NB_LINE_INSERTED")) but ((Integer)globalMap.get("tDBOutput_2_NB_LINE_INSERTED")) is always null.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Do you have any idea to find a solution?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 10:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245950#M31625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-08T10:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap.get returns null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245951#M31626</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQWsAAO"&gt;@ktox&lt;/A&gt;&amp;nbsp;,can you show job design?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 10:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245951#M31626</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-11-08T10:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap.get returns null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245952#M31627</link>
      <description>&lt;P&gt;I show job here job_design, tmap and tfixedflowinput&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lx7k"&gt;job_design_1.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwxN"&gt;tfixedflowinput.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lx7p"&gt;tmap.png&lt;/A&gt;</description>
      <pubDate>Fri, 08 Nov 2019 10:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245952#M31627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-08T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap.get returns null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245953#M31628</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQWsAAO"&gt;@ktox&lt;/A&gt;&amp;nbsp;, from DB2 output component is inserting any data? if yes then you need to use on component on from tDBoutput_2 to tfixedflowinput. since in your design you use from&amp;nbsp;tDBoutput_1 .&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 10:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245953#M31628</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-11-08T10:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap.get returns null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245954#M31629</link>
      <description>&lt;P&gt;Yes, tDBOutput_1 inserts 10000 rows in table and tDBOutput_2 inserts around 2000 rows.&lt;/P&gt;&lt;P&gt;in tFixedFlowInput_1 -&amp;gt; ((Integer)globalMap.get("tDBOutput_1_NB_LINE_INSERTED")) is 10000&lt;/P&gt;&lt;P&gt;but ((Integer)globalMap.get("tDBOutput_2_NB_LINE_INSERTED")) is null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to have : ((Integer)globalMap.get("tDBOutput_1_NB_LINE_INSERTED")) + ((Integer)globalMap.get("tDBOutput_2_NB_LINE_INSERTED"))&lt;/P&gt;&lt;P&gt;But the job throws NullpointerException because of tDBOutput_2.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 12:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245954#M31629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-08T12:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap.get returns null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245955#M31630</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQWsAAO"&gt;@ktox&lt;/A&gt;&amp;nbsp;, you can use on Subjob ok from the main component of job to tfixedflowinput and it should work. can you try it?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 12:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245955#M31630</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-11-08T12:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap.get returns null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245956#M31631</link>
      <description>&lt;P&gt;It works fine!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-get-returns-null/m-p/2245956#M31631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-08T14:36:00Z</dc:date>
    </item>
  </channel>
</rss>

