Subject Re: Problems instaling firebird clasic server
Author Adam
--- In firebird-support@yahoogroups.com, Félix González
<felix.gonzalez@...> wrote:
>
> Hi,
>
> I´ve instaled firebird 1.5 (clasic server) on a dual xeon sytem with
Windoes
> 2003 R2 SP1 and I can attach to database I get an erro "unabaible
resource".
> If I install superserver works fine.
> I need help, any idea?

I am guessing you are using a local connection string. Classic server
(on Windows) requires a TCP loopback

use

localhost:[aliasname]

and setup the alias in aliases.conf.

If I am wrong, please provide more information like how you are
connecting and who raises the exception.

Adam