Consultor Eletrônico



Kbase P138520: Getting error: "(748) the serve or system has no more resources" when trying to run application in O
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/28/2009
Status: Verified

SYMPTOM(s):

Getting an error when trying to run a procedure in OpenEdge Architect.

Getting error "(748) The server or system has no more resources".

Two of the databases are configured with the maximum number of servers parameter set to 1.

FACT(s) (Environment):

There are three databases that the application connects to.
The databases are started using the Progress Explorer tool.
Windows
OpenEdge 10.2A 32-bit

CAUSE:

When OpenEdge Architect runs, it connects to the databases as a SQL client, causing the broker to spawn a SQL server (_sqlsrv2) process. Because the maximum number of servers parameter is set to 1, the broker is unable to spawn another server for the ABL/4GL client running the application in OpenEdge Architect.

FIX:

Increase the maximum number of servers parameter to allow the broker to spawn servers for both SQL and ABL/4GL remote clients.