Consultor Eletrônico



Kbase P119424: 4GL/ABL: Errors (5486), (5468), (5451) and (5453) on connect / disconnect to AppServer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/2/2009
Status: Verified

SYMPTOM(s):

4GL/ABL: Errors (5486), (5468), (5451) and (5453) on connect / disconnect to AppServer

Transport resources unavailable. (5486)

Application server connect failure. (5468)

SERVER is not connected. (5451)

Invalid or inappropriate server handle specified for RUN test.p ... ON SERVER statement. (5453)

Ports are not being released after DISCONNECT & DELETE OBJECT

UDP ports are not freed after "hAppServer:DISCONNECT()." and "DELETE OBJECT hAppServer." statements.

Application fails after 1024 connections and deletions on Windows XP Session-free AppServer.

Application fails after 1000 connections and deletions on an IBM AIX Session-free AppServer.

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1A
OpenEdge 10.1A01 Service Pack

CAUSE:

Bug# 20060629-011

CAUSE:

The NameServer connections were not being deleted after the client disconnects from the AppServer causing the limit of the Operating System's file descriptors limit to be reached. This in turn prevents any additional connections since a file descriptor is required for each connection.

FIX:

Upgrade to OpenEdge 10.1A02 or later