<?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: OnComponent Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293541#M66502</link>
    <description>&lt;P&gt;Hi @Vikram Kumar​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking time. I think i am close to fix this. I am very new to Talend designing..so..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in my job  if tMap1-&amp;gt;AccountId == null, then i dont want to continue to tMap3 and thus go to next record coming from tFileinputDelimited. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you suggested to filter it in tMap1 or tMape_3, how do we actually do it? Could you advise?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
    <pubDate>Sat, 19 Sep 2020 10:00:53 GMT</pubDate>
    <dc:creator>Jennifer_siders</dc:creator>
    <dc:date>2020-09-19T10:00:53Z</dc:date>
    <item>
      <title>OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293535#M66496</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario where tSalesforceInput component query is expecting a value based on a variable which is part of the query. However, if it doesn't get a value through this variable, the component fails throwing a null pointer exception and job doesn't continue.  We would like to have the job continue with next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFileinput -&amp;gt; tmap -&amp;gt; tFlowiterate -&amp;gt;tSalesforceInput&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293535#M66496</guid>
      <dc:creator>Jennifer_siders</dc:creator>
      <dc:date>2024-11-16T01:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293536#M66497</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please post your job design screenshot here? Which will be helpful for us to address your issue.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 08:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293536#M66497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-18T08:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293537#M66498</link>
      <description>&lt;P&gt;&lt;B&gt;Hi &lt;/B&gt;&lt;A href="https://community.talend.com/s/profile/0053p000007LNZdAAO" alt="https://community.talend.com/s/profile/0053p000007LNZdAAO" target="_blank"&gt;&lt;B&gt;Jennifer_siders&lt;/B&gt;&lt;/A&gt;&lt;B&gt;&amp;nbsp;,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Could you try with a if-else condition for the column which you are getting null pointer exception, like this: if (column1!=null?column1:null) modify as per you requirement, if it doesn't work please post your job design&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 11:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293537#M66498</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-09-18T11:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293538#M66499</link>
      <description>&lt;P&gt;Hi @Xiaodi Shi​&amp;nbsp; @Vikram Kumar​&amp;nbsp;    Thank you for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job flow is &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009ocfZAAQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153138iF2C49BD9FA1FAE74/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009ocfZAAQ.jpg" alt="0693p000009ocfZAAQ.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tSalesforceinput component has a query which uses a variable from f4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The query inside the tSalesforceInput is :&lt;/P&gt;&lt;P&gt;select&amp;nbsp;id, Name&amp;nbsp;&amp;nbsp;from Customer__c where&amp;nbsp;Account__c&amp;nbsp;=&amp;nbsp;'"+globalMap.get("f4.AccountId" ).toString()&amp;nbsp;, and as f4.AccountId is null, there is a null pointer exception once the tSalesforceinput executes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293538#M66499</guid>
      <dc:creator>Jennifer_siders</dc:creator>
      <dc:date>2020-09-18T12:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293539#M66500</link>
      <description>&lt;P&gt;Hi @Vikram Kumar​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;if (column1!=null?column1:null)&amp;nbsp; if use this, are we not again sending null whenever column1 is null? and when the value is null, the system is throwing null pointer exception.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293539#M66500</guid>
      <dc:creator>Jennifer_siders</dc:creator>
      <dc:date>2020-09-18T12:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293540#M66501</link>
      <description>&lt;P&gt;Hi &lt;B&gt;Jennifer_siders,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;As per your job, you would be getting nulls from tmap if you are getting f4.AccountId global variable from tmap. if you don't need them you can filter in tmap itself or you should filtering nulls from your global variable for : globalMap.get("f4.AccountId" ).toString() !=null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if it helps.&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>Sat, 19 Sep 2020 07:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293540#M66501</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-09-19T07:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293541#M66502</link>
      <description>&lt;P&gt;Hi @Vikram Kumar​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking time. I think i am close to fix this. I am very new to Talend designing..so..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in my job  if tMap1-&amp;gt;AccountId == null, then i dont want to continue to tMap3 and thus go to next record coming from tFileinputDelimited. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you suggested to filter it in tMap1 or tMape_3, how do we actually do it? Could you advise?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 10:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293541#M66502</guid>
      <dc:creator>Jennifer_siders</dc:creator>
      <dc:date>2020-09-19T10:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293542#M66503</link>
      <description>&lt;P&gt;Hey i believe i have fixed it by using &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in my tmap filter ! Relational.ISNULL(row2.Account__c)&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 10:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293542#M66503</guid>
      <dc:creator>Jennifer_siders</dc:creator>
      <dc:date>2020-09-19T10:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponent Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293543#M66504</link>
      <description>&lt;P&gt;Glad to hear that you were able to fix. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 14:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponent-Error/m-p/2293543#M66504</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-09-19T14:51:19Z</dc:date>
    </item>
  </channel>
</rss>

