Entering content frame

Procedure documentation Changing DBM Operator Data Locate the document in its SAP Library structure

Use

You can modify the data of the DBM operator specified in <user_name>.

The new values are specified with <property>=<value>.

You can specify all Authorizations of a DBM Operator for <property>.

You can specify multiple values, separated by commas, for the SERVERRIGHTS authorization. Put a plus sign in front of the authorization to assign it and a minus sign to revoke it. For possible values, see: Server Authorizations.

Note

You cannot change the PASSWORD of the first DBM operator of a database.

Prerequisites

You have the server authorization UserMgm.

Syntax

user_put <user_name> <property>=<value>[, <property>=<value>, ...]

<property> ::= PASSWORD | COMMENT | DISABLED | SECONDPASSWORD | SERVERRIGHTS

Example

Log on to the Database Manager CLI as the operator DBM with the password DBM, create the connection to the database instance myDB, assign the server authorization to start database instances and remove the server authorization to stop database instances for the operator with the name Meyer

dbmcli –u DBM,DBM –d myDB user_put meyer SERVERRIGHTS=+StartDB, -StopDB

OK

Reply

The system displays an OK message.

In the event of errors, see Reply Format.

 

Leaving content frame