<?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: [resolved] Skip error rows in tOracleOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328168#M97472</link>
    <description>It is my mistake Vaibhav. Sorry I have mistaken 'commit size' to 'batch size'. Now the reject link appears. Thanks for your support.</description>
    <pubDate>Mon, 07 Jul 2014 11:53:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-07T11:53:07Z</dc:date>
    <item>
      <title>[resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328161#M97465</link>
      <description>Hi all,&lt;BR /&gt;I need to skip rows on error in tOracleOutput component and in advance settings I unchecked the "Die on error" option.&lt;BR /&gt;Then I tried inserting a record set. But this record set contains a row with the same primary key as one of the existing records in the table. &lt;BR /&gt;I expected the job to skip that row and insert the other rows of the set. But I didnt notice that. Can anyone tell me the reason for this?&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 07 Jul 2014 10:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328161#M97465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T10:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328162#M97466</link>
      <description>As I figured out, Talend does not insert all the error-free rows in my records list. What it does is, it stops processing the records at the same point in both cases (ie, Die on error checked OR Die on error unchecked). The difference is, in the Die on error checked scenario, it rollbacks the changes. In Die on error unchecked scenario, it commits all the error-free rows up to that moment. So, in both cases all the rows after the point of failure are not committed to the database.
&lt;BR /&gt;Please correct me if I am wrong. Thanks.</description>
      <pubDate>Mon, 07 Jul 2014 10:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328162#M97466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T10:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328163#M97467</link>
      <description>Hi,&lt;BR /&gt;Have you checked direct Error records to some output using Reject link from tOracleOutput component... in this case, it would redirect all the error records to another output and continue with other records...&lt;BR /&gt;This link is enabled when you de-select Batch Size option...&lt;BR /&gt;Try this.&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 07 Jul 2014 10:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328163#M97467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328164#M97468</link>
      <description>Hi Vaibhav,&lt;BR /&gt;The thing is that my tOracleOutput component's action on data is 'Insert'. So I cannot use the reject link since it is disabled when I use the above option. Are there any other strategies to catch the rejected rows (in my case rows that create unique constraint violations).&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 07 Jul 2014 11:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328164#M97468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T11:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328165#M97469</link>
      <description>That is not a problem, I think you are using Existing Connection (Disable that checkbox)... In advance properties, you will get that option.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 07 Jul 2014 11:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328165#M97469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328166#M97470</link>
      <description>My 'Use an existing connection' option is unchecked. The Rejects link appear only when you switch to another 'Action on data' like 'Insert or update' or 'Update or insert' in 'tOracleOutput'.</description>
      <pubDate>Mon, 07 Jul 2014 11:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328166#M97470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T11:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328167#M97471</link>
      <description>This is not true... Which version of Talend you are using... there must be some problem in talend... Check the screenshot for Talend 5.3.0.xx. Action on Data is Insert and action on table is Default. 
&lt;BR /&gt;Talend team would test it for you... 
&lt;BR /&gt;thanks 
&lt;BR /&gt;Vaibhav 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEVO.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143211iF2E002C0B20B5111/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEVO.jpg" alt="0683p000009MEVO.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 07 Jul 2014 11:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328167#M97471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T11:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328168#M97472</link>
      <description>It is my mistake Vaibhav. Sorry I have mistaken 'commit size' to 'batch size'. Now the reject link appears. Thanks for your support.</description>
      <pubDate>Mon, 07 Jul 2014 11:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328168#M97472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T11:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip error rows in tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328169#M97473</link>
      <description>Oh... that's ok... Hope that you get the solution to your issue..&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 07 Jul 2014 13:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-error-rows-in-tOracleOutput/m-p/2328169#M97473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-07T13:01:15Z</dc:date>
    </item>
  </channel>
</rss>

