Display Location Alias

The MaxL display location alias statement helps you view one or more defined Essbase location aliases used to reference other cubes. You can view a specific location alias or a list of all location aliases on the Essbase Server.

Keywords

You can display location aliases in the following ways using MaxL display location alias.

display location alias [all]

Display all location aliases defined on the Essbase Server. To display all the location aliases, all the cubes on the Essbase Server must be started.

Example:

display location alias;
display location alias LOCATION-ALIAS-NAME

Display a location alias by name. To use this statement, the cube must be started first.

Example:

display location alias Sample.Basic.EasternDB;
display location alias on application APP-NAME

Display all location aliases defined for the specified application. To display all the location aliases on the application, all cubes on the application must be started first.

Example:

display location alias on application Sample;
display location alias on database DBS-NAME

Display all location aliases defined for the specified cube. To use this statement, the cube must be started first.

Example:

alter application Sample load database Basic;
display location alias on database Sample.Basic;