Displaying 2 results from an estimated 2 matches for "service_port".
2007 Jul 09
2
custom routing (two gateways)
Hi all,
i''m having a somewhat stupid problem I can''t get rid of.
we''ve a server that accepts incoming world connections
from a load balancer (10.10.10.4) to port 80,
and we still want to serve incoming ssh/http from the firewall (10.10.10.1)
routed to this host (10.10.10.90) and their reply packets of cause shall be
send out through the firewall.
unfortunately, both
2005 May 09
0
Data source name not found, and no default driver specified
...ified its value from within R using
Sys.getenv().
I connect using odbcConnect("mydsn") where "mydsn" is defined in the
.ini file. I also tried
odbcDriverConnect("DRIVER=/opt/informix/lib/cli/libifcli.so;UID=myid;PWD=mypwd;DATABASE=dbname;HOST=myhost;SERVER=myserver;SERVICE=service_port;PROTOCOL=soctcp;")
but kept getting teh same error.
What are the usual suspects in this case? how can I track the source
of this problem?