Hi Arunachalam,
I read and do what is said in 1806886 - Resetting passwords.
However, when in the 7th step:
Set the name and password of the DBM user (the DBM user name is usually CONTROL). To do this, log on to the database as the user SERVICE (the service database always has a user SERVICE with the password SERVICE) and use the DBM command param_directput. After this, switch the database to the operational status ONLINE.
Example:
>dbmcli -d T01 -u SERVICE,SERVICE
param_directput CONTROLUSERID CONTROL
param_directput CONTROLPASSWORD CONTROL
db_online
quit
I found the following issue:
C:\sapdb\MDB\data\config>dbmcli -d MDB -u SERVICE,SERVICE
dbmcli on MDB>param_directput CONTROL USERID CONTROL
ERR
-24979,ERR_XPNOTFOUND: parameter not found
I am doubting that if it is caused by no such userID.