Forum Discussion

MaDi's avatar
MaDi
Visitor
12 months ago

With Ready API 3.44.0 and 3.44.1 connection to MS-SQL Database not working

In ReadyAPI 3.44.0 and 3.44.1 I try to configure a database connection I have following entry:
Name: MS
Driver: com.microsoft.sqlerver.jdbc.SQLServerDriver

Connection string:jdbc:sqlserver://172.25.6.37:1433;encrypt=true;databaseName=AUT_Attu;integratedSecurity=true;trustServerCertificate=true;

When I test the connection with the green "run"-button, I get an error:
"Failed to get a connection for the specified properties; com.microsoft.sqlserver.jdbc.SQLServerException: Dieser Treiber ist nicht für integrierte Authentifizierung konfiguriert. ClientConnectionId:db3dcc8b-f29d-4cc0-88ce-bde722c2b8f9"

 

With ReadyAPI 3.43.0 and bevor - same project - same settings - I do not have any issues at all to establish a connection.

What can I do to fix my connection?