Unable to install 7.4.10 into SQL Server using Windows Authentication
Resolved
Trying to do a full install of 7.4.10 into SQL Server using Windows Authentication, but get the following error:
Trying to do a full install of 7.4.10 into SQL Server using Windows Authentication, but get the following error:
This issue is due to a defect in the shipped Microsoft drivers not supporting Windows Authentication.
We do ship with the JTDS so you can get the installer to use that one by running the .jar installer with the following command
java -jar yellowfin-7.4.10-20190510-full.jar option.db.microsoftjdbc=false
Microsoft have fixed this and will include it with their next driver release.
If you run into further problems, please reach out to us.
Regards,
Mahesh
This issue is due to a defect in the shipped Microsoft drivers not supporting Windows Authentication.
We do ship with the JTDS so you can get the installer to use that one by running the .jar installer with the following command
java -jar yellowfin-7.4.10-20190510-full.jar option.db.microsoftjdbc=false
Microsoft have fixed this and will include it with their next driver release.
If you run into further problems, please reach out to us.
Regards,
Mahesh
Hi David,
I still see the problem with 9.6, so it looks like the problem was never fixed by Microsoft or the driver is broken again.
Since I used the Windows installer (exe) I took the following approach. I started the installer via command line and added the above mentioned solution.
Just in case someone is running into the same problem.
Best regards
Ingo
Hi David,
I still see the problem with 9.6, so it looks like the problem was never fixed by Microsoft or the driver is broken again.
Since I used the Windows installer (exe) I took the following approach. I started the installer via command line and added the above mentioned solution.
Just in case someone is running into the same problem.
Best regards
Ingo
Hey Ingo,
I hope you are well!
Just to confirm, you were able to do a full install of 9.6 using the workaround?
Best Wishes,
Lesley
Hey Ingo,
I hope you are well!
Just to confirm, you were able to do a full install of 9.6 using the workaround?
Best Wishes,
Lesley
Replies have been locked on this page!