Failed to Lazily initialize collection of role

Which IIQ version are you inquiring about?

8.2 P4

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

Has anyone faced failed to lazily initialize a collection of role : sailpoint.object.Identity.AssignedRoles, could not initialize proxy - no Session issue ?

We were facing this error message at the time of user Rehire. This issue is intermittent. How do I find the root cause of this? and how can we avoid this?

Hej @divsubha ,

it looks like you are saving the identity as an object in your Rehire Workflow.
You would need to adjust it and use just the identityName and at the moment you need to use the role or any other collection of the identity object, you would need to load the identity object by using: context.getObject(Identity.class, identityName);

Hope it helps you.

Thanks,
Renad

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