Live Connection Log Format

Log file entries have the following format:

--process_type-DD/MMM/YYYY:HH:MM:SS-PID#--
message_text

Parameters:

process_type
Either dtwcm or cliet, depending upon whether the connection manager or a cliette logged the message.

DD
The date

MMM
The month (Jan-Dec)

YYYY
The year

HH
The hour (00-23)

MM
The minute (00-59)

SS
The number of seconds (00-59)

PID#
The process ID number of the process that generated the message.

message_text
The text of the message.

Example 1: A connection manager log entry.

--dtwcm-02/Mar/1999:13:43:07-330--
Creating connection manager ...successfully
Reading configuration info ...
Completing initialization ...
Initializing cm server ... successfully
Initializing NLS environment ... successfully
Detecting cliette ./dtwcdb2 for DTW_SQL:CELDIAL:
    Min process(es) = 1,
    Priv Port = 7100.
Starting 1 cliettes for DTW_SQL:CELDIAL.
Started: ./dtwcdb2 7128 7100 7200 DTW_SQL:CELDIAL  LOG_MAX , pid: 213
1 cliettes for DTW_SQL:CELDIAL started.
...
 

Example 2: A cliette log entry.

--cliet-02/Mar/1999:13:43:08-335--
Cliette starting ...
Cliette: DTW_SQL:SAMPLE, database: SAMPLE, user: *USE_DEFAULT
Making a new connection to database: SAMPLE, user: *USE_DEFAULT.
Calling SQLAllocHandle for environment ...
Calling SQLAllocHandle for connection ...
Calling SQLSetConnectAttr ...
Calling SQLConnect ...
Connecting to database: SAMPLE sucessfully.
Telling CM the cliette is ready ...
Ready and waiting for command from CM ...
 


[ Top of Page | Previous Page | Next Page | Index ]