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.
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.
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.