CMS Analysis Unit - Execute Tab - View Analysis Unit content - Fatal error - No object found
Description
This page troubleshoot issue related to the No Object Found error message when clicking on View analysis unit content as below :

Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Observed on RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Step by Step Scenario
- Analyze the Application
- Open an analysis unit analyzed
- Go to the Execute Tab
- Click View Analysis Unit content
Action Plan
Check in the Analysis Task window, under the Execution unit that have been anayzed, at the Compute Analysis Unit full content step, that the number of objects is more than 0. If the number is set to 0 then no objects are attached to the Analysis Units. no objects have been attached to this analysis unit. During analysis, there is a task that is called CMS Snapshot Analysis - Compute Analysis Unit Full Content - Error Free Logs - CAST AIP 83 as shown in below screenshot :

If CAST MS is closed, open the CAST MS log file and check the number of objects selected for each analysis unit :Search for the key word : starting Task Compute Analysis Unit full content. For instance :
INF: 2016-07-06 17:09:41: starting Task Compute Analysis Unit full content for DBSN0000
INF: 2016-07-06 17:09:41: Task message: Number of objects selected : 0
INF: 2016-07-06 17:09:41: No associated log file
INF: 2016-07-06 17:09:41: ending Task Compute Analysis Unit full content for DBSN0000
INF: 2016-07-06 17:09:41: starting Task Compute Analysis Unit full content for [MY PACKAGE_15871]
3. If the number of objects per analysis units is set to 0, open Enlighten and check if the objects are analyzed
4. Run the query described in the page [SQL Queries - CAST Knowledge Base - Queries on objects - How to list the objects belonging to an Analysis Unit](/export-v2/tg/sql-queries/sql-queries-cast-knowledge-base/sql-queries-cast-knowledge-base-queries-on-objects/sql-queries-cast-knowledge-base-queries-on-objects-how-to-list-the-objects-belonging-to-an-analysis-unit/)
5. If there are no rows the issue may be due to the fact that the objects are not attached to technical projects.
6. Identify one object that must belongs to the analysis unit
7. Run the following query on the local database :
```sql
SELECT *
FROM anajob aj
JOIN anapro ap
ON ap.idjob = aj.idjob
JOIN objpro op
ON op.idpro = ap.idpro
JOIN keys k
ON k.idkey = op.idobj
WHERE k.keynam = '<NAME OF OBJECT>
Impact on Analysis Results and Dashboard
Related Pages