Hi,
I am running a INFORMIX SE Version 7.24.UC5 server on a linux OS and I am trying to change to remote connection. I have changed the sqlhosts to:
Quote:
|
myInformixServerName sesoctcp myServerName sqlexec_dbtcp
|
Additional I opened the port for the service in the /etc/services.
Now I can ping the server and all seems to be ok, but if I try to connect the server I get the following exception:
Quote:
|
Connection failed: Database not found or no system permission. (error: 329)
|
The log file only shows the following:
Quote:
|
2006-09-20 11:55:28.696944 sqlexec myIP myUsername -X(null)
|
Any suggestions what I am doing wrong?