cwashcraft commented on issue #31111:
URL: https://github.com/apache/beam/issues/31111#issuecomment-2427768250
I am getting this same error with Informix, caused by calling
setAutoCommit() on a non-logged database
```
Caused by: java.sql.SQLException: Transactions not supported
com.informix.util.IfxErrMsg.buildExceptionWithMessage(IfxErrMsg.java:424)
com.informix.util.IfxErrMsg.buildException(IfxErrMsg.java:399)
com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:381)
com.informix.jdbc.IfxSqliConnect.setAutoCommit(IfxSqliConnect.java:2185)
org.apache.commons.dbcp2.DelegatingConnection.setAutoCommit(DelegatingConnection.java:801)
org.apache.commons.dbcp2.DelegatingConnection.setAutoCommit(DelegatingConnection.java:801)
org.apache.beam.sdk.io.jdbc.JdbcIO$ReadFn.processElement(JdbcIO.java:1581)
```
Seems to have been brought by this fix:
https://issues.apache.org/jira/browse/BEAM-12044
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]