Subject Re: [firebird-support] Re: Installing Firebird 2.0 on Xen AMD64
Author Tom Miller
Milan Babuskov wrote:
> Steve Wiser wrote:
>
>> So in summary (some assumptions):
>>
>> 1) You have Xen installed and some distro of linux running as a VM
>> 2) You have xinetd installed and running
>> 3) You installed Firebird classic
>> 4) You restarted xinetd and see that port 3050 is listening (netstat -an
>> | grep 3050)
>>
>> You should really try to use isql now (/opt/firebird/bin) to try to
>> connect to a sample fdb on the server and see what (if any) error
>> messages you get now.
>>
>
> Make sure you use "localhost" in the path in order to use TCP/IP:
>
> isql localhost:/path/to/db.fdb
>
>
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