DELIMITER

This configuration setting delimits Essbase application logs using one of five allowed symbols.

Syntax

DELIMITER [~ | ^ | * | : | & ]

Description

DELIMITER specifies which of five symbols that Essbase will use to delimit fields in logs. DELIMITER is ignored unless DELIMITEDMSG TRUE is also present in the configuration. If DELIMITEDMSG is TRUE but the delimiter is unspecified, the default delimiter is ~.

Example

DELIMITEDMSG TRUE
DELIMITER * 

Essbase produces logs that use the asterisk (*) symbol as a delimiter between fields in a log.

See Also

DELIMITEDMSG