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 Via Lifecycle and Governance 7.0 Global Roles do not show under matching entitlements when entitlement rule is set to … 21Number of Views Unification failing with ORA-00904: "B"."AVAILABILITY_STATUS": invalid identifier in RSA Identity Governance & Lifecycle 115Number of Views Setting up on-the-fly SOAP logs in production 47Number of Views How to include descriptions in review results for RSA Identity Governance and Lifecycle 14Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Governance & Lifecycle 8.0.0 Administrators Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory
Don't see what you're looking for?