Subject Re: [firebird-support] Regarding backup of security2.fdb
Author Philippe Makowski
Michael Vilhelmsen [08-04-16 16.59] :
> Hi
>
> I'm if this is not the right forum to ask in - but anyway.
>
> We have just installed the Firebird 2.1 x64 on a Windows platform.
> Its the version: 2.1.0.17755.
>
> Firebird has been installed in
>
> C:\Program Files\Firebird\Firebird_2_1
>
> When I type:
>
> C:\Program Files\Firebird\Firebird_2_1>"c:\Program
> Files\Firebird\Firebird_2_1\b
> in\gbak.exe" -v -t -user SYSDBA -password xxxxxx -se
> dbsrv04:service_mgr "lo
> calhost:C:\Program Files\Firebird\Firebird_2_1\security2.fdb"
> c:\FB_Install\test
> .fbk
> gbak: ERROR:connection rejected by remote interface
> gbak:Exiting before completion due to errors
>
this one is ok
C:\fb21>gbak -v -t -se 127.0.0.1:service_mgr c:\fb21\security2.fdb c:\bla.fbk -u
ser SYSDBA -password masterkey

same for :
C:\fb21>gbak -v -t -se 192.168.1.17:service_mgr c:\fb21\security2.fdb c:\bla.fbk -u
ser SYSDBA -password masterkey

and from another box this one also :
gbak -v -t -se 192.168.1.17:service_mgr c:/fb21/security2.fdb c:/bla2.fbk -user SYSDBA
-password masterkey

if you use -se all that you specify after is related to the host specified with
xxx:service_mgr