Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Audit Log : Introduction

Introduction
An entry is written to the audit log whenever a TIBCO user performs any of the following administrative-type functions:
To log the changes of the case data made by iProcess Insight, iProcess Workspace (Browser), or the setCaseData TIBCO iProcess Server Objects interface, rather than by using normal step processing, you need to configure the audit_casedata_changed attribute. For more information about this attribute, see TIBCO iProcess Engine Administrator’s Guide.
This log documents who performed an administrative function, and when they performed it, which can be very helpful when trying to track down problems. An example entry in the audit log is:

 
07/05/2001 14:31:25.076|swadmin set attribute for emartinez, MENUNAME = ADMIN

 
New audit log messages that are generated by TIBCO iProcess Objects Server are appended to the existing audit log. Note that the audit log is never rolled over, and there are no functions for clearing or deleting it. It is the customer’s responsibility to back up and remove this log.
The audit log is located in the following locations:
Windows - SWDIR\logs\SWEntObjUaXX_timestamp.log
UNIX - $SWDIR/logs/swentobjuaXX_timestamp.log
where XX is the instance number of TIBCO iProcess Objects Server, and the timestamp variable is the date when the log was generated. If you are only running a single instance of TIBCO iProcess Objects Server on UNIX, this number will be 01.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved