Audit (-AR3)
Use
the Audit (-AR3
) adapter command to create a file
that records the adapter activity for each specified input and output
card. The default is to produce a file named m4r3adapter.log in
the directory where the map is located. Optionally, you can append
the audit information to an existing file, specify to use the transaction_id
for the file name, specify your own file name, incorporate the transaction_id
into your own file name, or specify a full path for the file.
-AR3[+][U] [%tid%|full_path]
- Option
- Description
- +
- Append audit information to an existing file.
- U
- For Command Server: Produce a file named
transaction_id.log where transaction_id
is the SAP R/3 assigned Transaction Identifier (TID) that is always in the map directory, regardless
of whether u is in the input or output card of the map.
For Launcher: Produce a file named transaction_id.log where transaction_id is the SAP R/3 assigned Transaction Identifier (TID). If u is in the input or output card, then transaction_id.log is in the map directory.
If a Transaction Identifier (TID) cannot be assigned, transaction_id is m4r3serial_number. When this option is used and the Backup (
-B
) adapter command is also specified, the name of the backup file and the audit file always match. - %tid%
- When specifying the name for the audit file, you can incorporate this literal as part of the file name and it will be replaced by the TID_number.
- full_path
- Specify the name for the audit file, which can include the directory path.