Hello,
im trying to port 2 IDS systems on one Notebook. (IDS 10 on opensuse 10.1 within a VMWARE on a Compaq nx7400 running Windows XP).
Im running a IDS (tcp_mylinux) at the moment.
Now im needing another name (tcp_ibm7000)
So i edited my sqlhosts
Code:
tcp_mylinux onsoctcp mylinux informix_on
tcp_ibm7000 onsoctcp mylinux informix_on
But if i run a sql at the shell, i get the following:
Code:
informix@mylinux: echo "select count(*) from dispo" | dbaccess marketing@tcp_ibm7000
761: INFORMIXSERVER does not match eitehr DBSERVERNAME or DBSERVERALIASES
Heres a snap of my onconfig
Code:
DBSERVERNAME tcp_mylinux
DBSERVERALIASES tcp_ibm7000
Greets