<?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 tPostgresqlOutputBulkExec : invalid byte sequence for encoding &amp;quot;UTF8&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tPostgresqlOutputBulkExec-invalid-byte-sequence-for-encoding/m-p/2287796#M61344</link>
    <description>Hello,&lt;BR /&gt;i have a tPostgresqlOutputBulkExec with the following error :&lt;BR /&gt;Exception in component tPostgresqlOutputBulkExec_1_tPBE&lt;BR /&gt;org.postgresql.util.PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0xe86365&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1327)&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:336)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:328)&lt;BR /&gt;All is fine when I use a limit of 10, 1000, or 10 000 rows.&lt;BR /&gt;But when i read 100 000 rows, I have this error.&lt;BR /&gt;Can someone explain me this error ?&lt;BR /&gt;How can i find which column is the source of error ? &lt;BR /&gt;thanks a lot, i'm blocked ! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 13:25:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:25:49Z</dc:date>
    <item>
      <title>tPostgresqlOutputBulkExec : invalid byte sequence for encoding "UTF8"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPostgresqlOutputBulkExec-invalid-byte-sequence-for-encoding/m-p/2287796#M61344</link>
      <description>Hello,&lt;BR /&gt;i have a tPostgresqlOutputBulkExec with the following error :&lt;BR /&gt;Exception in component tPostgresqlOutputBulkExec_1_tPBE&lt;BR /&gt;org.postgresql.util.PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0xe86365&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1327)&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:336)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:328)&lt;BR /&gt;All is fine when I use a limit of 10, 1000, or 10 000 rows.&lt;BR /&gt;But when i read 100 000 rows, I have this error.&lt;BR /&gt;Can someone explain me this error ?&lt;BR /&gt;How can i find which column is the source of error ? &lt;BR /&gt;thanks a lot, i'm blocked ! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 13:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPostgresqlOutputBulkExec-invalid-byte-sequence-for-encoding/m-p/2287796#M61344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: tPostgresqlOutputBulkExec : invalid byte sequence for encoding "UTF8"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPostgresqlOutputBulkExec-invalid-byte-sequence-for-encoding/m-p/2287797#M61345</link>
      <description>Hi&lt;BR /&gt;If some of your 100.000 rows are not UTF-8 compliant, you probably don't want to manually re-write those rows.&lt;BR /&gt;Try change your tPostgreSQLOutputBulk encoding (in Advanced Settings) to best fit your database encoding.&lt;BR /&gt;Which component(s?) do data come from ? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lie</description>
      <pubDate>Mon, 17 May 2010 09:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPostgresqlOutputBulkExec-invalid-byte-sequence-for-encoding/m-p/2287797#M61345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-17T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: tPostgresqlOutputBulkExec : invalid byte sequence for encoding "UTF8"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPostgresqlOutputBulkExec-invalid-byte-sequence-for-encoding/m-p/2287798#M61346</link>
      <description>Thanks Lie. 
&lt;BR /&gt;I have changed the encoding in the Advanced settings, and now my 100 000 rows are well inserted ! 
&lt;BR /&gt;I try with the entire table (more than one million rows). 
&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 17 May 2010 10:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPostgresqlOutputBulkExec-invalid-byte-sequence-for-encoding/m-p/2287798#M61346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-17T10:39:15Z</dc:date>
    </item>
  </channel>
</rss>

