Error during tenant restore: StrategyOutputException

While doing the restoration using the SAP HANA Studio, below error coming out,

com.sap.ndb.studio.backup.wizards.recovery.StrategyOutputException: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [8]: invalid argument: file access error: /usr/sap/SID/HDBxx/HOSTNAME/trace/DB_SID/strategyOutput.xml: 2 (No such file or directory)

Solution

Set the parameter catalog_backup_using_backint to true. You can do this from SAP HANA Studio or command line.

In SAP HANA Studio, go to Configuration tab, search and change the value of catalog_backup_using_backint to true. No restart is required.

Alternatively, use the command line below,

ALTER SYSTEM ALTER CONFIGURATION ('global.ini', 'SYSTEM') SET
('backup','catalog_backup_using_backint') = 'true' WITH RECONFIGURE;

You can refer to SAP Note 2762503 – Error …/strategyOutput.xml: 2 (No such file or directory) during tenant restore using backint for further information.

You May Also Like

Leave a Reply?