<?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: Null value will be used for context parameter SOURCE_ID: For input string: &amp;quot;context.SOURCE_ID&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Null-value-will-be-used-for-context-parameter-SOURCE-ID-For/m-p/2306854#M78349</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am implementing the SCD on table ,so I am taking the max value of that column at the start of the job and storing it in the context variable (X),which i declared as int .Now that context variable i am assigning in the numeric sequence&amp;nbsp; as "&amp;nbsp;&lt;STRONG&gt;Numeric.sequnce('s1',X,1)&amp;nbsp;&lt;/STRONG&gt;".&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="picturemessage_kd3ha2un.fde.png" style="width: 920px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4ap.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145405iCF4A936DB06B083D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4ap.png" alt="0683p000009M4ap.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Though I get above warning I am able to load data into the table . The problem arises when I load multiple tables in the same job and use tdie component ,the job will stopped instead of loading the next table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Sreelekha&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2019 07:25:29 GMT</pubDate>
    <dc:creator>SREE3</dc:creator>
    <dc:date>2019-05-15T07:25:29Z</dc:date>
    <item>
      <title>Null value will be used for context parameter SOURCE_ID: For input string: "context.SOURCE_ID"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-value-will-be-used-for-context-parameter-SOURCE-ID-For/m-p/2306852#M78347</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing SCD on my table ,i am trying to generate surrogate id using numeric sequence.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do this at the start of the job I am taking max of value and storing it in a context variable "context.SOURCE_ID".This context I am using in the numeric sequence. I am getting this error&lt;/P&gt;&lt;P&gt;PFA image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreelekha.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 10:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-value-will-be-used-for-context-parameter-SOURCE-ID-For/m-p/2306852#M78347</guid>
      <dc:creator>SREE3</dc:creator>
      <dc:date>2019-05-14T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Null value will be used for context parameter SOURCE_ID: For input string: "context.SOURCE_ID"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-value-will-be-used-for-context-parameter-SOURCE-ID-For/m-p/2306853#M78348</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMwzAAG"&gt;@SREE&lt;/A&gt;&amp;nbsp;,how are you loading the those context parameters?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 15:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-value-will-be-used-for-context-parameter-SOURCE-ID-For/m-p/2306853#M78348</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-05-14T15:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Null value will be used for context parameter SOURCE_ID: For input string: "context.SOURCE_ID"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-value-will-be-used-for-context-parameter-SOURCE-ID-For/m-p/2306854#M78349</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am implementing the SCD on table ,so I am taking the max value of that column at the start of the job and storing it in the context variable (X),which i declared as int .Now that context variable i am assigning in the numeric sequence&amp;nbsp; as "&amp;nbsp;&lt;STRONG&gt;Numeric.sequnce('s1',X,1)&amp;nbsp;&lt;/STRONG&gt;".&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="picturemessage_kd3ha2un.fde.png" style="width: 920px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4ap.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145405iCF4A936DB06B083D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4ap.png" alt="0683p000009M4ap.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Though I get above warning I am able to load data into the table . The problem arises when I load multiple tables in the same job and use tdie component ,the job will stopped instead of loading the next table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Sreelekha&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 07:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-value-will-be-used-for-context-parameter-SOURCE-ID-For/m-p/2306854#M78349</guid>
      <dc:creator>SREE3</dc:creator>
      <dc:date>2019-05-15T07:25:29Z</dc:date>
    </item>
  </channel>
</rss>

