The problem seems to be that your $INFORMIXSERVER
environment variable points to 'Origin3000'.
Reset your $INFORMIXSERVER env variable to
'bench_tcp' and then try again.
Anyway the names you have choosen are not optimal:
bench_tcp onipcshm Origin3000 turbo
I would suggest that you change your entries like
this:
1) sqlhosts entries
--------------------
bench_tcp ontlitcp Origin3000 bench_tcp
bench_shm onipcshm Orign3000 bench_shm
2) $ONCONFIG entries
--------------------------
DBSERVERNAME bench_shm
DBSERVERALIASES bench_tcp
3) export INFORMIXSERVER=bench_shm
4) Add service 'bench_tcp' to your /etc/services file
Now you have configured two connections (one local using
shared memory ipc) and one for remote clients (using tcp).
Then shared memory connection will be faster, but can only
be used for local clients.
You need also to lookup the correct protocol in your
IFMX releasenotes. (it could be 'ontlitpc' or 'onsoctcp').
This is platform dependend.
HTH.
Best regards
Eric
--
IT-Consulting Herber
WWW:
http://www.herber-consulting.de
Email:
eric@herber-consulting.de
***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************