Kbase P97922: Default -Ma and -Mn does not allow -n remote users
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Default -Ma and -Mn does not allow -n remote users
Database broker started with "proserve -n <value> -S <port_name/port_number>"
Experiencing error 1154 with less than -n remote users
No servers are available. Try again later. (1154)
CAUSE:
Having a value of total users (-n) less than the total of remote users (-Ma * -Mn) could cause problem at the user management level for the database broker.
FIX:
Either increase -n so that it is a multiple of 4 (default for -Ma) or set -Ma and -Mn such as, for example,
proserve -n <value_n> -Ma 5 -Mn <value_n divided by 5> -S <port_name/port_number>