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(tick)
7.2.x(tick)
7.0.x(tick)
Details

To check if a customer metamodel has been fully loaded into the KB/CB:

  1. Validate and save the customer Universal Analyzer profile on the analysis machine
  2. Launch CAST Server Manger
  3. Create a Knowledge Base/Central Base
  4. Use the Load metamodel from disk option
  5. 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