<?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 Error with tMysqlBulkExec component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-with-tMysqlBulkExec-component/m-p/2244569#M30673</link>
    <description>Hello,
&lt;BR /&gt;I get the error below when running a job using tMysqlBulkExec.
&lt;BR /&gt;Everything seems to be correctly setup.
&lt;BR /&gt;I use MySQL 5.6 as database server.
&lt;BR /&gt;Thank you.
&lt;BR /&gt;-----------------------------------------------
&lt;BR /&gt;Exception in component tMysqlBulkExec_1
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-bulk FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED ' at line 1
&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:411)
&lt;BR /&gt; at com.mysql.jdbc.Util.getInstance(Util.java:386)
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1053)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4096)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4028)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2490)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)
&lt;BR /&gt; disconnected
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2728)
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2678)
&lt;BR /&gt; at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:894)
&lt;BR /&gt; at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:732)
&lt;BR /&gt; at tutorialproject.copy_of_jhbulkload_0_1.Copy_of_jhBulkLoad.tMysqlBulkExec_1Process(Copy_of_jhBulkLoad.java:1240)
&lt;BR /&gt; at tutorialproject.copy_of_jhbulkload_0_1.Copy_of_jhBulkLoad.tRowGenerator_1Process(Copy_of_jhBulkLoad.java:1134)
&lt;BR /&gt; at tutorialproject.copy_of_jhbulkload_0_1.Copy_of_jhBulkLoad.runJobInTOS(Copy_of_jhBulkLoad.java:1490)
&lt;BR /&gt; at tutorialproject.copy_of_jhbulkload_0_1.Copy_of_jhBulkLoad.main(Copy_of_jhBulkLoad.java:1355)</description>
    <pubDate>Fri, 13 Dec 2013 20:30:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-13T20:30:58Z</dc:date>
    <item>
      <title>Error with tMysqlBulkExec component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-with-tMysqlBulkExec-component/m-p/2244569#M30673</link>
      <description>Hello,
&lt;BR /&gt;I get the error below when running a job using tMysqlBulkExec.
&lt;BR /&gt;Everything seems to be correctly setup.
&lt;BR /&gt;I use MySQL 5.6 as database server.
&lt;BR /&gt;Thank you.
&lt;BR /&gt;-----------------------------------------------
&lt;BR /&gt;Exception in component tMysqlBulkExec_1
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-bulk FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED ' at line 1
&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:411)
&lt;BR /&gt; at com.mysql.jdbc.Util.getInstance(Util.java:386)
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1053)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4096)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4028)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2490)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)
&lt;BR /&gt; disconnected
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2728)
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2678)
&lt;BR /&gt; at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:894)
&lt;BR /&gt; at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:732)
&lt;BR /&gt; at tutorialproject.copy_of_jhbulkload_0_1.Copy_of_jhBulkLoad.tMysqlBulkExec_1Process(Copy_of_jhBulkLoad.java:1240)
&lt;BR /&gt; at tutorialproject.copy_of_jhbulkload_0_1.Copy_of_jhBulkLoad.tRowGenerator_1Process(Copy_of_jhBulkLoad.java:1134)
&lt;BR /&gt; at tutorialproject.copy_of_jhbulkload_0_1.Copy_of_jhBulkLoad.runJobInTOS(Copy_of_jhBulkLoad.java:1490)
&lt;BR /&gt; at tutorialproject.copy_of_jhbulkload_0_1.Copy_of_jhBulkLoad.main(Copy_of_jhBulkLoad.java:1355)</description>
      <pubDate>Fri, 13 Dec 2013 20:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-with-tMysqlBulkExec-component/m-p/2244569#M30673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-13T20:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error with tMysqlBulkExec component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-with-tMysqlBulkExec-component/m-p/2244570#M30674</link>
      <description>I have identified the issue: 
&lt;BR /&gt;The target table name was containing "-" . 
&lt;BR /&gt;I suppressed this one and everything went fine. 
&lt;BR /&gt;Having said that , maybe an enhancement should be made to cope with this issue. 
&lt;BR /&gt;Thank you</description>
      <pubDate>Sat, 14 Dec 2013 14:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-with-tMysqlBulkExec-component/m-p/2244570#M30674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-14T14:56:46Z</dc:date>
    </item>
  </channel>
</rss>

