CREATEUSER

Creates a new Essbase user ID.

Syntax

CREATEUSER userName password
ParameterDescription

userName

Name of the user.

password

Password for the new user. If the string contains blanks, it must be enclosed in double quotation marks. Leading or trailing spaces are illegal and will be trimmed off. Do not enclose the password in single quotation marks unless you want them to be part of the password.

Example

To create a user named DANTE with the password INFERNO:

CREATEUSER "DANTE" "INFERNO";