-----Original Message-----
From: Christian Keller [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 21, 2003 5:19 PM
To: [EMAIL PROTECTED]
Subject: Restore backup with DatabaseManager


> Hi,
>  
> Accidentally I make a "complete backup"  with the DatabaseManager 
> in Admin Mode and the result is a "SAVE COLD"  "complete backup" 
> with "Log Required". But I don't have any LOG! I think a "complete 
> backup" is really complete.  I would like to ignore the LOG, but 
> I don't know how.
> How can I restore my "complete backup", without continue restoring pages/Log after?
 
> When I abort the restore, after the restoring of the "complete backup" , 
> the result when I start my Database is:
> Error code    -24988
> Description   sql error [db_warm -f]; -8003,Message not available
>  
> Perhaps I can fix this error to set online my database, but how?
 
Hi,

I assume you are using version 7.3.x. In this version you have to
create a complete backup with a checkpoint. Otherwise you only have
a backup with a savepoint, which means that you have open transactions
in your backup. For a correct rollback some information from the
log is needed.
The -8003 may result from this, because the information needed for
rollback of open transactions is not found on the LogDevice.

In version 7.4 every backup is consistent without information from the log.

regards, Martin

p.s. I would appreciate it, if you would not use html for your postings
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to