I am having issues with Backing up and restoring a database. I am doing the following:
dbmcli -d TEST -u dbm,dbm db_cold util_connect dbm,dbm backup_start data RECOVERY DATA (where data is the name of my medium) util_release This seems to work fine, but when I try to bring the database online either using dbmcli or dbmgui, I get the following error: -24988,ERR_SQL: sql error -8003,Message not available The backup mediums were created as follows: backup_media_put data c:\datasave FILE DATA 0 8 YES backup_media_put auto c:\autosave FILE AUTO util_connect dbm,dbm autosave_on I am doing the following as a test proecure: 1. Create a new Database named TEST 2. Create a test table and add some test data 3. Perform the backup 4. Reinstall the database 5. Perform the recovery. Any help (including examples of what should be done for creating the mediums, performing a backup and performing a subsequent restore) would be greatly appreciated Thanks, Simon Fox [EMAIL PROTECTED] _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
