ERROR: You're not authorized to run analysis. Please contact the project administrator

Hi @benoit,

I’m facing the same error while running the sonar scan through Jenkins for a maven project.

I’ve tried giving the required access in the project level, replaced - Dsonar.host to Dsonar.host too.

I’m running the sonar-project.properties through ‘Execute sonarqube scanner’ module in Jenkins.
Properties mentioned so far:

Sonar.projectKey=
Sonar.projectVersion=
Sonar.java.binaries=
Sonar.sources=
Sonar.exclusions=

Please let me know what went wrong in this.