ArcSight identity export task failing with "could not initialize proxy [Identity object] - no session"

Which IIQ version are you inquiring about?

[IIQ8.4P2]

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

OOTB arcsight identity export task is failing with the below error. The same task runs successfully few times in a day but few times in a day, it is failing with the below error.

Could not export object of type Link id=XXXXX. Error message was:could not initialize proxy [sailpoint.object.Identity#XXXXX] - no Session.

Any pointers will be helpful.

Thanks

check if you can use such code in your logic. if possible pls share the file. you have to get objects again.

Identity id = context.getObjectById(Identity.class, link.getIdentity().getId()); String displayName = id.getDisplayName();

We are using OOTB taskDefinition to export identities for arcsight. So we dont have such custom logic or code in any place.