Bug #70121 | Connector J fails to communicate with powerbuilder applicaiton | ||
---|---|---|---|
Submitted: | 22 Aug 2013 13:11 | Modified: | 22 Aug 2013 14:00 |
Reporter: | Prashant Nirgun | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.1.26 | OS: | Windows (Window 7 32 Bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | JDBC PowerBuilder |
[22 Aug 2013 13:11]
Prashant Nirgun
[22 Aug 2013 13:48]
Todd Farmer
Hello Prashant, Thanks for your bug report. We don't explicitly test Powerbuilder integration, but would like to help you out. The SQL statement you provided doesn't appear to have syntax errors, so we'd like to see the actual SQL statement received by MySQL Server. Can you please enable the MySQL general query log: http://dev.mysql.com/doc/refman/5.6/en/query-log.html If you are using a MySQL 5.6 Server, please also use the log-raw option to ensure syntax errors get logged to the general query log: http://dev.mysql.com/doc/refman/5.6/en/server-options.html#option_mysqld_log-raw (even better, if you can enable the MySQL Enterprise Audit Log plugin, it's easier to extract the problematic statement) Please provide the log entry for the problematic statement.
[22 Aug 2013 13:56]
Prashant Nirgun
please delete the thread it resolve this problem the solution is i resolve this issue mysql option -i or --ignore-spaces is going to work so i set that option in configuration files i.e. my.ini sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION,IGNORE_SPACE" stop MySQL service and then started it works smoothly