CMS Snapshot Analysis - Run Analyzer - Wrong objects - DotNet - ASP Source File
Description
When analyzing an application using DotNet analyzer the ASP files are analyzed and present in Knowledge Base whereas they should not.
The DotNet analyzer should not analyze any ASP files.
Ideally ASP objects should be created either by ASP analyzer or HTML5 extension instead of DotNet analyzer.
Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
| 8.2.x | ❌ |
| 8.1.x | ❌ |
| 8.0.x | ❌ |
| 7.3.x | ❌ |
Observed on RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS3 | ✅ |
| CSS2 | ✅ |
Step by Step Scenario
- Package the source code and deliver via DMT
- Accept the delivery, set as current version
- Run the analysis.
Action Plan
Run the below query as part of KB Update tool to remove the ASP Source File objects created by DotNet analyzer.
INSERT INTO CI_NO_OBJECTS( object_id , object_guid , object_shortguid , error_id) SELECT k.idkey, o.idnam, o.idshortnam, 0 FROM keys k JOIN objects o ON o.idkey = k.idkey WHERE k.objtyp = 138968;
2. No need to run the full analysis, just click on "Run Tool" it will update the KB.
3. If the ASP objects are still there report your problem to [CAST Technical Support](https://help.castsoftware.com/hc/en-us/requests/new) and provide the below [relevant input](#CMSSnapshotAnalysisRunAnalyzerWrongobjectsDotNetASPSourceFile-Relevantinput)
#### Relevant input
Sherlock export with the following options: **Export Logs** , **Export Configuration files**, **Export CAST Bases**, **Source code**
**Impact on analysis**
Unwanted ASP objects would be present on dashboard
**Notes/comments**
Ticket # 11379
This issue is planned to be fixed in 8.3.2