Enabling Transaction Data to a File

Configure the properties to write the transaction data of facade operations to a file instead of database.

Prerequisites

The detail level logging must be enabled for the Central Logger.

Procedure

  1. Verify that the detail level logging is enabled for the Central Logger, as follows:
    1. Navigate to ASG_CONFIG_HOME directory.
    2. Open the asg.properties file.
    3. Ensure that the following property is set to true. If not, set the value of the property to true.

      tibco.clientVar.ASG/Logging/reportingEnabled=true

    4. Save any changes to the file.
  2. Navigate to ASG_CONFIG_HOME directory.
  3. Open the asg_cl.properties file for editing.
  4. Set the following properties:

    tibco.clientVar.CL/Logging/fileFilter

    tibco.clientVar.CL/Logging/files/directory

    tibco.clientVar.CL/Logging/files/transactions

    tibco.clientVar.CL/Logging/files/maxcount

    tibco.clientVar.CL/Logging/files/maxsize

    Note:
  5. Save changes to the file.

Example Values

tibco.clientVar.CL/Logging/fileFilter=test|ping|updateConfiguration|addConfiguration|deleteConfiguration

tibco.clientVar.CL/Logging/files/directory=C:/TIBCO_HOMECONFIGAPIX220/tibco/cfgmgmt/asg/logs

tibco.clientVar.CL/Logging/files/transactions=trans_log.txt

tibco.clientVar.CL/Logging/files/maxcount=3

tibco.clientVar.CL/Logging/files/maxsize=5000000