Sonarqube docs latest for 10.5.0 has the wrong mssql authentication dll

Hi,

has the wrong version of the Microsoft SQL JDBC Auth package, as Sonarqube 10.5.0 ships
with $SONARQUBE_HOME/lib/jdbc/mssql/mssql-jdbc-12.6.0.jre11.jar

Download the Microsoft SQL JDBC Auth 12.4.2 package and copy mssql-jdbc_auth-12.4.2.x64.dll to a folder location set in the PATH environment variable on the SonarQube server host.

But should be

Download the Microsoft SQL JDBC Auth 12.6.0 package and copy mssql-jdbc_auth-12.6.0.x64.dll to a folder location set in the PATH environment variable on the SonarQube server host.

The right download location is
https://github.com/microsoft/mssql-jdbc/releases/download/v12.6.0/mssql-jdbc_auth.zip

Gilbert

2 Likes

oh, and i thought i was the only one finding 10.5 artifacts on docker hub by accident :innocent:

2 Likes

i use https://binaries.sonarsource.com/?prefix=CommercialDistribution/

Thanks for pointing this out, @Rebse!
I’ve just updated the docs; the corrected link will be published in a few minutes.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.