You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue with a batch operation where multiple preparation steps are performed. If the batch fails, any modifications made to existing records during the process are not undone. This leaves the object with the updated values from the preparation phase, which do not match the values stored in the database. However, after restarting the application, the object values align correctly with the database.
Is there a way to force an update or rollback to the objects when the batch process fails?
I am facing an issue with a batch operation where multiple preparation steps are performed. If the batch fails, any modifications made to existing records during the process are not undone. This leaves the object with the updated values from the preparation phase, which do not match the values stored in the database. However, after restarting the application, the object values align correctly with the database.
Is there a way to force an update or rollback to the objects when the batch process fails?
@radex, any suggestions to resolve this issue?
The text was updated successfully, but these errors were encountered: