User Manual

Special DEFINEs
HP NonStop AutoTMF Software User’s Guide429952-014
B-9
=_ESCORT_SUPPRESS_AUDIT
Edit trace files provide for the most efficient tracing, but an Edit trace file can only be
opened by one process at a time.
Tracing can be configured easily, and with more options, with the NonStop AutoTMF
software command interpreter; see TRACE on page 6-81. Using the TRACE command
does not require changing the setup for executing the processes to be traced.
=_ESCORT_SUPPRESS_AUDIT
This define causes NonStop AutoTMF software to ignore transactions generated by a
user process, which is equivalent to configuring the ATMFPROGRAM attribute
SUPPRESSUSERTX.
The file specified is ignored.
This define is supplied for testing purposes only. Programs that make sophisticated
use of TMF depend on the correct operation of the calls that are eliminated by this
option. Enabling this option may cause program failures and data corruption.
When specified, this define causes the NonStop AutoTMF software runtime to behave
as follows:
All BEGINTRANSACTION and ENDTRANSACTION operations requested by the
application are ignored.
All transactions inherited from requesters through messages on $RECEIVE are
ignored.
FILEINFO requests on audited files report that files are not audited.
=_ESCORT_SUPPRESS_INHRTX
This define causes NonStop AutoTMF software to ignore transactions inherited by a
process through $RECEIVE, which is equivalent to configuring the ATMFPROGRAMS
attribute SUPPRESSINHERITEDTX.
The file specified is ignored.
A non TMF-aware server may inherit a transaction from a TMF-aware requester when
reading $RECEIVE. If NonStop AutoTMF software detects an inherited transaction,
NonStop AutoTMF software assumes that the process uses that transaction to access
audited files. Suppressing inherited transactions insures that NonStop AutoTMF
software generates automatic transactions for all audited file accesses, emulating the
behavior of a non TMF-aware process.
ADD DEFINE =_ESCORT_SUPPRESS_AUDIT, CLASS MAP, FILE $X.Y.Z
ADD DEFINE =_ESCORT_SUPPRESS_INHRTX, CLASS MAP, FILE $X.Y.Z