User Manual

Special DEFINEs
HP NonStop AutoTMF Software User’s Guide429952-014
B-5
=_ESCORT_ATMF_WAITED
Automatic transactions are committed if:
the process terminates (but not if the process is stopped), or
the server is waiting for a request and the time since the last request exceeds the
specified value, or
the transaction has reached the limits set by the MAXTIME and MAXUPDATES
parameters.
Each transaction will span many server requests and updated records will be kept
locked between server requests. If the batch processing sends work to many server
processes, they must access different database records or a deadlock may occur. The
commit timer will not cause the current transaction to be committed if the process is
deadlocked.
=_ESCORT_ATMF_WAITED
You can reverse a configuration for NOWAIT transactions with the
=_ESCORT_ATMF_WAITED DEFINE. The DEFINE is added with the following TACL
command:
The FILE parameter is ignored. This DEFINE does not override the
AUTOTMFFILESET parameter if a file is configured for SEPARATETX.
=_ESCORT_AUDIT_RENAME
You can enable renaming of audited files with the =_ESCORT_AUDIT_RENAME
DEFINE. The DEFINE is added with the following TACL command:
The FILE parameter is ignored.
=_ESCORT_DYNAMIC_TRC_OFF
You can disable dynamic tracing of a program with the
=_ESCORT_DYNAMIC_TRC_OFF DEFINE. The process will not check the state of
the trace signaling file to determine if tracing has been requested; all trace requests
must be active before the process starts. The DEFINE is added with the following
TACL command:
The FILE parameter is ignored.
ADD DEFINE =_ESCORT_ATMF_WAITED, CLASS MAP, FILE $X.Y.Z
ADD DEFINE =_ESCORT__AUDIT_RENAME, CLASS MAP, FILE $X.Y.Z
ADD DEFINE =_ESCORT_DYNAMIC_TRC_OFF, CLASS MAP, FILE $X.Y.Z