79186711

Date: 2024-11-13 21:22:11
Score: 0.5
Natty:
Report link

I had a similar issue with Liquibase needing the library in order to do integrated authentication. I followed some of the suggestions here.

  1. Download the newest sqljdbc from Microsoft (I used the zip file)
  2. Extract the zip and look for the 'enu/auth/x64/mssql-jdbc-auth-.x64.dll', copy this file.
  3. Place the copied file into your Liquibase installation folder (C:\Program Files\liquibase\jre\bin)

I hope that this helps someone who came across this thread during Liquibase installation and needed an assist with integratedAuth

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: that_roy