Share all details about your problem, including any error messages you may have received.
Here is my application and role setup.
Application A - Delimited File type (creates manual work items on role request)
Business Role - Provisioning policy for Application A. (no entitlements)
When I request the role and it is added, it creates a manual work item. When I attempt to do a remove role request, the access request is blank and does not remove the role off of the cube. The only way to remove this role off of the cube is by batch request.
You may be thinking. Why do you have no provisioning? Well, we are tracking access of a disconnected application. We want people to track access via IGS roles. We are using policies to detect identity changes and automate workflows for removals. However, I don’t understand why I can’t remove the role off the cube. For the role owners, this makes management impossible. You can add but not delete!!!
Please help. I am very confused as to why only batch request is the only way for the role to be removed.
Funny enough, I did a new role in my QA environment, and it successfully removed an empty/no-entitlement role. It didn’t disappear. Saw the same syslog entries except this afterwards, seemed to move to a lower level:
From provided information, it seems that when request to Add role was raised, it failed.
When 2nd request was raised, IIQ detected that Role is not provisioned to user, so there is nothing to remove, hence item is filtered out in access request.
Could you please check why Provisioning failed for initial request or provide more information so it can be identified. Make sure Provisioning is done properly (Aggregate account if direct provisioning is not supported).
That’s the thing. We are using this for access audit tracking only. The roles do not provision anything to the target accounts because it is a delimited file type with no file attached, hence the manual work items it produces.
I’ve done a similar thing on our QA environment, and it removes the role from the cube just fine. the access request for removal simply removes the role from the cube. There are no attributes unset or account deletion within that removal access request either (which is fine), and it still works to remove the role.
When I do the add access, it still provisions the role to the identity cube. Provisioning failures don’t matter to me actually because those attributes are simply to populate the work item to communicate to the sysadmin what has to be done.
One thing I also observed versus our DEV/QA and PROD environment was that DEV/QA cubes do not have role metadata, and PROD has role metadata. I am seeing the “RoleMetadator” failing due to a custom rule we have:
“March 10, 2026, 7:11 AM”,70548689,ERROR,The RoleMetadator failed to determine the entitlements that would be provisioned for identity 00318308,sailpoint.tools.GeneralException: Exception evaluating rule: CUSTOM_RULE,
this custom rule is in the provisioning policy for our Active Directory application, so honestly confused on how it is being triggered here. Something in the Identity Refresh step maybe?
Since I am seeing in the logs that the access request contains error logs related to AD account targeting, is it possible that it can’t decide the remove the role because of the errors?
Figured it out. I originally created these roles by cloning existing ones that had a very similar structure and provisioning policies. However, this method caused the role to be bugged. My theory is something in the XML did not get fully duplicated and caused the provisioning engine to be confused when trying to remove the role.
By copying the XML, stripping it of id’s and such, and re-importing it, access requests related to those roles are fine.