Introduction

The TIBCO iProcess® Objects Server log records messages generated by TIBCO iProcess® Objects Server. These messages can be used to determine where problems are occurring in the server.

The server log contains one line for each message. They are in the following format:

ppppp|ttttt|dd/dd/dddd dd:dd:dd.ddd|cccccccc|llll|Message

The following table describes each attribute:

ppppp

Process ID

ttttt

Thread ID

dd/dd/dddd dd:dd:dd.ddd

Date and time

cccccccc

Log category (hex format)

llll

Log level (ERROR, WARN, INFO, DEBUG) or TRACE indicating that this message is logging a request/response message

Message

Server log message

Example of a server log entry :

00181|0011C|07/02/2004 14:54:44.878|00100000|ERROR|manadatory marking (PURPOSE) not specified

 

Note 

The TIBCO iProcess® Objects Server log file contains a header that provides information about TIBCO iProcess® Objects Server, including its version number. Note that the version number provided in the header is in the “older” format, i.e., it contains parentheses and an “i” if it is TIBCO iProcess® Objects Server that is compatible with a TIBCO iProcess Engine. The “newer” version number format does not contain parentheses and it does not contain an “i” if it is version 10.2.0 or newer. This newer format is shown in most other places in which you will see a version number. For more information, see TIBCO iProcess® Objects Server Version.