Subject Re: Restore FBBackupManager not working (non localhost only) - localhost works
Author Ashok122
--- In Firebird-Java@yahoogroups.com, "Ashok122" <ashok122@...> wrote:
>
> I tried to run GBAK directly on Remote computer
> and I get same error.
>
> C:\Program Files\Firebird\Firebird_1_5\bin>gbak -c
> localhost:c:\backups\test22.fbk localhost:c:\backups\new1.fdb -user
> SYSDBA -password masterkey
> gbak: ERROR: cannot open backup file localhost:c:\backups\test22.fbk
> gbak: Exiting before completion due to errors
>

but this works!

C:\Program Files\Firebird\Firebird_1_5\bin>gbak -c
c:\backups\test22.fbk localhost:c:\backups\new.fdb -user sysdba
-password masterkey

and that is not good enough because I need to do following.....
Firebird Server installed on Remote Computer
I am running JAVA application (with JDBC driver) Client computer
This Java application has to intiate the request to do RESTORE and
FBK file exists on Remote Computer and FDB file should be created on
the Remote Computer.

Thanks,
Ashok