View information about current application-wide settings.
Column Name | Contents |
---|---|
application |
String. Name of the application. |
comment |
String. Optional description of the application. |
startup |
TRUE or FALSE . Whether all users who have at least read permission can start the application. |
autostartup |
TRUE or FALSE . Whether the application starts when Essbase starts. |
minimum permission |
String. Minimum level of permission all users can have to databases in the application. |
connects |
TRUE or FALSE . Whether any user with a permission lower than Application designer can make connections to the databases in this application which would require the databases to be started. |
commands |
TRUE or FALSE . Whether users with sufficient permissions can make read requests (or higher) to databases in the application. |
updates |
TRUE or FALSE . Whether users with sufficient permissions can make write requests (or higher) to databases in the application. |
security |
TRUE or FALSE . If FALSE, the Essbase security settings are disabled for the application, and all users are treated as Application Designers. |
lock_timeout |
Number. Maximum time interval (in seconds) that locks on data blocks can be held by clients. |
max_lro_file_size |
Number. If 0, there is no limit on the size of LRO attachments. All other sizes are displayed in kilobytes. |
application_type |
0 1 2 Non-Unicode-mode application 3 Unicode-mode application |
application_locale |
The language of the character set in use by the application. |
server |
The name of the computer hosting the Analytic Server. |
application_status |
0 Not Loaded 1 Loading 2 Loaded 3 Unloading |
elapsed_time |
How long the application has been loaded. |
users_connected |
The number of users currently connected to the application. |
storage_type |
0 Default data storage 1 Multidimensional data storage 2 DB2 relational data storage |
number_of_databases |
How many databases are in the application namespace. |
display application;
Displays information about all applications on the system.
display application Sample;
Displays information about the Sample application.
Use display application to display application information in the following ways:
Key Phrase | Explanation |
---|---|
all | Display all applications on the system. |
<app-name> | Display the named application. |
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |