sailpoint.api.Aggregator:1924 - Encountered uncorrelated group, attribute = memberOf value = <GROUP VALUE>

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

Everyday we are running Active Directory aggregation and it is partially succeeded with below warning on multiple groups.

Encountered uncorrelated group, attribute = memberOf value =

any one having any idea on this. what is the meaning of this warning.

@venkat_chaduvula
Can you provide more detailed error from logs or screenshot from Task result error page showing the error completely.

@venkat_chaduvula

Is the AD aggregation you are referring account aggregation or group aggregation, also if it is account aggregation is promote managed attributes selected within the task definition

Also is this happening in both delta and Full aggregations?

@iamksatish Thank you for your response.

Yes we are running full account aggregation with promote managed attribute check.

Hi @venkat_chaduvula

Can you try with First this option ? -

Here is the doc that has complete details, that might help.

Account Aggregation Data Flow - Compass (sailpoint.com)

@venkat_chaduvula
Can You try running On-Demand Aggregation of these groups ( if you have any On-Demand Job already) if not run Full group aggregation, also for these entitlements check what is the uncorrelated value in Database for these groups

you can check using below query

select uncorrelated,* from spt_managed_attribute, spt_application where spt_application.id=spt_managed_attribute.application
and spt_application.name='<Your AD App Name>' and  spt_managed_attribute.value='<Your Value showing in Error>';

check the uncorrelated value, if this is marked as 1 - this might be causing the issue, check this value after running the Full Group aggregation once if it is still 1, we may have to look into your Group refresh rule and customization rules if any on your application and see why this is setting to 1 , if this value is 0 after Group Full aggregation you account aggregation should get fixed.

Which environment is this issue happening, lower or prod? or both?

@iamksatish - this is in PROD. just now I have verified that those groups are not-uncorrelated( uncorrelated = 0).

one thing is that every day it is showing warning with different groups.

Strange, if the groups are different daily, do you have any refresh rule or customization rule, if so can you please share, also Can you run the query to check if there any groups currently in DB

select uncorrelated,* from spt_managed_attribute, spt_application where spt_application.id=spt_managed_attribute.application
and spt_application.name='<your app name>' 
and uncorrelated='1';

I ran the query but there is no uncorrelated groups in the system.

@venkat_chaduvula Is these groups contains any special chars ?

Hi @pravin_ranjan - Thank you for your response,

we have selected this option (only correlate links). but warning is related to groups, not related to account

@pravin_ranjan - these groups are having only underscores and hyphen.

Is it possible to run the Account Full Aggregation again now and see if this is happening again with any group if so please share the managed attribute xmls samples of those groups and also can you share your customization and group refresh rules if any

@iamksatish - sure Satish. let me run it.

If possible then post here screen of account schema and group schema, we also had same chars of groups but never saw such issues.

@venkat_chaduvula
Are you able to run this again, is the failure with uncorrelated happening again even if nothing is marked as uncorrelated in DB?

It seems like you have native change detection enabled on the application together with promote manage attributes checkbox selected on the aggregation task.

You generaly can’t have both - and if you decide to use only one it should solve the problem.

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