Subject gbak error
Author bettina_hermes
To have an additional local database for testing purposes we tried to
use gbak as following (batch-job running at night):

C:\Programme\Firebird\Firebird_1_5\bin\gbak -B
<server>:\<path>\<database>.gdb C:\<path>\<backup>.gbk -user sysdba
-pass masterkey

C:\Programme\Firebird\Firebird_1_5\bin\gbak -R -C -V
C:\<path>\<backup>.gbk localhost:C:\<path>\<localdatabase>.gdb -user
sysdba -pas masterkey

The restore starts properly and restores all tables but results in the
following error message:

gbak: ERROR: Unable to complete network request to host "localhost".
gbak: ERROR: Error reading data from the connection.
gbak: ERROR: Eine vorhandene Verbindung wurde vom Remotehost
geschlossen. (=An existing connection was closed by remote host)

I could open the <localdatabase>.gdb and detected that all views,
procedures, exceptions and triggers are missing. Tables, domains,
indices have been restored properly.

We use gbak version WI-V1.5.4.4910 Firebird 1.5.

Thanks in advance for any advice!!

Bettina Hermes