AGRIS Customer Documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The AGRIS 10.3.2 release has added:

AGR-55333 Name/Address Import - Implement Transaction Rollback

Implementation of Transaction Rollback began in AGRIS 10.3.1 (issue AGR-52033) with the Microsoft SQL (MSSQL) database only.

Transaction Rollback allows a partially updated transaction to rollback previous updates when the transaction does not complete.  This prevents out-of-balance conditions and other partial updates of transactions during errors, timeouts, loss of power, and other abrupt endings to an AGRIS session.  With Transaction Rollback, inserts and updates are not committed to the database until all related inserts and updates are successful.

Transaction Rollback for Name/Address Import is added in 10.3.2.  For more information see MSSQL Transaction Rollback in the User Guide.

  • No labels