Distributed Data Manager Solution Transfer Transaction


Overview

Included with

Tivoli Problem Management administration

Overview

Solution transfer transaction The following table lists the tasks for a solution transfer to a remote site, where n is all remote application servers.

Task System Process
1 Client A Create REMOTE_WORK record: RW_SOLUTION_CHANGED
2 Client A Create REMOTE_TASKS record for each remote site n.
3 Client A Post message to A's application server: ES_MSG_TA_OUTGOING_WORK
4 Application Server A Read the REMOTE_WORK record
5 Application Server A Package the solution data
6 Application Server A For each REMOTE_TASKS record, post message to Application Server n: ES_MSG_TA_REPLICATE_SOLUTION
7 Application Server n Create LOCAL_WORK record
8 Application Server n If the solution exists, update the record, otherwise create the solution record.
9 Application Server n Send acknowledgment to Site A. Post message to A's application server: ES_MSG_TA_REMOTE_COMPLETION
10 Application Server n Remove LOCAL_WORK record
11 Application Server A Remove REMOTE_TASKS record
12 Application Server n Remove REMOTE_WORK record if there are no more REMOTE_TASKS records.