Subject Re: gd2_db conflict on services file
Author Adam
--- In firebird-support@yahoogroups.com, "Cao Ancoinc" <fossetts@...>
wrote:
>
> Anco Header StationeryHi all
>
> I have 2 firebird servers running
> 172.19.0.2 - local
> 172.19.0.4 - remote
>
> I have applications that connect to either server with no problem
>
> After installing Apache and PHP the following line was added to services
> gds_db 3060/tcp as per the installation script
>
> This works fine for developing my web pages and access to Firebird
is fine
> on Apache/PHP however
> when I try my exe apps, "No connection could be made because the target
> machine actively refused it" is displayed.
>
> Commenting out the gds_db line in services solves the problem for
my exe's
> but then my web pages get
> "Could not connect: Unable to complete network request to host
"localhost".
> Failed to establish a connection. No connection could be made
because the
> target machine actively refused it. "

This error message means that there is a firewall that blocked the
connection attempt. By default, the Firebird port is 3050, although it
looks like you have set it to 3060. I don't know your connection
string, but if you are connecting to another port other than 3050,
then you need to include the port in the connection string.

Adam