ReadyAPI 3.5.1 - DataSource Test Case - This driver is not configured for integrated authentication
Hello!
I am using ReadyAPI 3.5.1. version
Before this version I used Soapui Pro 5.1.1 version where the JDBC connection worked normally!
At this program I have sqljdbcauth.dll and sqljdbc41.jar files in this place:
C:\SoapUI-Pro-5.1.1\bin\ext
My JDBC connection setting are:
Driver:
com.microsoft.sqlserver.jdbc.SQLServerDriver
Connection String:
jdbc:sqlserver://GB67085:1433;databaseName=MTPL2021_ws;integratedsecurity=true
With ReadyAPI 3.5.1 the same JDBC connection is not working, I get error message:
This driver is not configured for integrated authentication
At this prgram I can not find sqljdbcauth.dll file, only just sqljdbc42.jar file at this place:
C:\Program Files\SmartBear\ReadyAPI-3.4.5\bin\ext
I tried to copy the dll file that i used at SoapuiPro, but the result was the same, i got error massage again
What could be a problem?
Thank you!
Hello!
I found the solution!
I downloaded the sqljdbc_8.4.1.0_enu.zip from microsoft and copied the mssql-jdbc_auth-8.4.1.x64.dll file into
C:\Program Files\SmartBear\ReadyAPI-3.4.5\bin
After that I restarted the ReadyApi, and the Datasource connect is working!
Thank you!
Regards,
PG