Recovery as Normal Files(SAP MaxDB)

From Tranzman Documentation
Revision as of 15:17, 2 November 2020 by Sachin (talk | contribs)
Jump to: navigation, search

Below documentation shows how to restore SAP MaxDB data after it has been recovered as normal files using steps as shown in Recovery as Normal Files . Please recover the SAP MaxDB data and log file. Once you have the files, please follow the steps to restore.

We are demonstrating recovery of data file (shown in below picture) in examples but same procedure could be followed for log backup recovery.


SAPMaxDBDataFile.JPG


Step 1

Create a database session to the database.

dbmcli -u <database_user>,<database_password> -d <database_name>

e.g. In our case database name is MAXDB.

dbmcli -u DBM,DBM -d MAXDB


C:\Program Files\sdb\globalprograms\pgm>dbmcli.exe -u dbadmin,Password1 -d MAXDB

dbmcli.exe on MAXDB>