Subject | Re: UIB error on backup |
---|---|
Author | ainpoissee |
Post date | 2006-04-20T20:20:52Z |
--- In firebird-support@yahoogroups.com, BogusÅaw Brandys
<brandys@...> wrote:
Also, as I wrote the backup file is created and I can restore DB from it.
It's in
procedure TUIBLibrary.CheckUIBApiCall(const Status: ISCStatus);
I applied your fix and now error Code is 335544726.
What does this mean?
ain
<brandys@...> wrote:
> First : BackupFiles are *always* files located on server machine sopath
> 'c:\backup\tap.fbk' must exists for remote TAPSERV machine.Why? IIRC gbak is able to make backup to local file from remote...
Also, as I wrote the backup file is created and I can restore DB from it.
> Second:In my copy of jvuiblib the closest line which has such a code is 966.
>
> Fix jvuiblib.pas , about line 988 replace
> Exception.FErrorCode := GETCode(Status);
> with
> Exception.FErrorCode := FStatusVector[1];
>
> and you will see proper GDS code number in exception message.
It's in
procedure TUIBLibrary.CheckUIBApiCall(const Status: ISCStatus);
I applied your fix and now error Code is 335544726.
What does this mean?
ain