Transaction handling with Replication Server

Replication Server depends on data servers to provide the transaction-processing services needed to protect stored data. To ensure the integrity of distributed data, data servers must comply with the following transaction-processing conventions:

Replication Server copies committed transactions from primary sites to destination sites. It distributes transactions in the order they are committed so that copied data passes through the same states as the primary data.

Figure 2-3 illustrates Replication Server method for translating transactions.

Figure 2-3: Translating transactions

Figure 2-3 illustrates Replication Servers method for translating transactions. Replication Server copies committed transactions from the primary data server using L T L to destination sites. It distributes transactions in the order they are committed so that copied data passes through the same states as the primary (source) data. Once the primary Replication Server sends transactions to subscribing sites, destination Replication Server store the transactions in the outbound Data Server Interface (D S I) stable queue. From the stable queue the data is sent to the destination Data server using transact dash Sequel.

Once the primary Replication Server sends transactions to subscribing sites, destination Replication Servers store the transactions in the outbound Data Server Interface (DSI) stable queue.