Consultor Eletrônico



Kbase P38880: Remote client connection hangs when the database's -n value is exceeded on 9.1D
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/2/2009
Status: Verified

SYMPTOM(s):

Remote client connection hangs when the database's -n value is exceeded

The server or the system has no more resources. Try a larger -n. (748)

You have attempted to connect to a database with too many users connected to it. Retry the connection later, or increase -n on the server. (5291)

100% CPU utilization occurs when remote clients exceeds the -n value.

Database hangs when a remote user exceeds the -n value.

Additional users can not log into the database after a remote user exceeds the -n value.

FACT(s) (Environment):

Progress 9.1x
All Supported Operating Systems
OpenEdge Category: Database

CAUSE:

Bug# 20020521-017

CAUSE:

The user count was being improperly incremented/decremented even though the user never actually got connected.
This caused the number of connected users for the database server to get out of sync causing hangs and such. In addition, this fix addresses a race condition with the broker/server pend connection count.

FIX:

Apply 9.1D service pack 7 or higher.