> From: Vitor Varalonga [mailto:[EMAIL PROTECTED]]
> I need to change the username and password for both DBM and DBA > users of my SAPDB database. How can I accomplish this? I remember > seeing somewhere that at least for the DBM user these properties > could be changed through the DBMCLI command line, but I just can't > find this info anymore. > Besides the info available online is not exactly user-friendly. Hi Vitor, the is the DBM command user_put. With this command you may change the password of any DBM operator. dbmcli -d <dbname> -u <usr>,<pwd> user_put <usr_to_change> PASSWORD=<newpassword> You cannot change the name of the users. Because of consistency reasons the database has to be in operating mode OFFLINE for for a new DBM password and in operating mode ONLINE (WARM) for the new DBA password. Bernd -- SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
