Drop Group

When user authentication is managed either through EPM Shared Services or an external LDAP identity provider, you can use the MaxL drop group statement if you need to clean up inactive groups 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 drpgrp.gif follows
Description of the illustration drpgrp.gif

GROUP-NAME

You can clean up security groups from Essbase using drop group.

Keywords

drop group <group-name>

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

Example

drop group big_group;

Deletes the group called big_group from Essbase.