DELIMITEDMSG

The DELIMITEDMSG configuration setting enables you to set whether fields in Essbase application logs are delimited.

Syntax

DELIMITEDMSG [TRUE | FALSE]

The default is FALSE (application log fields are undelimited).

Description

If DELIMITEDMSG is 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