Database connector issue with using mssql to connect with windows authentication

Issue #25 resolved
Deekshith Musthyala created an issue

Hi, I’m trying to connect to sql server using windows authentication using connection string integratedSecurity=true; .But unfortunately I receive an error Connection test failed. Error creating connection: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. Based on Microsoft KB the jdbc MS Sql file needs to access sqljdbc_auth.dll file so when your add-on is running the jdbc how does it access java files which java does it use ?.I tried putting the file in same folder but seems like its not looking up there.There might be an easy solution for this can you point me out in the right direction.

- Thanks Deekshith

Comments (5)

  1. Scott Selberg

    Hi, thanks for the bug report. I've been a bit swamped with work (and still have quite the pile.) Hopefully I'll be able to get to this in the near future.

  2. Jordan.Jitzchaki@sculptor.com

    Any update on this? I have the same issue which I’ve worked around by specifying the username and password as well as authenticationscheme=NTLM but i’d like to not specify the password

  3. Scott Selberg

    My development is hosting on mac/linux, so it's really hard for me to test this scenario out. Because I don't have much time, I'll be unable to work on this request.

  4. Log in to comment