I am a complete newbie to SAP Netweaver Application server. We have upgraded our application server from 7.1 to 7.4. After the upgrade we are facing an issue, the database log is full.
To resolve this issue, we found a solution through dbmcli. Below are the steps to resolve the log is full issue.
Steps
1. dbmcli -d <database name> -u <username,password>
2. db_admin
3. util_connect
4. util_execute clear log
5. db_online
6. exit
All fine, but in the first step itself I am facing exception, because I am not sure of the database password. Below is my command and error message in detail
dbmcli -d J2E -u SUPERDBA,<mypassword entered here>
Error! Connection failed to node(local) for database J2E:
-24950, ERR_USRFAIL: User authorization failed.
Please help resolve this issue.