Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2006 22:52:07 -0500
From:      John Koller <johnckoller@yahoo.com>
To:        freebsd-database@freebsd.org
Subject:   Re: FreeBSD 6.1 & Firebird
Message-ID:  <200606302252.08021.johnckoller@yahoo.com>
In-Reply-To: <94678bd60606300549m25b560e9t48d9775a21135647@mail.gmail.com>
References:  <94678bd60606300549m25b560e9t48d9775a21135647@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 30 June 2006 07:49, Aleks wrote:
> Hello!
>
> Yesterday I tried several times to setup a Firebird Server on a
> freshly installed FreeBSD 6.1 and connect to the example fdb via
> network, but with no success.
[snip]
> # isql
> Use CONNECT or CREATE DATABASE to specify database
> SQL> connect '/usr/local/share/examples/firebird/employee.fdb' user
[snip]
> SQL> connect 'localhost:/usr/local/share/examples/firebird/employee.fdb'
> user 'SYSDBA' password 'masterkey';
> Statement failed, SQLCODE =-902
>
> I/O error for file "/usr/local/share/examples/employee.fdb"
> -Error while trying to open file
> -No such file or directory
> SQL> quit;

Is the error message from the example listed or from different attempts that 
you pasted together? 

What are the permissions for /usr/local/share/examples/firebird/employee.fdb?

Can you create a database with
create database 'localhost:/var/db/firebird/test.fdb';
?

-- 
John Koller



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606302252.08021.johnckoller>