ContributionsMost RecentMost LikesSolutionsRe: Not able to connect to the sql server database through JDBC request, getting error while connecting I tried as you said I have downloaded mssql-jdbc_auth-9.2.1 and placed in both bin folder and \bin\ext folder and closed the ready api and relaunched still getting the same error My Java version is "1.8.0_301" com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:4a709517-eff9-44e6-a76e-d187460b45aa Not able to connect to the sql server database through JDBC request, getting error while connecting Not able to connect to the sql server database through JDBC request, getting error while connecting getting below error com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. I have copied both sqljdbc42.jar and mssql-jdbc_auth-9.4.0.x64.dll on both C:\Program Files\SmartBear\ReadyAPI-3.10.0\bin\ext C:\Program Files\SmartBear\ReadyAPI-3.10.0\bin and here is the configuration com.microsoft.sqlserver.jdbc.SQLServerDriver jdbc:sqlserver://Server;databaseName=Test;integratedSecurity=true;user=username;password=PASS_VALUE