AGTMAXLOGFILESIZE

Sets the maximum size of the Essbase Server log file.

Syntax

AGTMAXLOGFILESIZE n

Where n is the file size in bytes:

Description

This parameter enables the user to specify the maximum size for the Essbase Server log file.

For the location of essbase.log, see the Oracle Essbase Database Administrator's Guide.

The current log file is always essbase.log. When maximum log file size is reached, the file is renamed essbase.log.n (for example, essbase.log.0, essbase.log.1, and so on), and a new essbase.log file is created.

Example

AGTMAXLOGFILESIZE 1500000

Sets the maximum Agent log file size to 1500000 bytes.