ENABLE_DIAG_TRANSPARENT_PARTITION

Specifies whether to log transaction response times for requests sent from a data source to a transparent partition target. The target can be either a block storage or aggregate storage database. Logging these diagnostic messages is helpful when troubleshooting response times that are too slow.

Syntax

ENABLE_DIAG_TRANSPARENT_PARTITION [appname [dbname]] TRUE | FALSE

You must restart Essbase Server to initialize any change to the configuration file.

Description

When logging is enabled, Essbase writes messages to the source and target database log files during querying.

For every partial response sent to the target from the source, Essbase logs these messages:

For every partial grid received from the source, Essbase logs the following message about the density of the grid to the target database log file:

Density of the grid xxxxxx of fetch size xxxxxx.

When an aggregate storage database is the target of a transparent partition, you can set the request and response grid size.

Example

ENABLE_DIAG_TRANSPARENT_PARTITION ASOSamp TRUE

Enables logging of transaction response times for all databases associated with the ASOSamp application.

See Also

MAX_REQUEST_GRID_SIZE configuration setting

MAX_RESPONSE_GRID_SIZE configuration setting