Salesforce

Default -Ma and -Mn does not allow -n remote users

« Go Back

Information

 
TitleDefault -Ma and -Mn does not allow -n remote users
URL NameP97922
Article Number000144254
EnvironmentProduct: Progress OpenEdge
Version: All supported versions
OS: All supported platforms
Question/Problem Description
Default -Ma and -Mn values does not allow -n remote users
Database Broker started with a -n value less than the default Maximum Users (-n) value
proserve -n <value> -S <port_name/port_number>
Client/Server connections fail with error 1154 when less than -n concurrent remote users
Steps to Reproduce
Clarifying Information
Error MessageNo servers are available. Try again later. (1154)
Defect Number
Enhancement Number
Cause
When the value of the total users (-n) is less than the configured total of remote users (-Ma * -Mn) causes problems at the user management level for the database Login Broker.
Resolution
The default values for Client/Server connections to the Primary Login Broker are:

Maximum Number of Clients Per Server (-Ma): 5
Maximum Number of Servers (-Mn): 4

The default value for the Total database connections is:

Maximum Number of Users (-n): 20

When changing the Total database connections (-n), either:
  1. Increase -n so that it is at least a multiple of 5 (default for -Ma) x 4 (default for -Mn)
  2. Set -Ma and -Mn so that the product is less than the value of -n.
proserve -n <value_n> -Ma 5 -Mn <value_n divided by 5> -S <port_name/port_number>

For further information refer to Article  How to set the values for the startup parameters -Ma, -Mn and -n   
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:39 AM

Powered by