In every task trace information can be written into a user log file irrelevant of which log level is set.
Admin task trace
A trace for the admin task can be activated with the AdminTask key in the [Trace] section of the initialization file (see section "Initialization file (start parameters)").
The following values can be used for the trace level. Higher levels include the lower levels:
Value | Scope of the trace |
0 | Trace deactivated |
1 | Error conditions |
3 | Administration requests |
7 | SESAM administration interface and administration request execution |
15 | Socket interface |
31 | Important functions |
The trace file of the admin task is given the name TRC.SESDBA.<port>.ADM.<tsn>.<n>, where <port> is the port number for SESAM/SQL requests, <tsn> is the TSN of the task and <n> equals 1 up to 5. The files with the suffixes 1 up to 5 are created and overwritten in wraparound mode.
Main task trace
A trace for the main task can be activated with the MainTask key in the [Trace] section of the initialization file (see section "Initialization file (start parameters)").
The following values can be used for the trace level. Higher levels include the lower levels:
Value | Scope of the trace |
0 | Trace deactivated |
1 | Error conditions |
3 | Establishment of connection and activation of server task |
7 | Server task management |
15 | Socket interface |
31 | Important functions |
The trace file of the main trask is given the name TRC.SESDBA.<port>.DST.<tsn>.<n>, where <port> is the port number for SESAM/SQL requests, <tsn> is the TSN of the task and <n> equals 1 up to 5. The files with the suffixes 1 up to 5 are created in wraparound mode.
Server task trace
A trace for the server tasks can be activated with the ServerTask key in the [Trace] section of the initialization file (see section "Initialization file (start parameters)").
The following values can be used for the trace level. Higher levels include the lower levels:
Value | Scope of the trace |
0 | Trace deactivated |
1 | Error conditions |
3 | SQL statements forwarded to SESAM/SQL |
7 | Entire SESAM/SQL interface |
15 | Client log interface |
31 | Important functions |
The trace file of the server is given the name TRC.SESDBA.<port>.SRV.<tsn>.<n>, where <port> is the port number for SESAM/SQL requests, <tsn> is the TSN of the task and <n> is in the range 1 up to 5. The files with the suffixes 1 up to 5 are created in wraparound mode.