<?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: Catching a DB error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284494#M58172</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;My flow is to load csv&amp;nbsp;files into DB , and during the run of the jobs , there are some errors like "incorrect string " that made the row fail.&lt;/P&gt; 
 &lt;P&gt;the problem is that I want to know exactly which one of the rows failed in order to use it later on.&lt;/P&gt; 
 &lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;I guess you are using some kind of output component for the DB insert/update action e.g. tMySqlOutput, tOracleOutput... depending on your Database System.&lt;/P&gt; 
 &lt;P&gt;Right click that component and connect "on component Error" with a tLogRow. This should log out all errors to the console&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Regards, Tom&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;BR /&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jun 2017 09:01:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-18T09:01:43Z</dc:date>
    <item>
      <title>Catching a DB error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284493#M58171</link>
      <description>&lt;P&gt;Hello , I've tried to find a solution to that problem,without any success right now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My flow is to load csv&amp;nbsp;files into DB , and during the run of the jobs , there are some errors like "incorrect string " that made the row fail.&lt;/P&gt;
&lt;P&gt;the problem is that I want to know exactly which one of the rows failed in order to use it later on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I do this in Talend?&lt;/P&gt;
&lt;P&gt;tLogCatcher didn't helped.&lt;/P&gt;
&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 08:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284493#M58171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-18T08:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Catching a DB error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284494#M58172</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;My flow is to load csv&amp;nbsp;files into DB , and during the run of the jobs , there are some errors like "incorrect string " that made the row fail.&lt;/P&gt; 
 &lt;P&gt;the problem is that I want to know exactly which one of the rows failed in order to use it later on.&lt;/P&gt; 
 &lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;I guess you are using some kind of output component for the DB insert/update action e.g. tMySqlOutput, tOracleOutput... depending on your Database System.&lt;/P&gt; 
 &lt;P&gt;Right click that component and connect "on component Error" with a tLogRow. This should log out all errors to the console&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Regards, Tom&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;BR /&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 09:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284494#M58172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-18T09:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Catching a DB error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284495#M58173</link>
      <description>I have already tried the "on component error " thing, it didn't work</description>
      <pubDate>Sun, 18 Jun 2017 09:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284495#M58173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-18T09:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Catching a DB error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284496#M58174</link>
      <description>Connect the tFileInputDelimited to a tLogRow using the reject flow (right click on tFileInputDelimited then reject and connect to tLogRow).&lt;BR /&gt;Of course you can change tLogRow by any other out component you want.</description>
      <pubDate>Sun, 18 Jun 2017 12:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284496#M58174</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-06-18T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Catching a DB error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284497#M58175</link>
      <description>&lt;P&gt;I've tried it also ... but it didn't work . it didn't catch the db error as "Reject" somehow...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 12:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284497#M58175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-18T12:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Catching a DB error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284498#M58176</link>
      <description>Can you share your job design ?</description>
      <pubDate>Sun, 18 Jun 2017 15:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catching-a-DB-error/m-p/2284498#M58176</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-06-18T15:50:29Z</dc:date>
    </item>
  </channel>
</rss>

