Version 8.2.1
 —  Adabas Transaction Manager Introduction  —

Adabas Transaction Manager Components


ATM Transaction Manager

The Adabas Transaction Manager component which contains all logic for managing the two-phase commit process for global transactions is referred to as ATM transaction manager, the Transaction Manager, the TM, or simply, the Manager.

An ATM transaction manager is required for each instance of the operating system. Each Manager runs as a service within an Adabas System Coordinator daemon. An ATM transaction manager can interact with peer ATM transaction managers in other systems to provide global transaction integrity across systems. Adabas Transaction Manager can also interact with the CICS Syncpoint Manager and with RRMS, enabling Adabas databases to participate in global transactions that affect other database or file systems. The Transaction Manager is invoked transparently on behalf of applications.

Parameters are used to control processing of the Transaction Manager. These parameters are described in the section Parameters.

For information on execution of the Transaction Manager, see section Operations.

For information about the Adabas System Coordinator, refer to the Adabas System Coordinator documentation. For information about configuring ATM Transaction Managers and Adabas System Coordinator for different environments, see the section Configuration.

Top of page

Adabas Transaction Manager Client Proxy

The transaction manager client proxy represents the application in two-phase commit processing. Executing as a subroutine of the Adabas link module and functioning as a transparent application stub, the client proxy invokes the ATM transaction manager on behalf of the application and responds to the application according to the result.

A job or TP system that requires ATM services must execute alongside an ATM transaction manager and an Adabas System Coordinator daemon, executing in the same system and under the same Adabas SVC or ID table. For information about the Adabas System Coordinator, refer to the Adabas System Coordinator documentation.

For information on client controls, which control the operation of the client proxy, see the section Parameters.

For information on client proxy execution, see the section Operations.

Top of page

Recovery File

The transaction manager uses a recovery file to store vital recovery information. The same recovery file is shared by all transaction managers operating in the same Adabas System Coordinator group. For more information see section Restart and Recovery.

Top of page

Administration

Online Services

Adabas Transaction Manager Online Services can be used to perform the following activities:

Online Services can also be used to force selectively the termination of one or more transactions. In an emergency, a transaction can be flushed from the system and its resources released without regard for transaction integrity. If this happens, all available details of the transaction are stored in the Transaction Manager’s recovery file and can be printed.

For more information see Online Services.

Operator Commands

Operator commands are provided to control Adabas Transaction Manager operation. See section Operations for more information.

Top of page