Drop User

When user authentication is managed either through EPM Shared Services or an external LDAP identity provider, you can use the MaxL drop user statement if you need to clean up inactive users from Essbase after they have been removed or renamed on the external provider.

This MaxL statement is no longer supported for any other use than the one stated above.

Syntax


Description of drpusr.gif follows
Description of the illustration drpusr.gif

USER-NAME

You can clean up users from Essbase using drop user.

Keywords

drop user <user-name>

Delete a user from Essbase. This action does not de-provision the user from the external identity provider.

Example

drop user Fiona;

Deletes the user Fiona.