GRIDEXPANSIONMESSAGES

This configuration setting sets whether Essbase grid expansion-related messages are displayed to Smart View and other grid client users, and are written to the application log.

Syntax

GRIDEXPANSIONMESSAGES [appname [dbname]] ON | OFF
  • appname—Optional. If you specify an application name, the setting applies to all databases within the named application. If you do not specify an application name, the setting applies to all applications and databases on the Essbase Server.

  • dbname—Optional. If you specify a database name and an application name, the setting applies only to the named database. If you do not also specify an application name, the database is ignored and the setting applies to all applications and databases on the Essbase Server.

  • ON—Allows grid-expansion-related messages.

  • OFF—This is the default value. Suppresses grid-expansion-related messages.

Description

If a grid client user retrieves data from a partition, the following message may be displayed repeatedly and written to the application log:

Grid expansion enabled for this query

To prevent this message from appearing, set GRIDEXPANSIONMESSAGES to OFF.

Example

GRIDEXPANSIONMESSAGES OFF

See Also

GRIDEXPANSION