Subject | Re: [firebird-support] FB on LAN |
---|---|
Author | Mark Rotteveel |
Post date | 2016-04-08T07:12:37Z |
On 7-4-2016 20:54, Hugo Eyng hugoeyng@... [firebird-support] wrote:
192.168.0.158:\DIR1\BASEDIR\MYDATABASE.FDB
Note the absence of _C:_ This means you are connecting with a relative
path. And the root of this path depends on the configuration (and maybe
on the user running Firebird).
Can't you connect to Firebird at all? What error do you get?
In that case it might be that it is 1) configured to use a different
port (setting RemoteServicePort), 2) is blocked by the (Windows)
firewall (make sure there is an exclusion for the process), 3) another
process is running on port 3050, or 4) the firebird process is only
listening on 127.0.0.1 (setting RemoteBindAddress).
Mark
--
Mark Rotteveel
> Hello Mark.In your first question your connection string was:
>
> I was like you showed 192.168.0.158:C:\DIR1\BASEDIR\MYDATABASE.FDB
>
> Than I changed from FB 32 to FB 64 and it stopped working. After that,
> after that even turnning to FB 32 it doesn´t work using this structure.
> I only works
> using \\192.168.0.158\C:\DIR1\BASEDIR\MYDATABASE.FDB or
> C:\DIR1\BASEDIR\MYDATABASE.FDB
192.168.0.158:\DIR1\BASEDIR\MYDATABASE.FDB
Note the absence of _C:_ This means you are connecting with a relative
path. And the root of this path depends on the configuration (and maybe
on the user running Firebird).
> I open the 3050 port in FW. But it keep not connecting.I just realised that you never specified the exact error you received.
Can't you connect to Firebird at all? What error do you get?
In that case it might be that it is 1) configured to use a different
port (setting RemoteServicePort), 2) is blocked by the (Windows)
firewall (make sure there is an exclusion for the process), 3) another
process is running on port 3050, or 4) the firebird process is only
listening on 127.0.0.1 (setting RemoteBindAddress).
Mark
--
Mark Rotteveel