!--a11y-->
SQL Trace File Administration 
Each time you switch the SQL Trace on, the system generates a new XML file to store the trace records, thereby enabling you to check older traces if necessary. By default, a maximum of 10 files by 10,000,000 bytes each can be created.
You can set the maximum number of trace files and the maximum size of each file. In addition, you can delete unnecessary trace files manually.
You must be granted administrator permissions for the J2EE Engine.
· To set the number of trace files and the maximum size of each file:
...
a. Launch the Offline Configuration Editor or the runtime screen of the Configuration Adapter Service in the Visual Administrator.
b. Browse to Configurations ® Open SQL and open Propertysheet SQLTrace for editing.
c. Set custom values for MaxFileNumber and MaxFileSize. Although the property sheet accepts all values, the SQLTrace allows at least 5 and at most 1,000 files for each trace. The value of the MaxFileSize is minimum 10,000 bytes and maximum 109 bytes. The changes take effect after you restart the relevant server process.

Normally, the default values should not be changed. However, if they are inappropriate for your purposes, we recommend that you increase the number of files rather than the size of each file.
· To delete a trace file manually:
...
b. Follow the link Use SQLTrace File Administration.
c. To delete particular traces, select them and choose Delete Selected.
d. To delete all traces, choose Delete ALL.
