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

Changing an Existing Event Trace Profile

To change an existing event trace profile:
1. Select the Profiles node for a service (beneath the Configuration node). The existing event trace profile is displayed in the Details pane. Double-click the event trace profile. The Events window appears.The Event 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.
*To disable a group of events, clear the check box beside the appropriate group name (Service, Session, Network, Error, Statement, Transaction, or Others).
*To disable individual events, clear the check box beside the event in the scroll box.
3. Optionally, you can place a filter on an event or group of events. Type a 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 OK.
5. Save the configuration.
6. Restart the service to activate the new event trace profile.