Distributed Data Manager Delete Solution Transaction


Overview

Included with

Tivoli Problem Management administration

Overview

Delete solution transaction The following table lists the tasks to delete solutions at remote sites, where n is the application server.

Task System Process
1 Client A Create REMOTE_WORK record: RW_SOLUTION_DELETED
2 Client A Create REMOTE_TASKS record for each remote site.
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_DELETE_SOLUTION
7 Application Server n Create LOCAL_WORK record
8 Application Server n Delete the solution from the local site.
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 A Remove REMOTE_WORK record if there are no more REMOTE_TASKS records.