-
SecurID Governance Lifecycle 7.5.2
Upon navigating to Requests > Activities > Activities by Assignee, an Approval activity is stuck in the Available state with the Perform button active. There are no linked Change Requests to that Approval activity. The area highlighted in yellow (next to Supervisor Approval) should have a hyperlink that displays a pop-up with the related Change Request but in this case, there were none. Clicking on the Perform throws the below "Request Could Not Be Handled" error window:
This is due to the deletion of the corresponding Change Request.
Contact Technical Support for follow up guidance clean up the Approval activity from the Database. The below workaround is to find the Change Request for the Approval activity, and cancel the corresponding Change Request.
- Obtain the OID of the activity by clicking Perform. The OID is in the URL.
- Check the Change Request ID related to this activity by running the following queries:
select * from WP_ACTI where acti_id=<OID>select * from wp_proci where proci_id=<proci_id from the first query> - From the results of the above query:
- Find the column named CR_ID.
- Check if there is a Change Request for this ID.
select * from t_av_change_requests where id=<CR_ID from the previous query>
- If there is a CR found:
- Go to any Change Request page and replace the OID in the URL with the CR ID found found from the above query, press Enter.
- This will take you to the Change Request's page, cancel the request.
Related Articles
KCA gives invalid signature when approving certificate request 8Number of Views Converting a NCLOB to a VARCHAR2 in TO_DATE after error ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conve… 112Number of Views Rejecting Approval of an Application Role Change Request item fails in RSA Identity Governance & Lifecycle 53Number of Views Approvals using PublicData_ form variables auto-approve by System in RSA Identity Governance & Lifecycle 37Number of Views Request Could Not Be Handled error in Advanced Search option for Role Reviews when Actions column selected in RSA Governan… 10Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide