Subject | Re: [ib-support] Client connection problem |
---|---|
Author | Tord Hammer |
Post date | 2001-09-14T07:23:58Z |
> > a) insert in the HOSTS file at the win95 clienterror message.
> >
> > 192.168.0.1 mydbserver
> >
> > and connect with the string
> >
> > mydbserver:c:\program files\myapp\data300.gdb
> >
> > on the win95 client
>
> As I said in my origional message, we tried that, and got the same
Since the original error message was:
Unable to complete network request to host "192.168.0.1"
Failed to locate host machine
The specified name was not found in
the hosts file or domain name services
then after the change, the error message would be:
Unable to complete network request to host "mydbserver"
Failed to locate host machine
The specified name was not found in
the hosts file or domain name services
So when you got two times the same error message, you did something
wrong.
Did you check, that the errormessage is like the second one?
The gds32.dll use gethostbyname()-call to resolve the hostname. The
old
winsock-dll cant resolve ip-to-ip in this call, only name-to-ip is
possible. All other Windows-versions can ip-to-ip, too.
HTH,
Tord