SQL Exception Error

Hello,

I am getting the following SQL error on the Camunda server side and I am not what’s causing this: Error querying database. Cause: org.apache.ibatis.transaction.TransactionException: Error configuring AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Requested setting: false. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset by peer. How do I resolve this issue?

Hello my dear!

This error could be due to your incompatible driver version, or perhaps a problem with your bank connection url.

Was your project already running previously?
Have you made any recent updates to anything?

William Robert Alves

I am currently using Camunda 7.19 and the project was already running previously. I checked that our JDBC driver version is 8.4.1.

Hi @rishabh7112,

Could you please provide you MSSQL version and when and how often the issue occurs?
What is the isolation level configuration?
MSSQL specifics: Microsoft SQL Server and Azure SQL Database Configuration | docs.camunda.org