Subject RE: [firebird-support] Statement failed, SQLCODE = -904
Author Maya Opperman
At 03:35 PM 18/01/2008, you wrote:
>Hi,
>I try to create a database in my local database by typing following,
>but keep getting errors.
>C:\netchem\engine\DBSchema>..\..\vendor\Firebird\Server\bin\isql -u
>sysdba -p masterkey
>Use CONNECT or CREATE DATABASE to specify a database
>SQL> CREATE DATABASE 'bbb.fdb';
>Statement failed, SQLCODE = -904
>
>unavailable database
>
>
>Any one knows the why?
>(I pretty sure the database server is ready and running. I use the
>IBConsole to verify that by creating a new database.)

I get an 'unavailable database' error (with service up and running) on
FB1.5 superserver on windows xp as soon as IIS gets installed. Dunno
why, strange but true..

Windows Vista seems to do this "out of the box".

Have changed my app's default setting on installation to always just use
localost:c:\... by default now.

Maya

PS. Would be very nice just to know what causes it though.