Consultor Eletrônico



Kbase P131165: Remote connections are no longer accepted when using a SERVER-SOCKET in OpenEdge 10.1C
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/10/2008
Status: Verified

SYMPTOM(s):

Remote connections are no longer accepted when using a SERVER-SOCKET

Using netstat -an shows that SERVER-SOCKET is binding the port specified in ENABLE-CONNECTIONS to localhost (127.0.0.1) only

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

FACT(s) (Environment):

OpenEdge 10.1C
All Supported Operating Systems

CAUSE:

Bug# OE00168126

FIX:

Add -H 0.0.0.0 to the string passed to the ENABLE-CONNECTIONS method to avoid the problem. For example,

ASSIGN log = sckt-hndl:ENABLE-CONNECTIONS("-H 0.0.0.0 -S 5555").

FIX:

Apply SP1