UNICODEAGENTLOG

Specifies whether the Essbase Server log (essbase.log) is written in UTF-8 encoding or according to the locale of the system. The system locale is defined by the optional ESSLANG variable or, if ESSLANG is not specified, by the computer operating system.

Syntax

UNICODEAGENTLOG NONUNICODE | UTF-8

Description

By default, the Essbase Server log is encoded according to the locale of the system. Unicode-mode object names such as application and database names from different locales could be displayed in unrecognizable characters in the Essbase Server log. To avoid this problem, if you implement Unicode-mode applications, change the Essbase Server log to UTF-8 encoding. In UTF-8 encoding, a UTF-8-capable viewer or editor displays the characters accurately.

Notes

Example

UNICODEAGENTLOG UTF-8

Causes the cleared Essbase Server log to be written in UTF-8 encoding when Essbase Server is restarted.