Subject Re: [firebird-support] Re: Installing Firebird 2.0 on Xen AMD64
Author Steve Wiser
do you have the proper permissions for the firebird user to access the
fdb file? Sometimes I like to su to the firebird user to make sure that
all of the directories leading up to the firebird databases have execute
access set up properly. Also what does your /etc/hosts file look like?

-steve

Tom Miller wrote:
>
> Milan Babuskov wrote:
> > Tom Miller wrote:
> >
> >> linux1fb:/opt/firebird # bin/isql
> >> localhost:/opt/firebird/examples/empbuild/employee.fdb
> >> Statement failed, SQLCODE = -923
> >> connection rejected by remote interface
> >> Use CONNECT or CREATE DATABASE to specify a database
> >>
> >
> > BTW, when connecting remotely, you must specify user/pass:
> >
> > bin/isql localhost:/opt/firebird/examples/empbuild/employee.fdb -user
> > sysdba -pass *******
> >
> > But, I believe you'd still get the same error message.
> >
> >
> Still getting the same error message.
>
>