Hi Wolfgang,
Note 1657257 - MaxDB-specific system copy: wrong SYSDBA solved the issue
because of the db copy something went wrong.
I did the following
Set the password of the superdba user to the password specified in the system copy:
- 1. Use dbmcli to set up a connection to the database:
- dbmcli -d <databaseID> -u control,<control_password>
- 2. Execute the following commands:
- load_systab -u superdba,<oldsuperdba_pwd>
- sql_connect superdba,<oldsuperdba_pwd>
- sql_execute alter password superdba <superdba_pwd>
- quit