CAST Engineering Dashboard - Business criteria - Missing Business criteria - Complexity ERP customization
Purpose (problem description)
This page handle the issue of Missing Business criteria Complexity ERP customization
Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Observed on RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Step by Step scenario
- Run a full snapshot
- Open CED
- Search for the missing Quality rule
Action Plan
Check if the table dss_metric_types, dss_metric_value_types, dss_metric_type_trees, and dss_metric_descriptions contain the quality rule, for this execute the following queries on the central schema:
SELECT * FROM dss_metric_types WHERE metric_id = 61032
```sql
SELECT *
FROM dss_metric_type_trees
WHERE metric_id = 61032
SELECT *
FROM dss_metric_value_types
WHERE metric_id = 61032
select *
from dss_metric_descriptions
where metric_id = 61032
If the above query do not return rows then the Quality rule is not present uner the central schema. If you confirm that the Quality rule is not present under the central schema then go to the next step, else do not perform the next step.
If you are using Siebel 5.1.1 then this is a known bug that will be fixed in a future Siebel version, as a Work around perform the following
- Execute the queries contained in Complexity - ERP customization FIX.sql under the central schema.
- Open CED and check that the Quality rule is not missing.
If the above steps do not solve your issue contact CAST Technical Support. with the following Relevant input
Notes/comments
Ticket # 10607
Related Pages