<?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: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226366#M18296</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi &lt;BR /&gt;The exception indicates that the basic configuration of mysql is not correct.&lt;BR /&gt;Please upload a screen shot about your job.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This is the screenshot of my job</description>
    <pubDate>Thu, 12 Jul 2012 18:39:58 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-07-12T18:39:58Z</dc:date>
    <item>
      <title>com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226363#M18293</link>
      <description>Hello, 
&lt;BR /&gt;I'm trying to search a register in my database that is in a remote host with a routine that, my routine is called from a tmap in a job, when I run the job I got the exception: 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'user'@'xxx.xxx.xxx.xxx' to database 'database 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort' 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.Util.getInstance(Util.java:384) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3566) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4004) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1284) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2312) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2122) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:774) 
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:49) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:375) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:289) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at routines.MyRoutine.getAportante(MyRoutine.java:79) 
&lt;BR /&gt; at simpletest.dispersion_0_1.Dispersion.tMysqlInput_1Process(Dispersion.java:1132) 
&lt;BR /&gt; at simpletest.dispersion_0_1.Dispersion.runJobInTOS(Dispersion.java:1647) 
&lt;BR /&gt; at simpletest.dispersion_0_1.Dispersion.main(Dispersion.java:1515) 
&lt;BR /&gt;Somebody knows this exception and how to fix it? 
&lt;BR /&gt;Thank a lot.</description>
      <pubDate>Tue, 10 Jul 2012 16:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226363#M18293</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-07-10T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226364#M18294</link>
      <description>Hi &lt;BR /&gt;The exception indicates that the basic configuration of mysql is not correct.&lt;BR /&gt;Please upload a screen shot about your job.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 11 Jul 2012 02:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226364#M18294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-11T02:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226365#M18295</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi &lt;BR /&gt;The exception indicates that the basic configuration of mysql is not correct.&lt;BR /&gt;Please upload a screen shot about your job.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi, thanks for your answer, I think that this expcetion is because the user don't have all grants necessary because I export and import the database locally and create an user with all the grants, I get another exception, I'm going to consult with the DBA of the remote database, thank you. 
&lt;BR /&gt;If you can help me with the other error, the exception is: 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 
&lt;BR /&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1118) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:343) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2308) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2122) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:774) 
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:49) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:375) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:289) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at routines.MyRoutine.getAportante(MyRoutine.java:79) 
&lt;BR /&gt; at simpletest.dispersion_0_1.Dispersion.tMysqlInput_1Process(Dispersion.java:1130) 
&lt;BR /&gt; at simpletest.dispersion_0_1.Dispersion.runJobInTOS(Dispersion.java:1645) 
&lt;BR /&gt; at simpletest.dispersion_0_1.Dispersion.main(Dispersion.java:1513) 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection timed out: connect 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:256) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:292) 
&lt;BR /&gt; ... 17 more</description>
      <pubDate>Wed, 11 Jul 2012 13:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226365#M18295</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-07-11T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226366#M18296</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi &lt;BR /&gt;The exception indicates that the basic configuration of mysql is not correct.&lt;BR /&gt;Please upload a screen shot about your job.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This is the screenshot of my job</description>
      <pubDate>Thu, 12 Jul 2012 18:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226366#M18296</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-07-12T18:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226367#M18297</link>
      <description>Hi
&lt;BR /&gt;I think you'd better contact with the DBA.
&lt;BR /&gt;Because all exceptions shows that the parameters(host, port, username, password and so on) of mysql are not correct.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 13 Jul 2012 03:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/com-mysql-jdbc-exceptions-jdbc4-MySQLSyntaxErrorException/m-p/2226367#M18297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-13T03:03:10Z</dc:date>
    </item>
  </channel>
</rss>

