[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: TCP is busy, no free ports available between min/max range (-3534 - -3334)

  • Thread starter Thread starter Ruben Dröge
  • Start date Start date
Status
Not open for further replies.
R

Ruben Dröge

Guest
What is likely happening is that the msagent’s (-minport and -maxport range) are defined in the TCP services file (C:\Windows\System32\drivers\etc\services). The negative numbers you see is the port range in 16-bit signed integer: 65536 – 3534 = 62002 (65536 = max tcp port). By default the port range is set to 62002-62202, try adjusting the range to i.e. 32002-32202 in the openedge.properties file in the conf folder of your PASOE instance and see if that resolves the problem.

Continue reading...
 
Status
Not open for further replies.
Back
Top