Found loading entities during flush error in Sailpoint v8.4

Which IIQ version are you inquiring about?

Version 8.4

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

We have upgraded Sailpoint to 8.4 a month back and now we are noticing errors while running a rule (where we are using queryOptions) with the error stating “Found loading entities during flush”. Can you let me know if anyone faced similar kind of error. Thanks in advance.

Are you using flushIterator to clear Iterator ?
if not i would recommend try using below one .

sailpoint.tools.Util.flushIterator(it);

Hi Lalithya
The error message “Found loading entities during flush” typically indicates an issue with how entities are being managed during the flush operation in SailPoint. This error can occur when there is an attempt to load entities from the database while the session is in the process of flushing changes to the database.

Regards,
Adam

2 Likes

Hi Lalithya,
Can you show the rule that is causing problems? It will be easier to debug it.

Thank you everyone. The issue was resolved by adding qo.setCloneResults(true) by referring below document as we were using queryOptions. Thanks @AdamWaszak for the explanation.

https://community.sailpoint.com/t5/IdentityIQ-Articles/IdentityIQ-8-0-and-commitTransaction-while-using-an-iterator/ta-p/143225

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