Error when trying to load database into backup server

563 views Asked by At

Im trying to load a database dump into my Sybase backup server.

Running sybase ASE-16_0 on both my primary and backup machine.



Import is done in isql cli via load database DB from ./dumps/data_dump



Error message is the following:

Backup Server session id is: 22. Use this value when executing the
'sp_volchanged' system stored procedure after fulfilling any volume change
request from the Backup Server.
Backup Server: 4.141.2.40: [11] The 'open' call failed for database/archive
device while working on stripe device
'/opt/dumps/data_dump' with error number
13 (Permission denied). Refer to your operating system documentation for further
details.



Also found this SAP Knowledge Base article, but it's hidden behind a paywall: https://userapps.support.sap.com/sap/support/knowledge/en/3140989

1

There are 1 answers

1
noah On

Setting up a new Server fixed the issue for me. Im still working on a possible answer for this problem.