System Monitoring and Diagnostics Guide for Siebel Business Applications > Configuring Siebel Server and Component Logging > Configuring Siebel Server Logging >

Examples of Siebel Server Log Files


This section provides examples of Siebel Server event log files. The event log format and information are detailed and described with the examples.

Example of Siebel Server Startup Log File

The following log file samples display what is written to the server log file during a regular startup of a Siebel Server. In this example, events are created that are defined by the event subtypes LstnObjCreate, ProcessCreate, and Startup, all of which have a severity of 1. See Table 7, Table 8, and Table 9 for a detailed description of the sample output. These events belong to the event type Server Logging (alias ServerLog). If this event type is set to a log level between 1 and 5, the following information is a sample of what is recorded in the log file.

ServerLog LstnObjCreate 1 0 2003-05-13 11:35:10 Created port 49173 for Server Request Processor

Table 7. Event Subtype LstnObjCreate
Log Detail
Description

ServerLog

Event Type alias

LstnObjCreate

Event Subtype

1

Event Severity

0

SARM ID

2003-05-13 11:35:10

Date and time of log

Created port 49173 for Server Request Processor

Log message

ServerLog Startup 1 0 2003-05-13 11:35:10 Siebel Application Server is ready and awaiting requests

Table 8. Event Subtype Startup
Log Detail
Description

ServerLog

Event Type alias

Startup

Event Subtype

1

Event Severity

0

SARM ID

2003-05-13 11:35:10

Date and time of log

Siebel Application Server is ready and awaiting requests

Log message

ServerLog ProcessCreate 1 0 2003-05-13 11:35:10 Created multithreaded server process (OS pid = 2756) for File System Manager with task id 4114

Table 9. Event Subtype ProcessCreate
Log Detail
Description

ServerLog

Event Type alias

ProcessCreate

Event Subtype

1

Event Severity

0

SARM ID

2003-05-13 11:35:10

Date and time of log

Created multithreaded server process

Log message

(OS pid = 2756)

Operating System Process ID number

for File System Manager

Siebel Server Component

with task id 4114

Task ID number referencing the Siebel Server task

System Monitoring and Diagnostics Guide for Siebel Business Applications