Hi,
I am getting the following error while running Achilles. It seems a Redshift JDBC driver issue, but I am not sure how to fix it. Does anyone in the community have experienced this already?
I appreciate any help! Thanks!
Connecting using Redshift driver
Executing multiple queries. This could take a while
|================== | 40%
Error: Error executing SQL:
java.sql.SQLException: [Amazon]JDBC Cannot use commit while Connection is in auto-commit mode.
I finally solved the error.
You might be interested to know that the problem was the Redshift driver. I solved it by installing the latest version of the ohdsi/DatabaseConnector package, which has the recently updated driver.