Hello ,
I installed the driver for microsoft sql server ( detected driver ) and I created an identity by a user of this database , I selected windows authentification and enter the domaine name , after that I try to create a connection to this database but the connection is failed
I selected connexion type : MS-SQL server using MS Gerneric Driver with windows authentification
error msg : Ce pilote n'est pas configuré pour l'authentification intégrée. ClientConnectionId:***************************
Hello @aalaa,
Bonne question, it's a driver problem, have a look here : https://stackoverrun.com/fr/q/1516186
You could be using a 32 bit sqljdbc instead of a 64 bit one, or vice-versa. Have a look at your sqljdbc and go for a 64 bit driver if you're using the 32 bit one.
Cheers,
David