Subject | RE: [IBO] howto remote connection |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-03-18T22:05:08Z |
> -----Original Message-----You'll want to contact some of the IB tech support lists or newsgroups for
> From: rvenky@... [mailto:rvenky@...]On Behalf Of Venkatesh R
>
> What settings has to made on the linux box to make the delhi
> program connect to it ?
general IB issues. More below.
> The database is available at the followingPut a line like
> ip 209.208.184.139
> database /indiaabroad/ia.gdb
> username SYSDBA
> password masterkey
ia.iatest.com 209.208.184.139
in your "hosts" file, then connect using IB_WISQL to
ia.iatest.com:/indiaabroad/ia.gdb
Direct IP numbers in the connection string don't work unless the IP stack
fools you by querying the name from the IP, then using the name to connect
and do a lookup again for the IP number.
Also, ensure you rebuilt IBO package from scratch if you upgraded it.
Incorrect installation of new vrsions of IBO cause weird problems.
C.