Description

Error during UI analysis - Invalid type name ' CAST_SQL_Instance'  (not declared in metamodel).

This error occurs when one migrates from 7.0.x to 7.2.x & uses the same .uax files that was extracted in 7.0.x

Observed in CAST AIP
Release
Yes/No
8.3.x(error)
8.2.x(tick)
8.1.x(tick)
8.0.x (tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(error)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS3(error)
CSS2(tick)
CSS1(error)
Step by Step Scenario
  1. Configure an AU using universal importer in CAST AIP 7.2
  2. Use the same .uax files that was extracted in 7.0.x
  3. Run the AU
  4. Analysis errors out with error - Invalid type name 'CAST_SQL_Instance' (not declared in metamodel)
Action Plan

This error occurs as there are changes in metamodel of offline PL/SQL analyzer

  1. Replace the below in all UAX files( .uax files that was extracted in 7.0.x)
    CAST_SQL_Instance with CAST_Oracle_Instance
    CAST_SQL_Schema with CAST_Oracle_Schema
  2. Re-run the analysis.
Notes/comments

The analysis proceeds without this error

This issue is permanently fixed in 8.2.2

Related Pages