TMF Application Programmer's Guide (G06.24+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-004
5-25
Record Formats
Variable-length fields: after-image
NETWORK-ABORT (19)
This record is generated whenever a network transaction aborts, and it only appears in
the master audit trail on the parent node. The record indicates that the parent node
has released its locks while simultaneously delivering abort instructions to all child
nodes. A subsequent abort record (FORGOTTEN) is then written after replies to the
abort instructions have been received from all child nodes.
Variable-length fields: child node list
NETWORK-COMMIT (18)
This record is generated whenever a network transaction commits, and it only appears
in the master audit trail on the parent node. The record indicates that the parent node
has released its locks while simultaneously delivering commit instructions to all child
nodes. A subsequent commit record (FORGOTTEN) is then written after replies to the
commit instructions have been received from all child nodes.
Variable-length fields: child node list
02 INSERTREC redefines BODY.
04 TRANSID type binary 64,0.
04 DATAFILE type FILESPEC.
04 EXTERNALNAME type DSMSMFILESPEC.
04 OBJECTTYPE type binary 16,0. ! to id SQL/MX objects
04 UNDOFLAG type binary 16,0.
04 HOMENODE type binary 32,0. ! system number
04 AFTERLEN type binary 16,0. ! after-image length
02 NETWORKABORTREC redefines BODY.
04 TRANSID type binary 64,0.
04 HOMENODE type binary 32,0. ! system number
04 PARENTNODE type binary 32,0. ! system number
04 NUMCHILDREN type binary 16,0. ! # of child nodes
04 FILLER type x(6)
02 NETWORKCOMMITREC redefines BODY.
04 TRANSID type binary 64,0.
04 HOMENODE type binary 32,0. ! system number
04 PARENTNODE type binary 32,0. ! system number
04 NUMCHILDREN type binary 16,0. ! # of child nodes
04 FILLER type x(6)