Purpose (problem description)

This page helps you to resolve the issue where  quality rule names are not same between ED & HD 

Observed in CAST Version


Release

Yes/No

8.3(tick)
Observed in RDBMS

RDBMS

Yes/No

CSS (tick)
Step by Step scenario
  1. Run analysis + snapshot
  2. Launch ED and check the rule name
  3. Launch HD and check the rule name
Action Plan

If you see that rule names are not same between ED & HD then perform the below actions :

  1. Check which dashboard has new rule name and which has old rule name. This happens when a particular rule name is changed between some AIP/Extension versions.
  2. Now run the below query in both Central & Measurement schema to see the rule name stored in DB. Possibility of Measurement base having the old rule name stored is high.
   select * from dss_metric_descriptions where metric_id=<Quality_Rule_Id>

      3. If you see old rule name is stored in measurement base then, to resolve this you can create a new measurement base and consolidate your central. Issue is due to the fact that table- dss_metric_descriptions  of measurement base is not updated with the new rule name.

      4. If the above steps do not solve your issue contact CAST Technical Support. with the following Relevant input 

 

Relevant input

  • CAST Support Tool (CST) - alias Sherlock export with the following options Export CAST Bases with Management Base, Knowledge Base, Central base, Measurement Base 
  • Screenshot showing rule name issue
Notes/comments

Ticket # 22089

Related Pages