<?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 avoid the warning message Null value will be used for context parameter &amp;lt;context&amp;gt;: For input string: &amp;quot;&amp;lt;TALEND_NULL&amp;gt;&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304642#M76387</link>
    <description>&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/s/profile/0053p000007LPZoAAO"&gt;@subhadip13&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is a screenshot of how my&amp;nbsp;&lt;SPAN&gt;tContextLoad is configured. The suggested&amp;nbsp;settings are in place.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I see that the message only comes for the contexts that are assigned a value during run time instead of coming from the context file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lw4a"&gt;Capture.PNG&lt;/A&gt;</description>
    <pubDate>Tue, 02 Jul 2019 07:29:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-02T07:29:59Z</dc:date>
    <item>
      <title>How to avoid the warning message Null value will be used for context parameter &lt;context&gt;: For input string: "&lt;TALEND_NULL&gt;"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304640#M76385</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm creating my own logs using tjava component&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;java.io.File outputFile = new java.io.File(context.Log_FilePath+"/qts_process_log_"+TalendDate.formatDate("yyyyMMdd_HHmm",TalendDate.getCurrentDate())+".txt");&lt;BR /&gt;java.io.PrintStream ps=new java.io.PrintStream(new java.io.FileOutputStream(outputFile, true), true);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For every subjob the following messages gets printed in the log file. The context variable names may change but the message is consistent across subjobs. Can you please help as this considerably increases my log file size and doesn't look good. I'm sure this is due to some setting that I'm overseeing in talend but not sure what exactly.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Null value will be used for context parameter runIdForDICT: For input string: "&amp;lt;TALEND_NULL&amp;gt;"&lt;BR /&gt;Null value will be used for context parameter runIdForPUNCHFile: For input string: "&amp;lt;TALEND_NULL&amp;gt;"&lt;BR /&gt;Null value will be used for context parameter LOOP: For input string: ""&lt;BR /&gt;Null value will be used for context parameter runIdForDICT: For input string: "&amp;lt;TALEND_NULL&amp;gt;"&lt;BR /&gt;Null value will be used for context parameter runIdForPUNCHFile: For input string: "&amp;lt;TALEND_NULL&amp;gt;"&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304640#M76385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the warning message Null value will be used for context parameter &lt;context&gt;: For input string: "&lt;TALEND_NULL&gt;"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304641#M76386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPhBAAW"&gt;@Mausam6792&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you are using tContextLoad in your job, where null values are loaded as context values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check the input source of your context and correct them beforehand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to this you can check the box "Disable Errors","Disable Warnings" in the tContextLoad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Subhadip&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 16:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304641#M76386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T16:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the warning message Null value will be used for context parameter &lt;context&gt;: For input string: "&lt;TALEND_NULL&gt;"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304642#M76387</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/s/profile/0053p000007LPZoAAO"&gt;@subhadip13&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is a screenshot of how my&amp;nbsp;&lt;SPAN&gt;tContextLoad is configured. The suggested&amp;nbsp;settings are in place.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I see that the message only comes for the contexts that are assigned a value during run time instead of coming from the context file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lw4a"&gt;Capture.PNG&lt;/A&gt;</description>
      <pubDate>Tue, 02 Jul 2019 07:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304642#M76387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-02T07:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the warning message Null value will be used for context parameter &lt;context&gt;: For input string: "&lt;TALEND_NULL&gt;"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304643#M76388</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the same issue. Any responses from Talend please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 10:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-the-warning-message-Null-value-will-be-used-for/m-p/2304643#M76388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-12T10:39:08Z</dc:date>
    </item>
  </channel>
</rss>

