Subject | Re: Problem connecting to fb server |
---|---|
Author | luca_2030 |
Post date | 2007-03-28T13:17:45Z |
>One supposes that you don't also have InterBase running on the hostSERVER and CLIENT are on the same machine
>machine...?
>I use a bde connection via delphi.
> 1. Show us the connection string you are using.
the parameter:
SERVERNAME=c:\test\test.gdb WORKS FINE
SERVERNAME=192.168.0.1:c:\test\test.gdb DOESN'T WORK
SERVERNAME=FBSERVER:c:\test\test.gdb DOESN'T WORK
>TCP
> 2. Check that the firewall on the server is configured to accept
> traffic through port 3050.Yes, the port 3050 is Opened
>
> 3. Check that there is gds32.dll in the system32 directory andthat
> it is actually the "compatibility version" created during FirebirdI will check for this, but the connection with no ip or server name
> installation and not the original one written there by the BDE. If
> not, you will need to generate it - see the doc for instsvc.exe
> (%firebird%\doc\README.Win32LibraryInstallation.txt).
>
works...
> 4. If it's the BDE it's possible you need an explicit entry in theserver.
> C:\Windows\system32\drivers\etc\services file on both client and
> gds_db 3050/tcp #InterBase orI will check for this, but the connection with no ip or server name
> Firebird server default port
>
works...
> Oh, and this::) there is non network anyway... just a standalone scenario.
>
> 0. Make sure the network cable is plugged in
>Thank you very much for your helping hand
> ./heLen
>
Luca