After onboarding an application on CAST HL, all the tiles are greyed out and results are not visible. In the analysis logs it can be seen that
2023-03-24 00:21:1 INFO perl: out: Analyzer: PlSql -> AnaPlSql
2023-03-24 00:21:2 INFO perl: out: DatabaseSchema\complete.sql
2023-03-24 00:21:2 INFO perl: out: File = DatabaseSchema\omplete.sql ; size = 4639810
2023-03-24 00:21:2 INFO perl: out: File too big:
Workaround
The file is too big, so it is not analyzed, hence no data is available.
There is an option to allow for slightly bigger files with the analyzeBigFiles option in the CLI but no files bigger than 10 M can be analyzed.
- Files up to 3M can be analyzed by Highlight
- Files greater than 3M but less than 10M can be analyzed with the --analyzeBigFiles option
- Files greater than 10M cannot be analyzed
To analyze files of a higher size please refer CAST HIGHLIGHT - Analysis - How to Increase the file size limit set for analysis
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
40907
Comments