Hi @C_Aldair,
What type of token have you generated (user, global or project analysis ) ? How did you configure the token in the sonar-scanner.properties file or in the sonar-scanner command?
Hello dear, it generates token in the 3 cases, global, user and project. For the scanner, I configured the SonarQube.Analitys.xml file, I did not configure the properties file
Hi @C_Aldair ,
What version of the server and scanner are you using?
You can try to declare only the token parameter and remove the user and password parameters.
Dear, I did what is indicated in the documentation, and it still throws an error. What mistake am I making? Evidence is attached.
archive SonarQube.Analysis.xml
Hi @C_Aldair ,
I think that even with a bad token in command line you should have the same error.
As you set the token in commande line, you can remove sonar.login, sonar.password and sonar.token from SonarQube.Analitys.xml. This will help you to be sure that the token used is the command line.