Which IIQ version are you inquiring about?
8.X
Share all details about your problem, including any error messages you may have received.
We are having a logiplex application based on ADLDS group membership. Now we wanted to decommission few applications. What should be the best approach to do the same.
On a high level, I know the process to decommission application, But still wants your advise/alternatives -
- Remove all the entitlement either by running the aggregation (adding filter so that it returns zero data) or delete from backend
- Remove all the Accounts either by running the aggregation (adding filter so that it returns zero data) or delete from backend
- Above may require detect deleted as true in aggregation task.
- Remove Aggregation task if added as any sequential task ( both for entitlement and account aggregation)
- check if any bundle is created and need to be disabled it may impact the existing users and can trigger removal
- Remove the connection details
- Enable Maintenance Mode for application .
Also, here on step 1 - we are unable to filter out that group from parent Group aggregation, because ADLDS doesn’t support filtering based on distinguished Name attribute.
Filter, I tried was (&(objectClass=group)(!(distinguishedName=*OU=App_OU,DC=acme,DC=local*)))