Creating Users in Essbase Native Security Mode

To create a user means to define the user name, password, and permission. You can also specify group membership for the user, and you can specify that the user must change the password at the next login attempt, or that the user name is disabled, preventing the user from logging on.

User names can contain only characters defined within the code page referenced by the ESSLANG variable.

  To create a user, use a tool:

Tool

Topic

Location

Administration Services

Creating Users on Essbase Servers

Oracle Essbase Administration Services Online Help

MaxL

create user

Oracle Essbase Technical Reference

For example, to create a user named admin and grant that user Administrator permissions, use the following MaxL statements:

create user admin identified by 'password';
grant administrator to admin;