Subject Re: [Firebird-Java] Re: Restore FBBackupManager not working (non localhost only) - localhost works
Author Gabriel Reid
On Mon, Oct 23, 2006 at 03:33:00PM -0000, Ashok122 wrote:
> Running GBAK remotely from command PROMPTS works.....
>
> gbak -c -user sysdba -pass masterkey -se remote1:service_mgr
> c:\backups\test22.fbk remote1:c:\backups\new.fdb
>
> when running from JAVA using FBBackupManager,
> it automatically adds "localhost:" to BACKUP filename
> so the BackupPath becomes
>
> localhost:c:\backups\test22.fbk
> and
> above file does not exist on Client Computer,
> it exists only on remote1 computer.
>
> I tried everything, but it looks like there is a BUG
> in Firebird 1.5.2 version I am using.

Could you still post a small but complete code sample that replicates the
problem? I'm planning on getting access to a Windows machine to try to
verify what's going on here.

- Gabriel