Central/Decentral
Authorization
The storage of user data for the Database Manager operator (DBM operator) can be either centralized or decentralized.

We recommend that you use central authorization of the user data.
The user data for the DBM operator is stored in the SAP table DBCONUSR. When the DBM operator is called, this data is used for its authorization.
User data for the DBM operator is stored in the SAP table DBCONUSR, however, when the DBM operator is called, this data is not used for its authorization.
The
XUSER concept is
used for the authorization of the DBM operator. You must therefore store the
user data on every application server in the XUSER file. You can use, for
example, the following Database Manager CLI command to store the DBM operator
user data in user key DEFAULT.
dbmcli –ux <default_user_name>,<default_user_password> -us <dbm_user>,<password> -d <database_name> -n <database_computer>
See also:
Database Manager CLI,
-us: Creating or
Changing XUSER Entries
To set central or decentral authorization, follow the procedure described in user data.