How to Remove Dupe entitlement which is created via group aggregation

Which IIQ version are you inquiring about?

*8.4

All,
We have a webservice application where we use group aggregation to pull entitlement values. But entitlements are getting created twice one with appguid in value and one with correct value. But two records are gettign created for single entitlement as below


Can you please suggest how do we remove this dupe entitlement creation.
Group aggregation after rule
Map resultMap = new HashMap();
//List listOfObjects = new ArrayList();
for (Map map : processedResponseObject){
String nativeIdentity = map.get(“Name”);
String GroupId = map.get(“Id”);
}

return processedResponseObject;

Hi @Preethi ,

This will occur when you configure the Identity attribute in the Group Object Schema and then run the group aggregation. If you later modify the Identity attribute and run the group aggregation again without enabling the “Detect deleted account groups” option, the issue will arise.

Run the Group aggregation task with select the below option and check.

image

Hi @Arun-Kumar

We have already checked Detect deleted account groups. Still issues exists

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.