Siebel Analytics Message Reference > Siebel Analytics Messages >

Reading Siebel Analytics Messages


Siebel Analytics software messages are structured as text strings that describe the specific situation or condition. These text strings include detailed information about the causal event, including SQL commands, file names, functions and values. Because the information in these variable fields changes from message to message, it is represented by a set of symbols, indicating the information type, such as string, numeric, and literal.

Table 3 identifies the variable symbols used in the message text and the associated information type.

Table 3.  Variable Symbols
Symbol
Information Type

%d

Fixed numeric information, such as a value or length.

%f

Floating point number, such as 19.99.

%ls

Character string data, such as a SQL statement, function or file name.

%s

Character string data, such as a SQL statement, function or file name.

%x

A hex display of a fixed numeric, such as a return code value.

Siebel Analytics Message Reference