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.

Keywords

You can clean up users from Essbase using MaxL drop user.

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 wcrane;