Hi All, I want to ignore the error below: java.sql.SQLIntegrityConstraintViolationException ORA-02291: integrity constraint (AO_EP.FK_PROFILE_CUSTOMER) violated - parent key not found at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450) at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399) .. For doing so, I've added the ignore messages as below: Even doing so, those snapshots having such error are still tagged as "red". Am I doing something wrong? Are those configuration changes supposed to take effect immediately or require some restart? Regards, Vincenzo PS: I also tried to add "Ignored Exception" specifying the fully qualified exception as "java.sql.SQLIntegrityConstraintViolationException" and the message to ignore as "Contains" "integrity constraint (AO_EP.FK_PROFILE_CUSTOMER)", also in such case the calls are still marked as red.
... View more