skip to main content
Using the OpenAccess SDK Management Command Line : Commonly Used OpenAccess SDK Manager Commands : Viewing Event Tracing Information
 

Viewing Event Tracing Information

Note: The EventList command is used only in a client/server configuration.

Command

EventList | el

Syntax


{eventlist | el} service_name | [remote]file=event_trace_file_name
[details]
[ [{service | srvc}] |
[{session | sess}] |
[{statement | stmt}] |
[{transaction | trans}] |
[{network | net}] |
[{error | err}] |
[{other | oth}] ] ]
[count=[{ + | - }] {all | number}]
[offset={begin | end} [{ + | - }]number]
[query=’custom_event_filter_string’]

Example

Local host or remote configuration examples:

el OAAgent details
el OAOracle details service count=all offset=10
el OpenAccessSDK810_C stmt query=’${ReturnCode} != 0’
el "file=C:\Program Files\DataDirect\oaserver810\tracing\
OpenAccessSDK810_C.trc" count=10

el "remotefile=C:\Program Files\DataDirect\oaserver810\
tracing\OpenAccessSDK810_C.trc" service details

Offline configuration examples:

el "file=C:\Program Files\DataDirect\oaserver810\tracing\
OpenAccessSDK810_C.trc"

el "file=C:\Program Files\DataDirect\oaserver810\tracing\
OpenAccessSDK810_C.trcv" count=10

el "file=C:\Program Files\DataDirect\oaserver810\tracing\
OpenAccessSDK810_C.trc" count=-all offset=end

el "file=C:\Program Files\DataDirect\oaserver810\tracing\
OpenAccessSDK810_C.trc" offset=5 service session

el "file=C:\Program Files\DataDirect\oaserver810\tracing\
OpenAccessSDK810_C.trc" service details