DELIMITEDMSG

With this Essbase configuration setting you can separate fields when writing log files, using the default (~) character.

Syntax

DELIMITEDMSG [TRUE | FALSE]

The default is FALSE.

Description

DELIMITEDMSG specifies whether Essbase application logs are delimited. If set to TRUE, and no value for DELIMITER is supplied, the default tilde (~) is used to delimit fields. If set to FALSE, any value specified in DELIMITER is ignored, and no special delimiter is used for logs.

Example

DELIMITEDMSG TRUE
DELIMITER * 

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

See Also

DELIMITER