Hello All!

I'll do a backup of my database using following comamnds:

autolog_off
medium_put test_backup c:\test FILE DATA 0 8 YES
medium_put test_backup_log c:\test_log FILE LOG 0 8 YES
backup_start test_backup
backup_start test_backup_log
autolog_on

Now I got the Complete Backup in a File called "c:\test", and the Log maybe
in a File called "c:\test_log.008".

So far so good? <- That's a question. :-)))


When I now want to restore data, I try the following:

autolog_off
db_admin
util_connect                
medium_put testRestore c:\test FILE DATA 0 8 YES
recover_start testRestore DATA
medium_put testLog c:\test_log.008 FILE LOG
recover_start testLog LOG 008  

Here I got an error.....most time a -7075.

What did I terribly wrong? Thanx in advance to all!

By the way: I'm using W2K, SP4 and sapdbb 7.4.3.31.

cu

Chris

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to