Error while running analysis

When a sonar scan analysis is done using
sonar-scanner.bat -D"sonar.projectKey=Web" -D"sonar.organization=name" -D"sonar.sources=." -D"sonar.host.url=https://sonarcloud.io" -D"sonar.login=eb8…"
the scan gets completed. But there is no report in the somarcloud dashboard.
Also, when Background Tasks is clicked, the following error is appearing for the scan:

Error Details
This analysis will make your organization ‘…’ to reach the maximum allowed lines limit.
Please contact the administrator of the organization to resolve this issue.

When do we get this error? Is it based on the number of lines scanned per day or is it based on the number of lines in the project that is scanned?

Hi,

Is this organization private ? If yes, you may know that the pricing plan is per LOCs (calculated from the “largest” branch analyzed) https://sonarcloud.io/about/pricing

Mickaël