How to detect and rectify a workflow stalled and/or Workpoint server down situation in RSA Identity Governance & Lifecycle
Originally Published: 2020-03-09
Article Number
Applies To
RSA Version/Condition: 7.0.x, 7.1.x, 7.2.x
Issue
This RSA Knowledge Base Article explains how to detect what is causing stalled workflows and/or the Workpoint server shutdown, and how to rectify the situation.
Resolution
Consider the following analogy. Traffic may be slow because there is an accident on the highway. Or it may be slow because there are too many cars on the highway. Either way, the situation will usually resolve itself given time. However, consider the situation where one person (WF JOBS) is driving 1000 cars (Work in the Queue). This will cause the Workpoint monitor to shutdown.
There are two parts to this resolution:
- Detect and terminate the aberrant change/request and/or workflow.
- Cleanup the Workpoint monitoring queues. Be careful not to cancel any valid change requests and work that is in the Workpoint queues.
Detect and terminate the aberrant change request or workflow
NOTE: If you are on an RSA Identity Governance & Lifecycle version prior to 7.1.1 P04, you may be having the issue reported in 000038393 -- Change requests get randomly cancelled and add unrelated activities or continue to provision in RSA Identity Governance & Lifecycle. Please refer to that RSA Knowledge Base Article before proceeding with this one to be sure you are not having that issue.
As the avuser, execute the below SQL query, three times replacing wp_[JOB or ALERT or SCRIPT]_monitor with wp_JOB_monitor, wp_ALERT_monitor, and wp_SCRIPT_monitor for each run.
select * from (select wpi.cr_id, wpi.name, wpi.proc_state_id, job.* from wp_proci wpi join (select proci_id, count(proci_id) as num_of_work_in_q from wp_[JOB or ALERT or SCRIPT]_monitor group by proci_id having count(proci_id) > 5 order by count(proci_id)) job on wpi.proci_id = job.proci_id) order by num_of_work_in_q desc;
This query returns cr_id which is the internal id for a change request. If this is null, then this job is not associated with a change request. When viewing this query output, look for the change request or workflow that has created the most work for the Workpoint monitors. Typically one workflow job will normally add one entry to a queue. As seen when editing workflows, workflow paths are mostly sequential but sometimes have concurrent paths. Regardless, the number of entries in a Workpoint queue created by one job should be very close to one. If you find entries in the double digits or worse, this is a good time to engage RSA Identity Governance & Lifecycle Support to help with identifying the change request or workflow causing the issue and assist with terminating the aberrant change request or workflow.
Cleanup the Workpoint monitoring queues
Please contact RSA Identity Governance & Lifecycle Support for cleaning up the Workpoint monitoring queues after the aberrant change request or workflow has been terminated. Continuous monitoring of these queues may be needed for a while after such a situation to ensure the problem is truly resolved.Notes
Related Articles
AFX Server intermittently shuts down in RSA Identity Governance & Lifecycle 302Number of Views How to implement SAML SSO Authentication with Microsoft Azure Active Directory and RSA Identity Governance & Lifecycle 865Number of Views How to create and configure certificates for HTTPS access when using intermediate CA certs in RSA Identity Governance & Li… 1.01KNumber of Views How to Update the Root (Server) and Client Certificates in RSA Identity Governance & Lifecycle 2.15KNumber of Views Workflow shows 'Workflow flagged as stalled based on stall detection settings' error in versions 6.9.1 and 7.0 of RSA Ide… 717Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?