VB Main API User Administration Functions

User administration functions create users, assign their passwords, and their access to databases, applications, and calc scripts. Functions are also provided to retrieve information about user capabilities.

FunctionDescription
EsbListUsersLists all users who have access to a particular Essbase Server.
EsbCreateUserCreates a new user.
EsbDeleteUserDeletes an existing user.
EsbRenameUserRenames an existing user.
EsbGetUserGets a user information structure, which contains security information for the user.
EsbSetUserSets a user information structure, which contains security information for the user.
EsbResetUserResets the user's security structure to its initial state.
EsbSetPasswordSets a user's password, erasing the existing password.
EsbGetApplicationAccessGets a list of user application access structures, which contain information about user access to applications.
EsbSetApplicationAccessSets a list of user application access structures.
EsbGetDatabaseAccessGets a list of user database access structures.
EsbSetDatabaseAccessSets a list of user database access structures.
EsbGetCalcListGets the list of calc scripts objects accessible to the user.
EsbSetCalcListSets the list of calc script objects which are available to a user.
EsbListConnectionsLists all users who are connected to the current application and database.
EsbListLocksLists all users who are connected to a specific application and database.
EsbRemoveLocksRemoves all data block locks on a database which are currently held by a user.