Consultor Eletrônico



Kbase P134264: Starting the database with Progress Explorer remote users get error (748) trying to connect when usi
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/10/2009
Status: Verified

SYMPTOM(s):

Starting the database with Progress Explorer remote users get error (748) trying to connect when using secondary login broker

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

FACT(s) (Environment):

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

CAUSE:

Incorrect setting for number of server (-Mbp) within defaultServerGroup.
Progress Explorer has two places to set the number of remote servers: defaultConfiguration and defaultServerGroup.
The defaultConfiguration where "Maximum Servers" set to 4 by default and the defaultServerGroup where "Number of servers" set to 0 by default.
The "Maximum Servers" is the equivalent of the -Ma parameter. This is the maximum number of servers that can be started for this database.
The "Number of servers" is the equivalent of the -Mpb parameter. This is the maximum number of servers that can be started for this particular broker (you can have multiple brokers per database).
Having the "Number of servers" set to 1 within defaultServerGroup, means that a maximum of 1 remote server for that broker will be started.

FIX:

Set the correct value in each broker changing the "Number of servers" field and restart the database.
The sum of each -Mbp should not exceed the -Mn value.