Hi, Colleagues
There is a SAP ERP on HANA system in our department.
The ERP on a 96G linux server and HANA on another 256G linux server(gshana.pvgl.sap.corp).
I’m doing a System Copy (Export & Import) of SAP ERP on HANA system. During Import process, the password of user ‘DBACOCKPIT’ is required, but I forgot it.
So I changed the password through the following steps:
1. Change the password of ‘DBACOCKPIT’ to ‘Abc12345’ via HANA studio in 256G linux server(HANA DB).
2. Change the password via command on 96G linux Server (ERP).
“hdbuserstore SET default "gshana.pvgl.sap.corp":"30015" DBACOCKPIT Abc12345”
After the changing password, the sap startup failed.
*-------------------------------------------------------------------------------------------------*
hana-gs-china:~ # su - bepadm
hana-gs-china:bepadm 51> startsap
Checking db Database
Database is not available via R3trans
-------------------------------------------
Database db must be started first
Log on to remote server and start database
hana-gs-china:bepadm 52> R3trans -d
This is R3trans version 6.24 (release 741 - 04.02.14 - 20:14:02 ).
unicode enabled version
2EETW169 no connect possible: "DBMS = HDB --- SERVER = '' PORT = ''"
R3trans finished (0012).
*-------------------------------------------------------------------------------------------------*
hana-gs-china:bepadm 66> hdbuserstore list
DATA FILE : /home/bepadm/.hdb/hana-gs-china/SSFS_HDB.DAT
KEY DEFAULT
ENV : gshana.pvgl.sap.corp:30015
USER: DBACOCKPIT
*-------------------------------------------------------------------------------------------------*
Do you know how to change the password of user 'DBACOCKPIT' correctly?
Thanks a lot in advance!
Best regards,
Daniel