0

I'm trying to connect to a SQL Server from a MAC and keep getting this error.

Unable to load authentication DLL mssql-jdbc_auth-10.2.1.x64

For Windows, the solution is to add the dll file in the jdk/bin folder, but this doesn't work for mac.

What's the solution for MAC users?

Dale K
  • 25,246
  • 15
  • 42
  • 71
DeeP
  • 79
  • 2
  • 6
  • see if this helps https://stackoverflow.com/questions/61117080/no-mssql-jdbc-auth-8-2-1-x64-in-java-library-path – nbk Feb 22 '23 at 00:08
  • I guess the question is: why do you need it? Azure AD authentication, etc., is built into the Microsoft JDBC driver itself as of around v8.2. If you're trying to do this for Windows Authentication against an SQL Server then you can only do that from Windows machines. – AlwaysLearning Feb 22 '23 at 03:02

0 Answers0