ContributionsMost RecentMost LikesSolutionsRe: Ready API 2.3 Error This driver is not configured for integrated authentication. I made few changes to my set up. Removed mssql-jdbc_auth-8.2.2.x64.dll from C:\Program Files\SmartBear\ReadyAPI-2.3.0\bin This is my Driver: MSSQL(MS)/com.microsoft.sqlserver.jdbc.SQLServerDriver Connection String: jdbc:sqlserver://<servername>:1433;DatabaseName=<Name>;user=<id>;password=<password> And now I get following error: Can't get connection for specified properties com.microsoft,jdbc.SQLServerException: Login failed for user 'id' Ready API 2.3 Error This driver is not configured for integrated authentication. Hi, I'm using Ready API version 2.3.0 This is my set up placed mssql-jdbc_auth-8.2.2.x64.dll inside C:\Program Files\SmartBear\ReadyAPI-2.3.0\bin placed sqljdbc42.jar inside folder C:\Program Files\SmartBear\ReadyAPI-2.3.0\bin\ext Restarted the ReadyAPI Added Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver Connection String: jdbc:microsoft:sqlserver://server:portname;databaseName=db name;IntegratedSecurity=true But during test connection keep getting error: Can't get the Connection for specified properties; com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. Thanks Solved