Kbase P3248: -Ma is not reflected properly in the database log file when
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/03/2003 |
|
Status: Unverified
SYMPTOM(s):
-Ma is not reflected properly in the database log file when starting up 2 database brokers
Maximum number of users per server is incorrect when starting up 2 database brokers
No servers are available. Try again later. (1154)
The server or the system has no more resources. Try a larger -n. (748)
No SQL servers are available. Try again later. (8839)
CAUSE:
The information for the log file is only for the 1st broker and doesn't reflect the limits set for the 2nd broker. The -n (Number of Users) and -Mn (Maximum Servers) parameters are global parameters for both brokers. The -Mpb (Maximum Servers per Broker) and -Ma (Maximum Clients per Server) parameters are for each individual broker. The default -Ma is calculated for the 1st broker by -Ma = -n / -Mn , but for the 2nd broker it is calculated by -Ma = -n
FIX:
Limit the clients for the 2nd broker by specifying -Ma. It will not be displayed in the database log file.