-
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
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… 111Number of Views Patch or upgrade running long in step ACM-105090.sql in RSA Identity Governance & Lifecycle 91Number of Views RSA Smart Card Middleware 3.6 PKCS 11 Developer Guide 18Number of Views How to identify the source of a workflow email in RSA Identity Governance and Lifecycle 74Number of Views After applying the 2950 Platform Update - DSM - DUP BiosVerifySrv doesn't start 11Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x