skip to main content
Configuring Services Using the OpenAccess SDK Management Console : Configuring Event Tracing in a Client/Server Configuration : Creating an Event Trace Profile
 

Creating an Event Trace Profile

1. Right-click the Profiles node for a service (beneath the Configuration node). SelectNew / Event Trace Profile from the pop-up menu. The Events window appears.The Events Tracing window
2. Enable and disable events:
*To enable a group of events, select the check box beside the appropriate group name (Service, Session, Network, Error, Statement, Transaction, or Others).
*To enable individual events, select the check box beside the event in the scroll box.
*To disable a group of events, clear the check box beside the appropriate group name (Service, Session, Network, Error, Statement, Transaction, or Others).
Event names that do not start with Service, Session, Network, Error, Statement, or Transaction are Other events (for example, Cursor Closed).
*To disable individual events, clear the check box beside the event in the scroll box.
3. Optionally, you can place a filter on any event or group of events. To add a filter, type the filter in the Filter text box. Some events have a set of attributes. You can place a filter on the attributes of an event. For example, if you want to monitor and trace only authentication events for sessions started by administrators, you could write the following filter for the Session Authenticated event:
${Authorization} = "administrator"
4. Click Next. The Add Event Trace Profile window appears. Click Finish in this window to add the profile.
5. Save the configuration.
6. Restart the service to activate the new event trace profile.