Transaction support

Transaction processing enables an application to group a set of entry updates together in one operation.

Normally each individual LDAP operation is treated as a separate transaction with the database. Grouping operations together is useful when one operation is dependent on another operation because if one of the operations fails, the entire transaction fails. Transaction settings determine the limits on the transaction activity that is allowed on the server.

See the Programming Reference section in the IBM® Verify Directory documentation for more information about transaction support.