Burkhard Diesing wrote:
Kris Adrianto wrote:
HI Burkhard,
Yes, it was system copy from BAD.
Thanks,
Kris
The user SAPBAD owns all tables and data of your SAP System.
So the user SAP User exists but did not has the right name.
I am not an upgrade expert. I guess you have not made a simple system copy. This was a system copy and system rename.
You should check the system copy guides and note. If a manual rename user is required. I guess it should happen when you execute the rename tasks.
Burkhard
Hi,
I was checking on Note http://service.sap.com/sap/support/notes/129352 and there is one command I have to execute to rename the SAP<SID> user:
dbmcli -d <new_database_name> -u <dbm_operator>,<password> -uSQL <database_system_administrator>,<password> sql_execute rename user SAP<SAPSID> to SAP<NEWSID>
or using this command in database studio:
sql_execute rename user SAP<SAPSID> to SAP<NEWSID>
Thanks,
Kris