Kbase P46344: Error 1159 when Mn is greater than (maxport - minport)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/09/2008 |
|
Status: Verified
SYMPTOM(s):
Errors occur when attempting to connect the certain number of clients to the remote server
Server cannot find a free port for a TCP socket. (1159)
4GL server process terminated. (8837)
FACT(s) (Environment):
The number of remote servers (Mn) is greater than the difference between maxport and minport (maxport - minport).
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
CAUSE:
Database broker tries to spawn the number of Mn servers first and will try to use the port range from minport up, however, because Mn is bigger than what maxport can accommodate, the errors occur.
FIX:
Lower Mn to be equal or less than (maxport - minport)