Subject Re: [firebird-support] Unable to connect to Firebird database using local connection string
Author Helen Borrie
At 12:08 PM 26/06/2009, you wrote:
>Hi,
>
>I am using Windows 7 RC 64 bits.
>
>I run my firebird 1.5.5 as application, I can see the firebird tray icon in windows tray.
>
>When I try to connect the database via local connection string, I receive "unavailable database".
>
>I can connect successfully using TCP/IP string.
>
>Is there any problems with 64 bits windows using local connection string?

Several possible reasons:

1. With Windows 7 you probably need to configure the IpcName parameter in firebird.conf. Currently it is set to
#IpcName = FirebirdIPI

Remove the # and preface it with "Global\", as in

IpcName = Global\FirebirdIPI

You'll need to restart the server.

2. If your database is located under ...\Program Files\ you might be bumping into a Windows 7 rule that forbids access to files in that area from a local shell. If you can't move the database then you'll be stuck with a tcp/ip connection.

3. Is it Classic server you are running? In Fb 1.5 you cannot connect to Classic using the IPC local connect.

./heLen