Hi,
I have created a JDBC connection for mysql 5.0 and i created an insertsql adapter service.
i am getting the following error while executing the adapter service
kindly suggest which mysql version will be compatible with wm6 and how to over come this error.
Could not run ‘InsertOne’.
com.wm.app.b2b.server.ServiceException: [ART.117.4002] Adapter Runtime
(Adapter Service): Unable to invoke adapter service MySQL_Examples.Adapter_Service:InsertOne.
[ADA.1.316] Cannot execute the SQL statement “INSERT INTO sathishdb.ROOT@LOCALHOST.employee(Name, GlobalId) VALUES (?, ?)”. "
(42000/1064) 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 ‘@LOCALHOST.employee(Name, GlobalId) VALUES (‘sssss’, ‘s12345’)’ at line 1"
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 ‘@LOCALHOST.employee(Name, GlobalId) VALUES (‘sssss’, ‘s12345’)’ at line 1
Connection details:
Transaction Type LOCAL_TRANSACTION
DataSource Class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
serverName localhost
user root
password ******
databaseName sathishDB
portNumber 3306
networkProtocol
Other Properties
Thanks,
Sathish.