Consultor Eletrônico



Kbase P131536: AppServer connection fails with error (9407) when hostname is an IP address
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/2/2008
Status: Unverified

SYMPTOM(s):

Connection failure for host <host_name> port <port> transport <transport_name>. (9407)

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

CAUSE:

Hostname specified was an IP address and the registration mode for the AppServer broker was not set to Register-Hostname.

FIX:

The registration mode for the AppServer broker needs to be changed to the Register-HostName so that AppServer broker uses that when registering with the NameServer. In the ubroker.properties, for that broker section, one should put (e.g.):
registrationMode=Register-HostName hostName=<IP address>
or even better: hostName=<URL> The value in the hostName must be resolvable by the client that makes the connection.