While running the highlight scan for an application it's giving error code 3 which is Command Line techno discovery error.
Details
- Check if it is a network path issue. Check whether the machine from where the command line is running can access the remote files.
- Check the length of network path. Use a shorter path (<255 characters) to see if it solves the issue.
- Check the HLAutomation.log available at the workingdir of the scan. Check in the log if this line is present
2023-08-23 17:14:52,180 INFO perl: error: Cannot run program ""C:\Program Files\CAST\HighlightAgent\strawberry\perl\bin\perl.exe"": CreateProcess error=2, Le fichier spécifié est introuvable (The specified file can not be found)
Perl is not found. To install Perl do one of the following:
Install the Highlight Agent and get perl from there. Or
Install a compatible version of Perl with the appropriate modules and then use the --perlInstallDir flag
Ticket
26277, 43072
Related Articles
CAST HIGHLIGHT - CLI - Scan is failing with error code 5
CAST HIGHLIGHT - CLI - Command Line analysis error
CAST HIGHLIGHT - CLI - Docker - Results Upload - Upload failed with code 5 when using Docker
CAST HIGHLIGHT - CLI - ERROR: Failed to fetch company with id when using --basicAuth
Highlight Automated Code Scan (Command Line)
Comments