CAST Engineering Dashboard - Violations - No Violation - Avoid too many copy pasted artifacts

Purpose (problem description)

This page handle the case when an object is supposed to be violated by the QR “Avoid too many copy pasted artifacts”, but the violation is missing

Observed in CAST AIP

ReleaseYes/No
8.3.x

Observed on RDBMS

RDBMSYes/No
CSS

Step by Step scenario

  1. Take snapshot
  2. Open CED and observe that the violation is missing

Action Plan

Perform the below actions

  1. Check if the application respect the minimal size required

  2. From the knowledge schema, get the Id of the artifact that is similar to the object on which the violation is missing:

SELECT idkey FROM keys WHERE keynam = <‘object_name’>


   **Query result example**

   546472

   **Query result interpretation**

   The query returns the id of the object
3. Check if the object is part of a module by following the page [SQL Queries - CAST Knowledge Base - Queries on Module - Module content and properties](/export-v2/tg/sql-queries/sql-queries-cast-knowledge-base/sql-queries-cast-knowledge-base-queries-on-module/sql-queries-cast-knowledge-base-queries-on-module-module-content-and-properties/), if the similar object is not part of the module then it is expected to not get the violation.

 

**Notes/comments**

Ticket # 10663

**Related Pages**

*Specify pages indirectly related to this topic.(eg:side- effects)*