Transaction, Transaction Processing, Commit, Rollback

Purpose of Document

In industry, a transaction is a transformation of state which has the properties of atomicity (all or nothing), durability (effects survive failures) and consistency (a correct transformation).  The transaction concept is key to the structuring of data management applications. The concept may have applicability to programming systems in general.

More commonly, ACID (Atomicity, Consistency, Isolation, Durability) is known as database transaction properties. That is, All or Nothing for critical commitment.  So it is important to understand what is a Transaction not only in EnterpriseOne but also industry common.  This document contains some possible questions you may have when getting errors such as the ones described here.

Example of Error Message:

Table of Contents