<?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: error Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356141#M121735</link>
    <description>mouadrouass - your insert is violating a unique constraint - trying to insert a value that has already been inserted. 
&lt;BR /&gt;To solve this - change your table load from insert mode to insert/update, and in your tMap output table, check as a "Key" the primary key that is referenced in the unique constraint. 
&lt;BR /&gt;This way, your code will update the record if it exists, not insert it...</description>
    <pubDate>Fri, 25 Apr 2014 14:16:50 GMT</pubDate>
    <dc:creator>willm1</dc:creator>
    <dc:date>2014-04-25T14:16:50Z</dc:date>
    <item>
      <title>error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356136#M121730</link>
      <description>Hi,
&lt;BR /&gt;I've got a probem when tring to insert in a postgres table,
&lt;BR /&gt;i got this error :
&lt;BR /&gt;ERREUR: la valeur d'une clé dupliquée rompt la contrainte unique « res_currency_pkey »
&lt;BR /&gt; Détail : La clé « (id)=(0) » existe déjà.ERREUR: la transaction est annulée, les commandes sont ignorées jusqu'à la fin du bloc
&lt;BR /&gt;de la transactionERREUR: la transaction est annulée, les commandes sont ignorées jusqu'à la fin du bloc
&lt;BR /&gt;de la transactionERREUR: la transaction est annulée, les commandes sont ignorées jusqu'à la fin du bloc
&lt;BR /&gt;i hecked the table and i found out that id=0 does not exist 
&lt;BR /&gt;Help !
&lt;BR /&gt;Best regards
&lt;BR /&gt;Mouad</description>
      <pubDate>Thu, 24 Apr 2014 12:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356136#M121730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T12:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356137#M121731</link>
      <description>Hi moud,
&lt;BR /&gt;What is the erro, can't understand or interpret the message... need english message for error... else translate and give the mesage.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 24 Apr 2014 12:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356137#M121731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T12:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356138#M121732</link>
      <description>here is my error: &lt;BR /&gt;ERROR: The value of a duplicate key breaks the unique constraint "res_currency_pkey"&lt;BR /&gt;   Detail: The Key "(id) = (0)» déjà.ERREUR are: the transaction is aborted, commands ignored until end of block&lt;BR /&gt;the transactionERREUR: the transaction is aborted, commands ignored until end of block&lt;BR /&gt;the transactionERREUR: the transaction is aborted, commands ignored until end of block</description>
      <pubDate>Thu, 24 Apr 2014 13:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356138#M121732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T13:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356139#M121733</link>
      <description>Hi, 
&lt;BR /&gt;What's your job design? Did you want to insert/update data into your postgres DB? Could you please share your component setting screenshot with us?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 25 Apr 2014 05:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356139#M121733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T05:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356140#M121734</link>
      <description>Hi,
&lt;BR /&gt;Here is my screenshot 
&lt;BR /&gt;
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356140#M121734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T13:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356141#M121735</link>
      <description>mouadrouass - your insert is violating a unique constraint - trying to insert a value that has already been inserted. 
&lt;BR /&gt;To solve this - change your table load from insert mode to insert/update, and in your tMap output table, check as a "Key" the primary key that is referenced in the unique constraint. 
&lt;BR /&gt;This way, your code will update the record if it exists, not insert it...</description>
      <pubDate>Fri, 25 Apr 2014 14:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356141#M121735</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-04-25T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356142#M121736</link>
      <description>it works but i can't insert all the rows because i have an auto increment id, and during the insertion i get just one row that has a id eqals to 0 , how can i start insertion from the last record in the target</description>
      <pubDate>Fri, 25 Apr 2014 16:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356142#M121736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356143#M121737</link>
      <description>Hi&lt;BR /&gt;tPostgresqlOutput -&amp;gt; Advanced settings -&amp;gt; Unselect use the batch size (en francais : décocher ' utiliser la taille des lots')&lt;BR /&gt;Jr</description>
      <pubDate>Mon, 28 Apr 2014 08:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356143#M121737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-28T08:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: error Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356144#M121738</link>
      <description>hi all,&lt;BR /&gt;use the same procedure as described at Talend help (for Oracle but shoud be the same for postgres) :&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Using+an+Oracle+sequence+while+inserting+data&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Using+an+Oracle+sequence+while+inserting+data&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;goal  is to use server  'SEQUENCE' and nextVal function to insert new rows begining with the last inserted id.&lt;BR /&gt;hope it help&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Mon, 28 Apr 2014 16:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-Talend/m-p/2356144#M121738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-28T16:36:18Z</dc:date>
    </item>
  </channel>
</rss>

