Subject moving of firebird 1.5.3 classic server
Author crizz11
I have tried to move our firebird 1.5.3 classic server (linux) to a
new box. I have restored all the databases with no problems. From
the linux box i can connect to the main database using isql but i
cannot connect remotley. Firewall and selinux is currently turned
off, i can ssh to the box no worries. From a command prompt on the
box i can telnet localhost 3050 and that works fine, i can do a
Netstat -an |grep 3050 and it tells me its listening. It may be a
permissions problem somewhere because i get the following errors when
i try to connect from ibexpert on a windwos xp client.

**********************************************************************
**********************************************************************
Attempting to connect to:
192.168.1.21:/ibdata/stock.gdb

Connecting... Failed!
------------------------------------
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
operating system directive open failed.
Permission denied.

Attempting to connect to services manager... Failed!
------------------------------------

Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
cannot attach to password database.

Disconnecting from database... Passed!
**********************************************************************
**********************************************************************

not sure where this permissions problem might be though