Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo,
nach einem Update auf die neuste Talend Studio R2025-08 Version haben wir nun auch ein Problem mit dem Standard SQL Serververbindung (mssql-jdbc-actual.jar). Es erscheint folgende Meldung: [FATAL] Dieser Treiber ist nicht für integrierte Authentifizierung konfiguriert. ClientConnectionId:ab319dda-3339-442b-ac47-835ec69ecb5c
com.microsoft.sqlserver.jdbc.SQLServerException: Dieser Treiber ist nicht für integrierte Authentifizierung konfiguriert. ClientConnectionId:ab319dda-3339-442b-ac47-835ec69ecb5c
Obwohl der Parameter "integratedSecurity=false" im Connection String mit angegeben wurde. Der identische Aufruf funktioniert unter der R2025-07v2. Allerdings haben wir dort noch den BUG mit der Custom MVN URI.
There is not any existing bug:
https://update.talend.com/Studio/8/updates/R2025-11v2/PATCH_RELEASE_NOTE.html
Can you make it work (try a new job with a tdbconnection) with a simple jdbc string :
jdbc:sqlserver://<server>:1433;databaseName=<db>;encrypt=true;trustServerCertificate=true;integratedSecurity=false;authentication=SqlPassword;
Remove everything related with NTLM/Active Directory
Can you remove the mssql driver from Studio/configuration/.m2 , restart studio , so the driver will be redownloaded