Subject | Re: [IBO] gethostbyname failed in Limited user mode |
---|---|
Author | Helen Borrie |
Post date | 2003-12-27T21:05:19Z |
At 09:48 AM 24/12/2003 +0000, you wrote:
netware.
When making a local connection to localhost, running ping, etc. you are
using TCP/IP local loopback, which simulates a TCP/IP network connection
from the local client. It does not require even a network card to be present.
If you are trying to connect from a remote client on a netware network, you
need two prerequisites:
1) that the database server be a version that is supported by netware.
2) that the client protocol be IPX/SX.
IBO supports the protocol, but it will work only if the network protocol is
supported by the database server and client. It is not supported by
Firebird or InterBase 6.
Helen
>I am working in this problem for 2 weeks but I do not find theYou do not say whether your program is trying to connect via TCP/IP or
>solution:
>
>In a local computer, with Windows XP and netware network, when I
>have administrator privileges, all works fine.
>
>When I have 'Limited user' privileges, my program cannot connect
>with the database.
>
>interbase.log file shows "NETVIS (server) Thu Dec 18 12:31:15 2003
>INET/INET_connect: gethostbyname failed, error code = 10110"
>
>I have verified several things:
>
>* localhost (NETVIS) responds to ping command
>* The network works fine
>* The port 3050 (gds) is opened (I have verified this using telnet)
>
>Please, any help will be welcome
netware.
When making a local connection to localhost, running ping, etc. you are
using TCP/IP local loopback, which simulates a TCP/IP network connection
from the local client. It does not require even a network card to be present.
If you are trying to connect from a remote client on a netware network, you
need two prerequisites:
1) that the database server be a version that is supported by netware.
2) that the client protocol be IPX/SX.
IBO supports the protocol, but it will work only if the network protocol is
supported by the database server and client. It is not supported by
Firebird or InterBase 6.
Helen