Load done received message

The load done received message acknowledges that the Q Capture program received the load done message from the user application. The load done message signifies that a target table is loaded.

In a load done received message, the message element (msg) contains a load done received element (loadDoneRcvd).

Table 1 describes the loadDoneRcvd element.

Table 1. Element description for loadDoneRcvd
Name Properties
loadDoneRcvd Empty, complex type

Structure


<loadDoneRcvd subName="publication_name" srcOwner="source_owner"
       srcName="source_name" stateInfo="state_information"/>

Details

publication_name
The name of the publication for which the target table was loaded. XML data type: string.
source_owner
The schema of the source table for the publication. XML data type: string.
source_name
The name of the source table. XML data type: string.
state_information
Additional information regarding the state of the publication. This attribute contains an ASN message number. XML data type: string.

Example

The following example shows a load done received message.


<?xml version="1.0" encoding="UTF-8"?>
<msg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="mqcap.xsd" version="1.0.0"
      dbName="DB1">

       <loadDoneRcvd subName="S1" srcOwner="USER1" srcName="T1"
              stateInfo="ASN7019I"/>

</msg>