CMS Snapshot Analysis - Run Analyzer - Missing objects - CPP with Core CAST AIP - Preprocessed artifact not getting added in Knowledge base
Problem Description
After analyzing the source code, artifacts are coming in the pre-processed file, but some of them are not getting added in KB
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ❌ |
| 8.2.x | ❌ |
| 8.1.x | ❌ |
| 8.0.x | ❌ |
| 7.3.x | ❌ |
| 7.2.x | ❌ |
| 7.0.x | ✅ |
Action Plan
- Using the preprocessed file, note the source file in which the preprocessed artifact belong to
- Open the noted source file using notepad ++
- Check if the file is ended by a Ctrl Z character (1A hexa, 26 decimal), which is an old EndOfFile marker.
- If there is any, then remove it and save the file
- Reanalyze the job
Notes
Related Pages