<?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: MySQL - java.sql.SQLException: Unknown character set index for field.. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302238#M74247</link>
    <description>Thanks Shong for your prompt response. I did not get alerts (email) for some reason when you responded.
&lt;BR /&gt;Cheers,
&lt;BR /&gt;Shaun</description>
    <pubDate>Wed, 26 Aug 2015 18:48:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-26T18:48:01Z</dc:date>
    <item>
      <title>MySQL - java.sql.SQLException: Unknown character set index for field..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302236#M74245</link>
      <description>Good Day, 
&lt;BR /&gt;I am getting the following error when I run my job that reads data from MySQL db table using a tMySQLInput component. 
&lt;BR /&gt;java.sql.SQLException: Unknown character set index for field ....... received from server. 
&lt;BR /&gt;I have data that has special characters so my characterset is definied as "utf8mb4_general_ci" when creating the tables (varchar fields). 
&lt;BR /&gt;Please see attached Talend job along with the MySQL connector modules installed. Is there a specific connector that works to resolve this issue? How can we resolve this issue. Please advise. 
&lt;BR /&gt;Error details below: 
&lt;BR /&gt;Exception in component tMysqlInput_6 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt;at fusionseven.etl_ods_ads_0_5.etl_ods_ads.tForeach_1Process(etl_ods_ads.java:6336) 
&lt;BR /&gt;at&amp;nbsp;fusionseven.etl_ods_ads_0_5.etl_ods_ads.tMysqlConnection_2Process(etl_ods_ads.java:1278) 
&lt;BR /&gt;at&amp;nbsp;fusionseven.etl_ods_ads_0_5.etl_ods_ads.tForeach_2Process(etl_ods_ads.java:1110) 
&lt;BR /&gt;at&amp;nbsp;fusionseven.etl_ods_ads_0_5.etl_ods_ads.runJobInTOS(etl_ods_ads.java:7496) 
&lt;BR /&gt;at&amp;nbsp;fusionseven.etl_ods_ads_0_5.etl_ods_ads.main(etl_ods_ads.java:7135) 
&lt;BR /&gt;Exception in component tMysqlCommit_1 
&lt;BR /&gt;java.sql.SQLException: Unknown character set index for field '12338' received from server. 
&lt;BR /&gt;at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1074) 
&lt;BR /&gt;at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:988) 
&lt;BR /&gt;at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:974) 
&lt;BR /&gt;at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) 
&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.getCharsetNameForIndex(ConnectionImpl.java:2991) 
&lt;BR /&gt;at com.mysql.jdbc.Field.&amp;lt;init&amp;gt;(Field.java:200) 
&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.unpackField(MysqlIO.java:758) 
&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.getResultSet(MysqlIO.java:423) 
&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.readResultsForQueryOrUpdate(MysqlIO.java:3118) 
&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.readAllResults(MysqlIO.java:2288) 
&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2709) 
&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2728) 
&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.rollbackNoChecks(ConnectionImpl.java:4908) 
&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.rollback(ConnectionImpl.java:4794) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.realClose(ConnectionImpl.java:4403) 
&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.close(ConnectionImpl.java:1594) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBPi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156039i07CA905759E95BA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBPi.png" alt="0683p000009MBPi.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302236#M74245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-19T20:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL - java.sql.SQLException: Unknown character set index for field..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302237#M74246</link>
      <description>Hi 
&lt;BR /&gt;A user met the same issue, he fixed it by upgrading the mysql connector to another high version. Please see this 
&lt;A href="http://stackoverflow.com/questions/25136062/after-mysql-change-to-utf8mb4-error-unknown-character-set-index-for-field-224" target="_blank" rel="nofollow noopener noreferrer"&gt;page&lt;/A&gt;.&amp;nbsp; 
&lt;BR /&gt;Hope it would help. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 21 Aug 2015 05:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302237#M74246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-21T05:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL - java.sql.SQLException: Unknown character set index for field..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302238#M74247</link>
      <description>Thanks Shong for your prompt response. I did not get alerts (email) for some reason when you responded.
&lt;BR /&gt;Cheers,
&lt;BR /&gt;Shaun</description>
      <pubDate>Wed, 26 Aug 2015 18:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302238#M74247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T18:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL - java.sql.SQLException: Unknown character set index for field..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302239#M74248</link>
      <description>You should subscribe automatically your topic by default, and receive the email notification once someone reply your topic. Please check that you have subscribed to the topic. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/674/1_20150827-1041.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBPn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141077iB79CAF87BE1251CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBPn.png" alt="0683p000009MBPn.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 27 Aug 2015 09:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-java-sql-SQLException-Unknown-character-set-index-for/m-p/2302239#M74248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-27T09:42:15Z</dc:date>
    </item>
  </channel>
</rss>

