<?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: TFileInputXML and tMDMInput don't die on error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332051#M100970</link>
    <description>Hi Ben 
&lt;BR /&gt;I tested again with the situation the file does not exist and confirmed the problem. Can you please report a bug on our bugtracker? 
&lt;BR /&gt;Thanks for your support! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 21 Jul 2011 06:51:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-21T06:51:57Z</dc:date>
    <item>
      <title>TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332043#M100962</link>
      <description>Hi,&lt;BR /&gt;If the specified file in a tFileInputXML doesn't exist the job doesn't stop and returns 0 even if die on error is checked.&lt;BR /&gt;Same thing with a tMDMInput.&lt;BR /&gt;Please, is it normal ?&lt;BR /&gt;I'm using Talend 4.2.0 with win7 64b.&lt;BR /&gt;regards,&lt;BR /&gt;Ben</description>
      <pubDate>Sat, 16 Nov 2024 12:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332043#M100962</guid>
      <dc:creator>bdurand</dc:creator>
      <dc:date>2024-11-16T12:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332044#M100963</link>
      <description>Hi Ben
&lt;BR /&gt;Is there a Java exception is throw when the job running? I think you are using a tRunJob to call the child job and uncheck the box 'die on error' on tRunJob, can you upload a screenshot of job?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 14 Jul 2011 04:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332044#M100963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-14T04:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332045#M100964</link>
      <description>Hi Shong,
&lt;BR /&gt;A Java exception is thrown but doesn't stop the job even if die in error is checked.
&lt;BR /&gt;In the example the tFileInputXML throws an exception but the job goes to the tFileInputDelimited.
&lt;BR /&gt;The tFileInputDelimited crashes and stops the job.
&lt;BR /&gt;If I delete the tFileInputDelimited the job ends with the return code 0.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 18 Jul 2011 10:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332045#M100964</guid>
      <dc:creator>bdurand</dc:creator>
      <dc:date>2011-07-18T10:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332046#M100965</link>
      <description>tFileInputXML uses SAX parser. If I choose Dom4J, the component crashes like expectected.</description>
      <pubDate>Mon, 18 Jul 2011 15:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332046#M100965</guid>
      <dc:creator>bdurand</dc:creator>
      <dc:date>2011-07-18T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332047#M100966</link>
      <description>Hi 
&lt;BR /&gt;I can't reproduce the problem with SAX parser and Dom4j. As you described, the tFileInputXML component runs fine and the tDie component is not executed. 
&lt;BR /&gt;Are you sure the exception is thrown by tFileInputXML? Can you show me the exception message?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 19 Jul 2011 10:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332047#M100966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-19T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332048#M100967</link>
      <description>Sorry the last screenshot was not uploaded. &lt;BR /&gt;The tFileInputXML crashes but goes to OnSubJobOK and OnComponentOK.&lt;BR /&gt;regards,&lt;BR /&gt;Ben</description>
      <pubDate>Wed, 20 Jul 2011 08:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332048#M100967</guid>
      <dc:creator>bdurand</dc:creator>
      <dc:date>2011-07-20T08:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332049#M100968</link>
      <description>Hi Ben
&lt;BR /&gt;From your last screenshot, I see the exception is thrown on tFileInputDelimited, not tFileInputXML!
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 20 Jul 2011 08:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332049#M100968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-20T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332050#M100969</link>
      <description>Hi Shong, 
&lt;BR /&gt;if you check my job (screenshot 1) I use 1 tFileInputXML and 1 tFileInputDelimited. These components try to open a file which does not exist and they are linked by a OnSubJobOK trigger.
&lt;BR /&gt;In the logs there are 2 exceptions : first one by the tFileInputXML and second one by the tFileInputDelimited.
&lt;BR /&gt;The tFileInputDelimited won't be able to be executed if the tFileInputXML crashes.
&lt;BR /&gt;tFileInputXML does not find the file, throws an exception but goes on the next step with OK trigger. In my opinion it's a bug.
&lt;BR /&gt;tFileInputDelimited does not find the file, throws an exception and stops the jobs. It's OK.
&lt;BR /&gt;regards,
&lt;BR /&gt;Ben</description>
      <pubDate>Wed, 20 Jul 2011 10:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332050#M100969</guid>
      <dc:creator>bdurand</dc:creator>
      <dc:date>2011-07-20T10:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332051#M100970</link>
      <description>Hi Ben 
&lt;BR /&gt;I tested again with the situation the file does not exist and confirmed the problem. Can you please report a bug on our bugtracker? 
&lt;BR /&gt;Thanks for your support! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 21 Jul 2011 06:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332051#M100970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-21T06:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputXML and tMDMInput don't die on error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332052#M100971</link>
      <description>ok thank you 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCspKCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/java-lang-NullPointerException-when-setting-a-null-value/td-p/59795&lt;/A&gt;</description>
      <pubDate>Thu, 21 Jul 2011 09:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputXML-and-tMDMInput-don-t-die-on-error/m-p/2332052#M100971</guid>
      <dc:creator>bdurand</dc:creator>
      <dc:date>2011-07-21T09:16:32Z</dc:date>
    </item>
  </channel>
</rss>

