<?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: ts3get error message global variable returns null while file not found exception in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222435#M16047</link>
    <description>Hi
&lt;BR /&gt;When 'Die on error' option is checked, the component will throw out the exception and trigger the subjob linked by 'on component error'. If you want the job continue to execute even tS3 or other components have error, you need to design the job like this.
&lt;BR /&gt;main job:
&lt;BR /&gt;tRunJob
&lt;BR /&gt; |onsubjobok
&lt;BR /&gt;continue to execute subjob 
&lt;BR /&gt;on tRunJob, uncheck the 'die on error' option.
&lt;BR /&gt;
&lt;BR /&gt;child job
&lt;BR /&gt;tS3Get
&lt;BR /&gt;|onComponnetError
&lt;BR /&gt;do some something.
&lt;BR /&gt;
&lt;BR /&gt;on tS3Get: check the 'die on error' option.
&lt;BR /&gt;
&lt;BR /&gt;Hope it helps!
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Dec 2019 02:30:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-23T02:30:55Z</dc:date>
    <item>
      <title>ts3get error message global variable returns null while file not found exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222432#M16044</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;tS3Get component's error message global variable&amp;nbsp;((String)globalMap.get("tS3Get_1_ERROR_MESSAGE")) is returning null while component thrown exception for s3 file does not exists. Also OnComponentError is not triggering while throwing exception. Note I have disable "Die on error" option.&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222432#M16044</guid>
      <dc:creator>karthikj18</dc:creator>
      <dc:date>2024-11-16T03:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: ts3get error message global variable returns null while file not found exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222433#M16045</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please post your job design screenshot on community 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, 20 Dec 2019 03:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222433#M16045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-20T03:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: ts3get error message global variable returns null while file not found exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222434#M16046</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;When I enable "Die on error" option it is redirecting towards "on component error" trigger, but job fails.&lt;/P&gt;&lt;P&gt;Any way to trigger "OnComponentError" without failing job?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 16:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222434#M16046</guid>
      <dc:creator>karthikj18</dc:creator>
      <dc:date>2019-12-20T16:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: ts3get error message global variable returns null while file not found exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222435#M16047</link>
      <description>Hi
&lt;BR /&gt;When 'Die on error' option is checked, the component will throw out the exception and trigger the subjob linked by 'on component error'. If you want the job continue to execute even tS3 or other components have error, you need to design the job like this.
&lt;BR /&gt;main job:
&lt;BR /&gt;tRunJob
&lt;BR /&gt; |onsubjobok
&lt;BR /&gt;continue to execute subjob 
&lt;BR /&gt;on tRunJob, uncheck the 'die on error' option.
&lt;BR /&gt;
&lt;BR /&gt;child job
&lt;BR /&gt;tS3Get
&lt;BR /&gt;|onComponnetError
&lt;BR /&gt;do some something.
&lt;BR /&gt;
&lt;BR /&gt;on tS3Get: check the 'die on error' option.
&lt;BR /&gt;
&lt;BR /&gt;Hope it helps!
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2019 02:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ts3get-error-message-global-variable-returns-null-while-file-not/m-p/2222435#M16047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-23T02:30:55Z</dc:date>
    </item>
  </channel>
</rss>

