Skip to content
  • There are no suggestions because the search field is empty.

AppEnhancer OTDS - Configuring for Windows Authentication Error This driver is not configured for integrated authentication

2026-04-24 13:22:08.117|ERROR |[main]|RepoFactory||org.flywaydb.core.internal.exception.sqlExceptions.FlywaySqlNoIntegratedAuthException: Unable to obtain connection from database: (jdbc:sqlserver://ICS-Dev-DB:1435;databaseName=OTDSDev;integratedSecurity=true;encrypt=false) for user 'ICS2\IcsAdminDev'This driver is not configured for integrated authentication. ClientConnectionId:1196e702-ce22-48d6-af64-9e56867e48a8\nTo setup integrated authentication see https://rd.gt/39KICcS\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nSQL State : 08S01\nError Code : 0\nMessage : This driver is not configured for integrated authentication. ClientConnectionId:1196e702-ce22-48d6-af64-9e56867e48a8\n

Version:
Capture and OTDS 25.4

Resolution:
In the MS JDBC install directory, there are 2 files you need to copy into the tomcat folders.

 ..\auth\x64\mssql-jdbc_auth-13.x.x64.dll 
..\jars\ mssql-jdbc-13.x.jre11.jar

Copy the .dll file into the ..\Tomcat\bin\  folder.
Copy the .jar file into the ..\Tomcat\lib\ folder.

In the OTDS install directory, go to the \otdsws\WEB-INF\lib\ folder.

There should be a mssql-jdbc-12.10.1.jre11.jar file.  Rename it to mssql-jdbc-12.10.1.jre11.jar.bak

Restart Tomcat.