CAST Universal Analyzer Framework - Information - How to check if a customer metamodel has been fully loaded into the KB or CB
Purpose
This page will help you to check if a customer meta model has been fully loaded into the KB/CB:
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.0.x | ✅ |
| 7.2.x | ✅ |
| 7.0.x | ✅ |
Details
To check if a customer metamodel has been fully loaded into the KB/CB:
Validate and save the customer Universal Analyzer profile on the analysis machine
Launch CAST Server Manger
Create a Knowledge Base/Central Base
Use the Load metamodel from disk option
Run the following queries on the KB/CB to retrieve the ID of type, categories, properties and attributes defined in the meta model:
Select * from .TYP where TYP_ID >= 2000000 + file_no*1000
Select * from .CAT where CAT_ID >= 2000000 + file_no*1000
Select * from .PROP where PROP_ID >= 2000000 + file_no*1000
Select * from .ATT where ATT _ID >= 2000000 + file_no*1000
6. Execute the same queries on the customer Knowledge base/Central base
7. Compare the query results (results of support KB/CB and results of customer KB/CB)
**Notes / Comments**
**Related Pages**