Subject | Re: 2 FB versions running concurrently + php5isapi vs php.exe anomaly |
---|---|
Author | tomsee7 |
Post date | 2011-01-24T17:09:43Z |
--- In firebird-php@yahoogroups.com, Umberto Masotti <u.masotti@...> wrote:
In case it helps anyone else, found the solution:
1. Created an entry in the services file for 2.1
cc_fb 7117/tcp #firebird for cc
2. Then used that entry instead of the port number in conn details:
$link = ibase_connect('192.168.1.2/cc_fb:ccord', ...
Happy days.
>Thanks for your replies Lester & Mimmo.
> Hi Tom,
>
> On 24/01/2011 17:38, tomsee7 wrote:
> > Any thoughts/similar experience?
>
>
> Only some thoughts about checks:
> 1 - first FB instance run on standard 3050 and second one on 13050?
> 2 - AFAIR fb 2.1 doesn't check etc/services, only firebird.conf in
> installation dir.
> 3 - firewall problems?
> 4 - Local connection works?
> 5 - do you restart services after changing firebird.conf and/or services
> file?
>
> Ciao.
> Mimmo.
>
In case it helps anyone else, found the solution:
1. Created an entry in the services file for 2.1
cc_fb 7117/tcp #firebird for cc
2. Then used that entry instead of the port number in conn details:
$link = ibase_connect('192.168.1.2/cc_fb:ccord', ...
Happy days.