Unable to install on SQL server with Windows Authentication

Have you got stuck with installing 8.0.1 20190320 and 7.4.10, 20190510 builds on MS SQL Server with Windows Authentication?

The root cause of the issue is, Microsoft drivers not supporting Windows Authentication and our installer is pointing to Microsoft drivers by default, instead of jTDS drivers. This will work for SQLServer Authentication but not Windows Authentication.

Solution:

Workaround for this issue is, redirecting the installer to use the jTDS drivers.

This can be done by running the installer manually as below:

java -jar yellowfin-7.4.10-20190510-full.jar option.db.microsoftjdbc=false

That should fix the installation.

If you have any issues or questions, please contact support@yellowfin.bi.

Is this article helpful?
0 0 0