Update from community 6.8.0 to developer sonarqube-8.7.0.41497 (latest version)

Hi all

I try to update from community 6.8.0 to developer sonarqube-8.7.0.41497 (latest version) in an mssql environnement on a windows server

What I did >
Unzip dev on local disk
modify new sonar.properties and wrapper.conf with infos of old version.
stop old service on old version
start new service on new version with a db_owner user
try to connect > nothing

In 6.8.0 a had this as connection string and it works >
sonar.jdbc.url=jdbc:sqlserver://PC933-2k19;databaseName=sonar;integratedSecurity=true

I copy this in the new properties.conf

And now it says that account is not configured for integrated security … ?!?
I also try to check/uncheck line 17 and 18
sonar.jdbc.username
sonar.jdbc.password

Sonarqube service starts but in the web log
Login to dtabase failed that account is not configured for integrated security …

???

Can someone help me

Ok I found the issue !

We had an old version running on mssql 2019 with the driver mentionned in your doc for MSSQL server and that one worked on 8.6.1_dev. But when I tried to update to 8.7_dev it didn’t work …

In the weblog i found this > “no mssql-jdbc_auth-9.2.0.x64 in java.library.path: [C:\Program Files\Java\jdk-11.0.8\bin”
I downloaded that specific version (Not the latest one 9.2.1) and put it in a path folder.
Connection to db was ok.

Nobody could / wanted to help me in this forum.
Sonarqube team, update your docs please!

Thanks

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