Recurring Forced Traces are generated by the Automation Engine (AE), typically involving the routine `UCREPRTR`.
The error message in the WP traces is:
U00003590 UCUDB - DB error: 'OCIStmtExecute', 'ERROR ', '', 'ORA-02291: integrity constraint (AE.FK_RH_AH) violated - parent key not found'
This error occurs when an Agent attempts to transfer a job report (REP) or other report type to the database, but the parent RunID (AH_Idnr) reference no longer exists in the AH table.
This scenario typically happens when:
To resolve the Forced Trace, the orphaned report file must be removed from the Agent or the stuck entry removed from the EH table (Activity Window).
Procedure:
Prevention:
Upgrade to Automation Engine v24.4.4 or higher to utilize the new parameter `UC_SYSTEM_SETTING` > `SYSTEM_WIDE_FORCED_TRACE=N`. This prevents all WPs from generating traces simultaneously, reducing I/O impact during such errors.