Hai all,
I am working on Sco unixware 7.1 version. I had successfully installed Informix SE 7.2 version.Now I'm trying to enable the database server from DBACCESS on commandline and it is giving me the error 908: Attempt to connect to database server (SCO_tcp) failed.
My database server name is SCO_tcp.All the preliminary requirements like defining the environment variables,setting the path etc.. are done perfectly.Infact the server works fine with the NETTYPE "seipcpip" in the SQLHOSTS file.My SQLHOSTS file is as follows,
SCO_pip seipcpip Unixware sqlexec
SCO_tcp setlitcp Unixware prosco
If I try to connect SCO_pip,it gets connected but its not the same with SCO_tcp.
As per the documentation,I added "prosco" in /etc/services file and later executed,
/usr/informix/lib/sqlexecd SCO_tcp
Everything is going fine.If I give ps -ef,I can see the service with name SCO_tcp running.
Am unable to connect with nettype SETLITCP. I want to enable this to bring client server interaction.Do let me know,where I'm going wrong.what might be the problem?