Indirect relationship processing is failing at step 11 on "AVUSER.ROLE_MANAGEMENT_PKG", line 3376 in RSA Governance & Lifecycle
Article Number
Applies To
RSA Version/Condition:
- RSA Governance & Lifecycle 7.5.2
Issue
Indirect relationship processing is failing at step 11: calculate role metrics.
With the following error showing in AveksaServer.log
02/12/2023 09:44:53.950 ERROR (Exec Task Consumer#0 - Sequence) [com.aveksa.server.xfw.TaskExecutor] Failed method=Execute ExecutionTask[TaskID=2275 RunID=2099 Source=1 Type=EntitlementExplosionProcessing Status=InProgress] com.aveksa.server.xfw.ExecutionException: com.aveksa.server.db.PersistenceException: java.sql.SQLException: ORA-01436: CONNECT BY loop in user data ORA-06512: at "AVUSER.ROLE_MANAGEMENT_PKG", line 3376 ORA-06512: at "AVUSER.ROLE_MANAGEMENT_PKG", line 3982 ORA-06512: at "AVUSER.COMMON_EXPLODER", line 181 ORA-06512: at line 1
Cause
Resolution
Notes
select cy.path ent_path_Parent_to_child_role ,r.name ent_in_parent_role from (SELECT SUBSTR(PATH, 3) PATH,child_role_id FROM (SELECT ent_id, SYS_CONNECT_BY_PATH(name,' > ') PATH, ent_id child_role_id,CONNECT_BY_ISCYCLE cycle_flag FROM (SELECT rl.name AS name, role_id, ent_id FROM t_av_roledefinitions tavrd JOIN t_av_roles rl ON tavrd.role_id = rl.id WHERE tavrd.deletion_date IS NULL AND ent_type = 'global-role') CONNECT BY NOCYCLE PRIOR ent_id = role_id START WITH ROLE_ID IN (SELECT ID FROM t_av_roles )) WHERE cycle_flag = 1) cy inner join t_av_roles r on cy.child_role_id=r.id;
Attachments
If the attachment does not open when clicked, please refresh the page and try again. You must be logged into view the file(s).
Related Articles
RSA Identity Governance & Lifecycle Imported Roles do not show entitlements on Users 88Number of Views RSA Identity Governance and Lifecycle 7.2 AWS Installation and Clustering Guide 24Number of Views RSA Identity Governance and Lifecycle 7.1 Release Notes 7Number of Views Suggestions and Violations not visible before applying changes when creating a role in RSA Governance & Lifecycle 7Number of Views RSA Via Lifecycle and Governance 7.0 Global Roles do not show under matching entitlements when entitlement rule is set to … 21Number 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
Don't see what you're looking for?