<?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: Logging Exceptions along with Error Record Details during Data fetch. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276959#M52878</link>
    <description>Hi Sabrina,
&lt;BR /&gt;Thanks for your update. Can you people please consider this option(logging error record details during fetch also) in your future builds?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Jebas</description>
    <pubDate>Tue, 29 Dec 2015 07:49:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-29T07:49:10Z</dc:date>
    <item>
      <title>Logging Exceptions along with Error Record Details during Data fetch.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276954#M52873</link>
      <description>Hi Team, 
&lt;BR /&gt;We are using Talend Open Studio for Big data V6.1.0 to move data from MongoDB to oracle. We need to catch the exceptions/ errors while data fetch (tMongoDBInput) along with the error record. We tried using tLogCatcher/tFlowMeterCatcher, it is providing only the error details and not the error record details. The rejected records along with the error message is available only during&amp;nbsp;tOracleOutput (Row--&amp;gt;Rejects). Please help us if there is any way to log both the error details (mostly java exception) and error record details during data fetch itself. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Jebas</description>
      <pubDate>Sat, 19 Dec 2015 10:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276954#M52873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-19T10:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Exceptions along with Error Record Details during Data fetch.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276955#M52874</link>
      <description>Hi,&lt;BR /&gt;Is the error record details of "rejects" row from tOracleOutput not satisfying your needs? Have you already checked the option "Die on error" on tOracleOutput to catch the exception?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Dec 2015 04:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276955#M52874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-21T04:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Exceptions along with Error Record Details during Data fetch.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276956#M52875</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for your reply...&lt;BR /&gt;Rejects rows doesn't suffice our need, why because if a java exception is thrown during data fetch itself, that record is not getting processed and not getting flown to other components, hence there won't be any rejects during oracle insert. Only in logCatcher it is getting catch as java exception.&lt;BR /&gt;we haven't enabled dieOnError, as because we need to run the job even in case of any error and also if dieOnError is enabled, we won't get Rejects in OracleOutput rt?&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Jebas&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 21 Dec 2015 06:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276956#M52875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-21T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Exceptions along with Error Record Details during Data fetch.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276957#M52876</link>
      <description>Hi Team,&lt;BR /&gt;please let us know, if there is any work around to capture error details along with error record during data fetch itself?&lt;BR /&gt;Regards,&lt;BR /&gt;Kingsly J</description>
      <pubDate>Mon, 28 Dec 2015 11:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276957#M52876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T11:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Exceptions along with Error Record Details during Data fetch.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276958#M52877</link>
      <description>Hi Kingsly J,&lt;BR /&gt;So far, there is no "Rejects" row from tOracleInput.&lt;BR /&gt;Here is a &lt;FONT size="2"&gt;&lt;FONT face="" calibri=""&gt;&lt;FONT color="#000000"&gt;global variable((String)globalMap.get("tOracleInput_1_ERROR_MESSAGE")) which is generated by the component when an error occurs.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="" calibri=""&gt;&lt;FONT color="#000000"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="" calibri=""&gt;&lt;FONT color="#000000"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 29 Dec 2015 02:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276958#M52877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T02:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Exceptions along with Error Record Details during Data fetch.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276959#M52878</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Thanks for your update. Can you people please consider this option(logging error record details during fetch also) in your future builds?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Jebas</description>
      <pubDate>Tue, 29 Dec 2015 07:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276959#M52878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T07:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Exceptions along with Error Record Details during Data fetch.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276960#M52879</link>
      <description>Hi,
&lt;BR /&gt;Feel free to create a new feature/work item&amp;nbsp;jira issue on Talend Bug Tracker.
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/secure/Dashboard.jspa&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 29 Dec 2015 08:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276960#M52879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T08:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Exceptions along with Error Record Details during Data fetch.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276961#M52880</link>
      <description>Thank you Sabrina. Raised a jira ticket for the same.</description>
      <pubDate>Tue, 29 Dec 2015 09:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-Exceptions-along-with-Error-Record-Details-during-Data/m-p/2276961#M52880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T09:51:51Z</dc:date>
    </item>
  </channel>
</rss>

