Subject Re: UIB error on backup
Author ainpoissee
--- In firebird-support@yahoogroups.com, Bogusław Brandys
<brandys@...> wrote:

> First : BackupFiles are *always* files located on server machine so
path
> '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:
>
> 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.

In my copy of jvuiblib the closest line which has such a code is 966.
It's in
procedure TUIBLibrary.CheckUIBApiCall(const Status: ISCStatus);
I applied your fix and now error Code is 335544726.
What does this mean?


ain