<?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 Capture Stats, Java exceptions and DB exceptions in table for a job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374005#M136661</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As I am creating a job, I am able to capture stats for the job in a table. But along with stats I also want to capture the Java excptions , db exceptions and number of records that are read / inserted / skipped / into the same table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there a way to capture all that into the same table with Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best Regards,&lt;/P&gt; 
&lt;P&gt;Abhishek Kumar&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 08:55:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-22T08:55:19Z</dc:date>
    <item>
      <title>Capture Stats, Java exceptions and DB exceptions in table for a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374005#M136661</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As I am creating a job, I am able to capture stats for the job in a table. But along with stats I also want to capture the Java excptions , db exceptions and number of records that are read / inserted / skipped / into the same table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there a way to capture all that into the same table with Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best Regards,&lt;/P&gt; 
&lt;P&gt;Abhishek Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 08:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374005#M136661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T08:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Stats, Java exceptions and DB exceptions in table for a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374006#M136662</link>
      <description>&lt;P&gt;Take a look at the AMC. I have answered a question here (&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrbrCAC#M615" target="_blank"&gt;https://community.talend.com/t5/Administering-and-Monitoring/AMC-displays-no-data-in-TAC-How-to-enable-it/m-p/51395#M615&lt;/A&gt;) with links to useful information.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 09:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374006#M136662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Stats, Java exceptions and DB exceptions in table for a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374007#M136663</link>
      <description>&lt;P&gt;Thank you, rhall_2_0.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Let me have a look.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 10:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374007#M136663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T10:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Stats, Java exceptions and DB exceptions in table for a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374008#M136664</link>
      <description>&lt;P&gt;Hi rhall_2_0,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks a lot, it was very helpful. One more thing I want to ask when I am getting error like below -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cannot insert the value NULL into column 'RowId', table '&amp;lt;test&amp;gt;'; column does not allow nulls. INSERT fails.&lt;BR /&gt;[ERROR]: testproject.updateStaging - tMSSqlOutput_10 - Cannot insert the value NULL into column 'RowId', table 'test'; column does not allow nulls. INSERT fails.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I didn't get any log related to it. How do I capture logs like these in Talend ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best Regards,&lt;/P&gt; 
&lt;P&gt;Abhishek Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374008#M136664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T11:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Capture Stats, Java exceptions and DB exceptions in table for a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374009#M136665</link>
      <description>&lt;P&gt;This error I don't believe will be picked up automatically. I believe it is just Java errors. The way to trap that yourself is to use a DB Connection component and share it to all of the DB components. You will need to handle commits when you do that. But what that does is open up a "Rejects" output. You can use this to record rejects from your database.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-Stats-Java-exceptions-and-DB-exceptions-in-table-for-a/m-p/2374009#M136665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T11:58:52Z</dc:date>
    </item>
  </channel>
</rss>

