<?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: Hash is not initialized in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229365#M20330</link>
    <description>&lt;P&gt;I connected:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFileList --&amp;gt;onSubjobOK-- tHashOutput1&amp;nbsp;&lt;/P&gt;&lt;P&gt;tHashOutput1 --&amp;gt;onSubjobOK-- tHashOutput3&amp;nbsp;&lt;/P&gt;&lt;P&gt;tHashOutput3 --&amp;gt;onSubjobOK-- tHashOutput6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I am still gettin the error on tHashInput_1&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 10:39:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-30T10:39:22Z</dc:date>
    <item>
      <title>Hash is not initialized</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229361#M20326</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that there are other topics with the same error, but I cannot find a solution to my specific case.&lt;/P&gt;&lt;P&gt;I got the following error, after I add tFileList to my Job:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in component tHashInput_1 (mainElab_Gal_Alf)&lt;BR /&gt;java.lang.RuntimeException: The hash is not initialized : The hash must exist before you read from it&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.tHashInput_1Process(mainElab_Gal_Alf.java:17080)&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.runJobInTOS(mainElab_Gal_Alf.java:24539)&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.main(mainElab_Gal_Alf.java:24370)&lt;BR /&gt;Exception in component tHashInput_2 (mainElab_Gal_Alf)&lt;BR /&gt;java.lang.RuntimeException: The hash is not initialized : The hash must exist before you read from it&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.tHashInput_2Process(mainElab_Gal_Alf.java:23150)&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.tHashInput_3Process(mainElab_Gal_Alf.java:21136)&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.runJobInTOS(mainElab_Gal_Alf.java:24551)&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.main(mainElab_Gal_Alf.java:24370)&lt;BR /&gt;Exception in component tHashInput_6 (mainElab_Gal_Alf)&lt;BR /&gt;java.lang.RuntimeException: The hash is not initialized : The hash must exist before you read from it&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.tHashInput_6Process(mainElab_Gal_Alf.java:23988)&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.runJobInTOS(mainElab_Gal_Alf.java:24563)&lt;BR /&gt;at alf.mainelab_gal_alf_0_1.mainElab_Gal_Alf.main(mainElab_Gal_Alf.java:24370)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone could help me please?&lt;/P&gt;&lt;P&gt;Thank you in advance!!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229361#M20326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-30T10:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hash is not initialized</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229362#M20327</link>
      <description>Can you please connect all subjob using onSubjobOK and see you still get the error.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229362#M20327</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-30T10:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hash is not initialized</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229363#M20328</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This normally happens when you are trying to read a tHashInput which do not have any content even though you have mapped it to a tHashOutput.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;In your usecase, you are loading data to 4 tHashOutputs. But it seems the tHashInput (tHashInput_1) which you are trying to read, do not have any data since the associated tHashOutput was not populated in previous stage.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Another reason normally happens is that you are reading same tHashOutput multiple times. But during first read, the clear Hash Option would have selected and when the same Hash is used for reading again by another tHashInput, it will get error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; So please refer your job again by adding tLogRow in between to verify whether tHashOutput is getting right data. The issue can happen based on one of the two cases which I had specified above.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please also add OnSubJob OK as specified in&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp; post.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229363#M20328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-30T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hash is not initialized</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229364#M20329</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll often connect a tFixedFlowInput with the correct schema and zero rows to a Hash and then link all others to that to avoid this problem.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229364#M20329</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2019-01-30T10:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hash is not initialized</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229365#M20330</link>
      <description>&lt;P&gt;I connected:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFileList --&amp;gt;onSubjobOK-- tHashOutput1&amp;nbsp;&lt;/P&gt;&lt;P&gt;tHashOutput1 --&amp;gt;onSubjobOK-- tHashOutput3&amp;nbsp;&lt;/P&gt;&lt;P&gt;tHashOutput3 --&amp;gt;onSubjobOK-- tHashOutput6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I am still gettin the error on tHashInput_1&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229365#M20330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-30T10:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hash is not initialized</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229366#M20331</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I believe you are trying to say that you added OnSubJob OK to tHashInput of next section.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;This means that all of your tHashOutputs are not getting populated. Please add a tLogrow before each tHashOutput to verify whether data is coming. It is the most easy way to check whether data is getting loaded.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229366#M20331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-30T10:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hash is not initialized</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229367#M20332</link>
      <description>&lt;P&gt;I am sorry!! It was tFileList problem!! I check the context variable and corrected it. Now it works!&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hash-is-not-initialized/m-p/2229367#M20332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-30T10:47:26Z</dc:date>
    </item>
  </channel>
</rss>

