Location of audit files

The $BSE/lib/auditdef6.X file is used to specify the location of the sequence and information files for the tables. Under the directory that is specified in auditdef6.X, a subdirectory is created for each module. Audit files for all tables in this module, for all company numbers, are stored in this directory, unless another directory is specified for other company numbers. The format of the directory name is:

a<Package Code><Module Code>

The following example shows a sample entry in auditdef6.X:

ttadv:*:/usr/adv/AUDIT
*:*:/usr1/AUDIT

In this example, the audit files for all ttadv tables are stored in the directory /usr/adv/AUDIT/attadv. For all other tables, respective directories are created under /usr1/AUDIT.

For example, atfacr is created for the LN Accounts Receivable (ACR) module, atiitm for the LN Item Control (ITM) module, and so on.

An entry such as the following can be present:

ttadv:*:/usr/adv/AUDIT/#

In this case, all ttadv tables are stored under specific respective company numbers. For example, for company number 000, the files are stored in the /usr/adv/AUDIT/000/attadv directory.