<?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 catch an exception and continue the treatment in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298427#M70898</link>
    <description>Hi 
&lt;BR /&gt;I have similar issue as shamza, but shong's solution doesn't work for me. 
&lt;BR /&gt;I use tFTPPut component to upload files to the customer. Implementing failover solution, in case that the ftp server is unavailable, failed for me every time. 
&lt;BR /&gt;Now I use tRunJob to invoke tFTPPut as a child job and I've unchecked "die on error" option. My failover solution is use of tSendMail as an alternative for sending files to the customer, and i trigger this component by "On subjob error" connection from mentioned tRunJob component. However, every time I shut the ftp server down, exception is being raised and program terminates. 
&lt;BR /&gt;Can I provide you with additional info that will enable you to track my problem and solve it? 
&lt;BR /&gt;Here are the pictures of these two jobs, in case that my bad english is not clear enough 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;.</description>
    <pubDate>Sat, 19 Sep 2009 13:02:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-09-19T13:02:24Z</dc:date>
    <item>
      <title>How to catch an exception and continue the treatment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298425#M70896</link>
      <description>Hello,&lt;BR /&gt;I have a query which sometimes returns a java.lang.NullPointerException.&lt;BR /&gt;I would like to know the way to catch a java.lang.NullPointerException from a tOracleInput and continue my process normally.&lt;BR /&gt;Best regards,&lt;BR /&gt;Shamza.</description>
      <pubDate>Sat, 16 Nov 2024 13:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298425#M70896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to catch an exception and continue the treatment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298426#M70897</link>
      <description>Hello
&lt;BR /&gt;Put the tOracleInput in a child job, use a tRunJob to run the child job in a father job.
&lt;BR /&gt;On tRunJob, uncheck the 'Die on child error' option.
&lt;BR /&gt;If you want to pass records from child job to father job, you need a tBufferOutput in child job. eg:
&lt;BR /&gt;tOracleInput--&amp;gt;tBufferOutput.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 17 Aug 2009 04:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298426#M70897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-17T04:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to catch an exception and continue the treatment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298427#M70898</link>
      <description>Hi 
&lt;BR /&gt;I have similar issue as shamza, but shong's solution doesn't work for me. 
&lt;BR /&gt;I use tFTPPut component to upload files to the customer. Implementing failover solution, in case that the ftp server is unavailable, failed for me every time. 
&lt;BR /&gt;Now I use tRunJob to invoke tFTPPut as a child job and I've unchecked "die on error" option. My failover solution is use of tSendMail as an alternative for sending files to the customer, and i trigger this component by "On subjob error" connection from mentioned tRunJob component. However, every time I shut the ftp server down, exception is being raised and program terminates. 
&lt;BR /&gt;Can I provide you with additional info that will enable you to track my problem and solve it? 
&lt;BR /&gt;Here are the pictures of these two jobs, in case that my bad english is not clear enough 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;.</description>
      <pubDate>Sat, 19 Sep 2009 13:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298427#M70898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-19T13:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to catch an exception and continue the treatment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298428#M70899</link>
      <description>Hello guy
&lt;BR /&gt;Change 'OnsubJobError' to 'OnsubJobOk', if you unchecked "die on error" option, means tRunJob always works well.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 21 Sep 2009 04:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-an-exception-and-continue-the-treatment/m-p/2298428#M70899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-21T04:45:18Z</dc:date>
    </item>
  </channel>
</rss>

