Advanced database server group properties
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
| Property | Description |
|---|---|
| Maximum clients per server (-Ma) | The maximum number of remote users per database server. The default value is 0. |
| Minimum clients per server (-Mi) | The minimum number of remote users on a server before
the broker starts another server (up to the maximum number of servers). The default value is 1. |
| Maximum dynamic port (-maxport) | The port number that is the highest in a specified
range of server port numbers accessible to a client. You specify
the lowest port number with the Minimum dynamic port property. The default value is set dynamically based on your platform (UNIX or Windows) and the type of database (Personal, Workgroup, or Enterprise). |
| Minimum dynamic port (-minport) | The port number that is the lowest in a specified
range of server port numbers accessible to a client. You specify the higher port number with the Maximum dynamic port property. Ports below 1025 are usually reserved for system services. The default value is set dynamically based on your platform (Unix or Windows) and the type of database (Personal, Workgroup, or Enterprise). |
| Host (-H) | The database's host machine. |