XML Tags
XML tags are used in ATS and RIS files that are generated in XML format.
Tag name | Description | Attributes | Parent tag | Child tags |
---|---|---|---|---|
ERFILE | Top level tag for ATS and RIS files | version : XML file format version
number. |
None | ATS RIS |
ATS | Parent tag for ATS files | version : ATS file format version
number. |
ERFILE | TRANSACTION ATSROWS |
RIS | Parent tag for RIS files |
|
ERFILE | SOURCE TARGET RISROWS TXNABORTED TXNCOMMITTED |
TRANSACTION | Contains the name of the RIS file (if it exists) and the number of rows processed before the transaction was aborted. |
|
ATS | SOURCE TARGET MESSAGE CDRERROR SQLERROR ISAMERROR SPLCODE |
ATSROWS | Contains the replicated aborted rows | None | ATS | ATSROW |
SOURCE | Contains source server information |
|
TRANSACTION RIS |
None |
TARGET | Contains target server information |
|
TRANSACTION RIS |
None |
SQLERROR | Contains the SQL error code | num : Error number. |
TRANSACTION RISROW |
None |
ISAMERROR | Contains the ISAM error code | num : Error number. |
TRANSACTION RISROW |
None |
CDRERROR | Contains the data sync error code |
|
TRANSACTION RISROW |
None |
MESSAGE | Contains the notification message | None | TRANSACTION RISROW |
None |
SPLCODE | Contains the SPL code number if a stored procedure conflict rule is being used | num : SPL code number. |
TRANSACTION RISROW |
None |
RISROWS | Contains the local and replicated aborted rows | None | RIS | RISROW |
RISROW | Contains information about local or replicated row data for one aborted row |
|
RISROWS | MESSAGE CDRERROR SQLERROR ISAMERROR SPLCODE MESSAGE LOCAL REPLICATED |
LOCAL | Contains the local row data for an aborted row | None | RISROW | SHADOWCOLUMNS DATA |
REPLICATED | Contains replicated row data for an aborted row | None | ATSROW RISROW |
SHADOWCOLUMNS DATA |
ATSROW | Contains information for one replicated aborted row |
|
ATSROWS | REPLICATED |
SHADOWCOLUMNS | Optional shadow column values for local and replicated rows |
|
LOCAL REPLICATED |
None |
DATA | Contains aborted row data | dataExists : Identifies whether
data exists for this row or not. |
ATSROW RISROW |
COLUMN |
COLUMN | Contains column data for an aborted row |
|
DATA | None |
TXNABORTED | Indicates that the replicated transaction was aborted |
|
RIS | None |
TXNCOMMITTED | Indicates that the replicated transaction was committed | totalRows : Total number of
rows processed. |
RIS | None |