Performance issues seen when processing Role modifications in RSA Identity Governance & Lifecycle
Originally Published: 2020-08-17
Article Number
Applies To
RSA Version/Condition: 6.9.1, 7.0.x, 7.1.x, 7.2.0
Issue
Cause
To verify if you have this issue, run the following two queries as AVUSER:
select count(*) from t_av_roleversions rv
where state in ('TN', 'T', 'R', 'CR', 'CC', 'UD') -- All other States are for Pending RoleVersions
-- If there is no corresponding Role:
and not exists (select 1 from t_av_roles r
where r.deletion_date is null and r.id = rv.role_id)
-- If there is no CRI that uses it as VALUE or OPERATOR:
and not exists (select 1 from t_av_change_request_details cri
where cri.value_type = 'PR'
and cri.value_id = rv.roleversion_id)
and not exists (select 1 from t_av_change_request_details cri
where cri.operand_type = 'PR'
and cri.operand_id = rv.roleversion_id);
and
select count(*) from t_av_model_explodeduserents m
where (role_type = 'P' and
not exists (select 1 from t_av_roleversions rv where rv.roleversion_id = m.role_id))
or (role_type = 'C' and
not exists (select 1 from t_av_roles r where r.deletion_date is null and r.id = m.role_id));
If either query returns positive values, you have this issue.
Resolution
- RSA Identity Governance & Lifecycle 7.1.1 P07
- RSA Identity Governance & Lifecycle 7.2.0 P02
Related Articles
Microsoft certificate templates not seen for AEP 12Number of Views "Error - could not execute query" shows instead of the role name when listing roles in RSA Identity Governance & Lifecycle 40Number of Views Access Fulfillment Express (AFX) does start after applying Patch 11 or higher to RSA Via Lifecycle and Governance 6.9.1 3Number of Views RSA Identity Governance and Lifecycle 7.5 Upgrade and Migration Guide 75Number of Views Data collection fails with error "java.lang.ArithmeticException: / by zero" in RSA Identity Governance & Lifecycle 50Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide How to Download OTP Token Seed Files from myRSA RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?