Configuring Standard Error Files
Standard error files contain process messages that are directed
to standard error and standard out. These messages come from Siebel
Server or third-party components and contain important information
to help diagnose Siebel Server functionality issues. For example,
the information contained in a Siebel Server process message can help
identify instances where siebmtshmw
, the process
shell in which the Siebel Application Object Manager component runs,
is unable to start due to problems like incorrect LIBPATH setting
or a corrupt registry. For more information about Siebel Server processes,
see Siebel System Administration Guide.
When configured, process messages are saved to file in the directory
labeled SIEBSRVR_ROOT/log/StdErrOut
. The format of the standard error files is as follows:
stderrout_$Process_ID_$Timestamp.log
where:
Process_ID is the operating system process ID number (PID).
Timestamp is the log file creation time, in YYYY-MM-DD HH:MM:SS format.
Standard error file logging is not enabled by default.
To configure standard error file logging
On the computer running the Siebel Server, set the following environment variable to the given value:
SIEBEL_STDERROUT = 1
For more information about this variable, see About Environment Variables for System Logging.
For more information about setting environment variables, see Siebel System Administration Guide.
Stop and restart the computer running the Siebel Server for the environment variable to take effect.