-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete traces: Exception text missing #105
Comments
I have also noticed the issues where I don't receive {sqlCode=0,sqlState="",sqlMessage="" |
If your database is a Db2, you have to set the parameter etrieveMessagesFromServerOnGetMessage=true; in jdbcUrl to get sqlMessage. jdbcUrl : "jdbc:db2://tank143.fyre.ibm.com:50000/TESTDB2:retrieveMessagesFromServerOnGetMessage=true;" ; More details in |
The JDBCRun operator checks now:
More details in: |
Correction delivered in: |
* streamsx.jdbc merge develop to master branche (#107) * add etrieveMessagesFromServerOnGetMessage=true to URL #105 * add etrieveMessagesFromServerOnGetMessage=true to URL #105 * check if the database is a Db2 #105 * streamsx.jdbc version upgraded to 1.8.0 #150 * Add TRACE for SQL error message #105 * Create CHANGELOG.md * Update CHANGELOG.md
In the logs coming from JDBCRun when there is a data type mismatch:
CDIST2821W A SQL exception occurred. The exception is {0} .
Looks like the exception string is not being inserted into the message.
The text was updated successfully, but these errors were encountered: