Create User
Use MaxL to create an Essbase user.
This statement is supported for use in EPM Shared Services security mode only. You can only create users using type external grammar, to provision users that exist in EPM Shared Services.
Syntax

Description of the illustration creusr.gif
Use the MaxL create user statement to create a user in the following ways:
Keywords
- create user USER-NAME type external
-
Create a user that must log in using the Enterprise Performance Management System security platform. For the user to log in successfully, the AUTHENTICATIONMODULE parameter must be set to
CSS
in theessbase.cfg
file, and the name must match a valid user name in the external authentication repository.
Example
create user 'Autumn Smith' type external;
Creates a user called Autumn Smith who is externally authenticated in a corporate authentication repository supported by the EPM Shared Services security platform.