Database connector issue with integrated security

2
Hi all, We are using the Database Connector in 6.9.1 to run a query on a database on the network. We added the sqljdbc jar version 4.2(sqljdbc42.jar) JDCB URL = jdbc:sqlserver://SERVER:PORT;databaseName=DBNAME;Integrated Security=true; We received the following error: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: This driver is not configured for integrated authentication.  And lower down in the stack trace we find:   java.lang.UnsatisfiedLinkError: Native Library ...\Apps\Servers\6.9.1\runtime\lib\x64\sqljdbc_auth.dll already loaded in another classloader   The suggestions are to move the auth.dll to a separate lib folder, but I'm not sure how to achieve this with Mendix. Any suggestions are welcome. Thanks!
asked
0 answers