When I try to scan I get the following error:
The data dictionary is not configured for PLSQL analyzer which prevents rules(s) S3641, S3921, S3618, S3651 to raise issues.
Any advice?
When I try to scan I get the following error:
The data dictionary is not configured for PLSQL analyzer which prevents rules(s) S3641, S3921, S3618, S3651 to raise issues.
Any advice?
Hey there.
This is not an error, but a warning. Check the documentation on PL/SQL analysis.
(If, as is the case with many users, you are actually trying to analyze T-SQL, check the documentation on T-SQL analysis for help switching the language. T-SQL analysis does not use a data dictionary)
Hi Colin
I define the following properties in the sonar-project.properties
file:
sonar.plsql.jdbc.url
sonar.plsql.jdbc.user
sonar.plsql.jdbc.password
But i get the following error:
Also the data base we use is MS SQL.
Thanks in advance.
LOG.txt (6.8 KB)
Hello,
This is warning, Check on PL SQL analysis.