Jade Warm Backup.
Posted: Fri Aug 07, 2009 11:40 am
by Carl Ranson >> Sun, 21 Mar 1999 22:03:50 GMT
Hi all,
Has anyone here used the warm backup code written (I think) by JUG?
The problem I have is that any beginTransaction that occurs while the backup is in progress causes an exception 3079 "Database is locked for archive backup".
I wanted to write an exception handler that displayed a progress box to the user and automagically retried the transaction when the backup had finished.
The only thing preventing this is that a 3079 is not continuable, which means the only way to deal with the exception is to do a resume_next or abort.
Anyone encountered this problem and know of a fix?
thanks,
Carl
Hi all,
Has anyone here used the warm backup code written (I think) by JUG?
The problem I have is that any beginTransaction that occurs while the backup is in progress causes an exception 3079 "Database is locked for archive backup".
I wanted to write an exception handler that displayed a progress box to the user and automagically retried the transaction when the backup had finished.
The only thing preventing this is that a 3079 is not continuable, which means the only way to deal with the exception is to do a resume_next or abort.
Anyone encountered this problem and know of a fix?
thanks,
Carl