Failed to lazily initialize a collection of role

Hi all,

We are getting the below error in IIQ PROD:

Exception during aggregation of Kxxxxi. Reason: failed to lazily initialize a collection of role: sailpoint.object.Rule.referencedRules, could not initialize proxy - no Session
Deleted accounts were not processed due to errors during aggregation

Any way to resolve this?

I tried to look into the rules that are being used in the application and there is not use of context anywhere. Other posts simply tell to restart and that should resolve this.

Regards,

Rishav Ghosh

Hi @rishavghoshacc ,

When you are getting this error, during account aggregation?

What is connector type and what type of connector rules are used for this application ?

@mandarsane AD aggregation. Full aggregation

@rishavghoshacc Are you using any customization or correlation rule in your application? If yes, could you please share them here.

@neel193

Ikano-rule-setReqFalse.xml (1.8 KB)

Ikano-rule-AD-ADM-Correlation.xml (1.8 KB)

In attached Rule (ManagedAttributePromotion) , getAttribute method is called without any argument

String description = attribute.getAttribute();

Doesn’t it need String argument to fetch perticular field like attribute.getAttribute(“description”)

can you please check this

Do not spam topics on your posts. Some people have alerts set up for specific topics that are relevant to their experience so they can be helpful to other posters, and it’s annoying when you tag posts that are not relevant for that topic and trigger those alerts incorrectly. You selected:

@rishavghoshacc Your correlation rule and managed attribute promotion rule looks good. do you have any rule mapped like customization rule?