Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Nathan Dintenfass / Nathan Dintenfass (screennameunavailable99)
Created: 05/23/2012
Components: Database
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Mac 10.6 for Intel
Vote Count: 5
Problem Description:
When attempting to add a Connection String to a MySQL 4/5 Datasource, if the value is "allowMultiQueries=yes"
The message returned is:
Connection verification failed for data source: kplapdashboard
java.sql.SQLException: The connection property 'allowMultiQueries' only accepts values of the form: 'true', 'false', 'yes' or 'no'. The value 'yes ' is not in this set.
The root cause was that: java.sql.SQLException: The connection property 'allowMultiQueries' only accepts values of the form: 'true', 'false', 'yes' or 'no'. The value 'yes ' is not in this set.
Also tried with a value of "true" -- ensured no trailing space in the form on the DSN configuration page in the CF Admin
Steps to Reproduce:
Add a MySQL 4/5 datasource, add a Connection String of "allowMultiQueries=yes", submit the datasource, view error message (or try to load a page that uses the datasource)
Actual Result: error message above
Expected Result: no error, connection string properly sent to the database server
Any Workarounds: None I know of
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3197321
External Customer Info:
External Company:
External Customer Name: screennameunavailable99
External Customer Email:
External Test Config: My Hardware and Environment details: MacBook Pro, OS X 10.6, CF10 production build
Attachments:
Comments: