essiprojects
Programmer
Hi,
I have an informix database in a linux machine. On this, as server, I have defined:
/etc/services
sqlexec3 1536/tcp
$INFORMIXDIR/etc/sqlhosts
ol_segades3_shm onipcshm segades3 sqlexec3
As client, I have defined:
$INFORMIXDIR/etc/sqlhosts
ol_segades3_shm onipcshm 172.16.1.137 sqlexec
When I do that and I try to connect from client's dbaccess, I get the
error:
Interrupted system call cannot connect to OnLine server ol_segades3_shm.
And if I change onipcshm from sqlhost and I put ontlitcp, then I have another error:
931: Cannot locate sqlexec3 service/tcp service in /etc/services.
And if I put another line in /etc/services with in the client:
sqlexec3 1536/tcp
Then, it gives me this error:
Exec format error er cannot bind a name to the port.
Does anybody know what I'm doing wrong?
Thank you.
I have an informix database in a linux machine. On this, as server, I have defined:
/etc/services
sqlexec3 1536/tcp
$INFORMIXDIR/etc/sqlhosts
ol_segades3_shm onipcshm segades3 sqlexec3
As client, I have defined:
$INFORMIXDIR/etc/sqlhosts
ol_segades3_shm onipcshm 172.16.1.137 sqlexec
When I do that and I try to connect from client's dbaccess, I get the
error:
Interrupted system call cannot connect to OnLine server ol_segades3_shm.
And if I change onipcshm from sqlhost and I put ontlitcp, then I have another error:
931: Cannot locate sqlexec3 service/tcp service in /etc/services.
And if I put another line in /etc/services with in the client:
sqlexec3 1536/tcp
Then, it gives me this error:
Exec format error er cannot bind a name to the port.
Does anybody know what I'm doing wrong?
Thank you.