vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Tom. Have you executed sqlexecd in your SCO ? Regards. -- Tsutomu Ogiwara from Tokyo Japan. ICQ#:168106592 >From: Tom <tsmith@eastpointcity.org> >Reply-To: tsmith@eastpointcity.org >To: informix-list@iiug.org >Subject: need SQL protocol help >Date: Thu, 08 Apr 2004 16:46:05 -0400 > >My server is an SCO Open Server Release 5.0.5, with Informix SE 7.23. >I'm trying to access the data via ODBC, and I'm told that I need some >"extra" software, like Informix Connect. The trouble is that it >doesn't appear to support the protocol that I need (setlitcp). The >only version I can get from IBM's website is 2.8x. I was hoping that >perhaps an earlier version would support the version I need. Anyone >know where I can get/try an earlier version? > >I've tried changing the protocol from "setlitcp" to "sesoctcp". THAT >didn't work either. (All I changed was the entries in the sqlhosts >file.) My sqlhosts file has: > >pei setlitcp eptsco sqlexec >pei2 setlitcp eptsco sqlexe2 > >Could I "add" the protocol I need? Is there a way I can tell if it's >available? > >Is there anything [else] I want/need on the server side so I can talk >to my db with ODBC drivers for Informix, on my client? It's been so >long, I don't know how to tell, and I have no docs whatsoever. > >Any help is much appreciated. > >Thanks, > >Tom > > __________________________________________________ _______________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail sending to informix-list |
| |||
| sqlexecd? Not that I know of. I have a sqlexec and sqlexec2 in my sqlhosts file, but no "sqlexecd". What do I need to do.check? Thanks, Tom On Fri, 09 Apr 2004 10:13:16 +0900, "Tsutomu Ogiwara" <tsutomu_ogiwara@hotmail.com> wrote: > >Hi Tom. > >Have you executed sqlexecd in your SCO ? > >Regards. |
| ||||
| Tom wrote: >Tsutomu Ogiwara <tsutomu_ogiwara@hotmail.com> wrote: >>Have you executed sqlexecd in your SCO ? > sqlexecd? Not that I know of. SE itself does not listen to the network (unlike IDS). You have to run $INFORMIXDIR/lib/sqlexecd and tell it which port to listen to. Then your network clients have some chance of connecting. > I have a sqlexec and sqlexec2 in my sqlhosts file, but no "sqlexecd". sqlexecd is a binary executable - not an entry in the sqlhosts file. > What do I need to do.check? Ensure that you run "$INFORMIXDIR/lib/sqlexecd [...options...]" before anybody tries to use the database. -- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/ |