Entering content frame

This graphic is explained in the accompanying text user_getrights Command: Example Locate the document in its SAP Library structure

Logging on to the Database Manager CLI as operator DBM with password DBM, connecting to the HOTELDB database instance and displaying the rights of the registered DBM operator with the name MONA

dbmcli -u DBM,DBM -d HOTELDB user_getrights MONA

OK

DBInfoRead              +       Request status data
ExecLoad                +       Execute the LOAD program
SystemCmd               +       Execute operating system commands
UserMgm                 +       User management
FileFull                -       File access (read and write)
FileRead                -       File access (read only)
DBFileRead              +       Database file access (read only)
Backup                  +       Saving backups
InstallMgm              +       Installation management
LoadSysTab              +       Load the system tables
ParamCheckWrite         +       Parameter access (checked write)
ParamFull               +       Parameter access (read and write)
ParamRead               +       Parameter access (read only)
DBStart                 +       Start database instance
DBStop                  +       Stop database instance
Recovery                +       Restoring backups
AccessSQL               +       Access to SQL session
AccessUtility           +       Access to utility session

Result of the Request

The DBM operator MONA has all server authorizations for the Database Manager, with the exception of FileFull and FileRead.

 

Leaving content frame