<?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: PostgreSQL output Update or insert error. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305954#M77533</link>
    <description>Hi Yebach, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I just found out the most stupid thing in Talend.&lt;BR /&gt;I am inserting/updating table with two columns (id, name). since id is serial on db site I am only inserting into name filed that is also key for update and insert. Now the job wont work so I had to add another column to the database where I insert some string (e.g. "whatever") and now IT WORKS!!!&lt;BR /&gt;How stupid can that be??&lt;BR /&gt;VErsions of Talend after 5.0 have too many bugs and defects. It is getting worse. sorry&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks for reporting this issue here. 
&lt;BR /&gt;Did your issue repro on other version? 5.5.1? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 17 Oct 2014 10:24:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-17T10:24:51Z</dc:date>
    <item>
      <title>PostgreSQL output Update or insert error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305949#M77528</link>
      <description>I'm getting an error when using 
&lt;B&gt;Insert or update&lt;/B&gt; or 
&lt;BR /&gt; 
&lt;B&gt;Update or insert&lt;/B&gt; in 
&lt;B&gt;tPostgreSQLUpdate &lt;/B&gt;with all table 
&lt;BR /&gt;columns marked as keys in the schema. The situation 
&lt;BR /&gt;is pretty much the same as here: 
&lt;BR /&gt;If one or more columns are not keys, the problem disappears. 
&lt;BR /&gt;I'm running TOS for Big Data (5.6.0.M1-r118307). 
&lt;BR /&gt;With 
&lt;B&gt;Insert or update&lt;/B&gt; I get error: 
&lt;BR /&gt; 
&lt;PRE&gt;ERROR: syntax error at or near "WHERE"&lt;BR /&gt;&amp;nbsp; Position: 44Exception in component tPostgresqlOutput_2&lt;BR /&gt;org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at - -&lt;/PRE&gt; 
&lt;BR /&gt;and with 
&lt;B&gt;Update or insert&lt;/B&gt; I get: 
&lt;BR /&gt; 
&lt;PRE&gt;ERROR: syntax error at or near "WHERE"&lt;BR /&gt;&amp;nbsp; Position: 44ERROR: syntax error at or near "WHERE"&lt;BR /&gt;&amp;nbsp; Position: 44ERROR: syntax error at or near "WHERE"&lt;BR /&gt;&amp;nbsp; Position: 44ERROR: syntax error at or near "WHERE"&lt;/PRE&gt; 
&lt;BR /&gt;JB</description>
      <pubDate>Tue, 12 Aug 2014 09:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305949#M77528</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-08-12T09:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL output Update or insert error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305950#M77529</link>
      <description>Hi,
&lt;BR /&gt;I wonder how it is possible that all the columns are keys and you want an update??? or want an insert where there is nothing to insert because all are keys... can you show sample data?
&lt;BR /&gt;- You can think of using tPostgresRow component to insert or update records based on query if it works in the browser...
&lt;BR /&gt;vaibhav</description>
      <pubDate>Tue, 12 Aug 2014 09:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305950#M77529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-12T09:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL output Update or insert error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305951#M77530</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;The situation is pretty much the same as here:&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Ah, no links allowed. Anyway you can find the topic
&lt;BR /&gt;I was referring to with 
&lt;I&gt;Vertica output update error&lt;/I&gt;
&lt;BR /&gt;in 
&lt;I&gt;Usage, operation&lt;/I&gt;.
&lt;BR /&gt;JB</description>
      <pubDate>Tue, 12 Aug 2014 10:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305951#M77530</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-08-12T10:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL output Update or insert error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305952#M77531</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;I wonder how it is possible that all the columns are keys and you want an update??? or want an insert where there is nothing to insert because all are keys... can you show sample data?&lt;BR /&gt;- You can think of using tPostgresRow component to insert or update records based on query if it works in the browser...&lt;BR /&gt;vaibhav&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Vaibhav. 
&lt;BR /&gt;I'm testing Talend and extracting values from data that are not 
&lt;BR /&gt;in the lookup tables and inserting that data into another table 
&lt;BR /&gt;for later processing. Once there is a new value from the customer 
&lt;BR /&gt;seems that it comes in such a many numbers that I don't want 
&lt;BR /&gt;to record every instance of it but instead just one I tested if it 
&lt;BR /&gt;could be dealt with 
&lt;B&gt;Insert or&amp;nbsp;upgrade&lt;/B&gt;. Anyway, it proved so 
&lt;BR /&gt;slow (an buggy) that I'm open to new ideas. Just decided to 
&lt;BR /&gt;report on what seems like a bug to me. 
&lt;BR /&gt;JB</description>
      <pubDate>Tue, 12 Aug 2014 10:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305952#M77531</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-08-12T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL output Update or insert error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305953#M77532</link>
      <description>I just found out the most stupid thing in Talend. 
&lt;BR /&gt;I am inserting/updating table with two columns (id, name). since id is serial on db site I am only inserting into name filed that is also key for update and insert. Now the job wont work so I had to add another column to the database where I insert some string (e.g. "whatever") and now IT WORKS!!! 
&lt;BR /&gt;How stupid can that be?? 
&lt;BR /&gt;VErsions of Talend after 5.0 have too many bugs and defects. It is getting worse. sorry</description>
      <pubDate>Fri, 17 Oct 2014 08:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305953#M77532</guid>
      <dc:creator>veryimportantdude</dc:creator>
      <dc:date>2014-10-17T08:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL output Update or insert error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305954#M77533</link>
      <description>Hi Yebach, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I just found out the most stupid thing in Talend.&lt;BR /&gt;I am inserting/updating table with two columns (id, name). since id is serial on db site I am only inserting into name filed that is also key for update and insert. Now the job wont work so I had to add another column to the database where I insert some string (e.g. "whatever") and now IT WORKS!!!&lt;BR /&gt;How stupid can that be??&lt;BR /&gt;VErsions of Talend after 5.0 have too many bugs and defects. It is getting worse. sorry&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks for reporting this issue here. 
&lt;BR /&gt;Did your issue repro on other version? 5.5.1? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 17 Oct 2014 10:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305954#M77533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T10:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL output Update or insert error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305955#M77534</link>
      <description>I have not tested on older version. but as far as i remember this was not the case</description>
      <pubDate>Fri, 24 Oct 2014 09:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-output-Update-or-insert-error/m-p/2305955#M77534</guid>
      <dc:creator>veryimportantdude</dc:creator>
      <dc:date>2014-10-24T09:04:10Z</dc:date>
    </item>
  </channel>
</rss>

