Service Name (-S)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Service Name (-S)
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| CC, DBS | – | – | – | – |
- service-name
- The name of the service to be used by the broker process.
- port-number
- The port number of the host; if using OpenEdge Management or OpenEdge Explorer, the port number of the NameServer.
Use
Service Name (-S) to specify the service or port number
to be used when connecting to a broker process or used by a broker process
on the host machine. You must use this parameter when you are starting:
- A broker or server on a machine that will serve remote users
- A multi-user session as a remote user
The system
administrator must make an entry in the services file
that specifies the server or broker name and port number.
When the broker spawns a server, the server inherits all of the network parameters (except the Service Name parameter) from the broker. Because there is no restriction on the number of brokers you can start, you can have multiple brokers running with different network parameters. See Server Group (-servergroup) for more information.
The table below shows
how the broker, server, and remote client interpret each of their
parameters when you use the -S parameter.
| Module | Interpretation |
|---|---|
| Broker | Parameters apply to the connections on which the broker is listening for connection requests from remote clients |
| Server | Parameters apply to the connection between the server and the remote client |
| Remote Client | Parameters identify the connection parameters to the broker or the server |
To run a multi-user OpenEdge session from
a remote network node, use both the Host Name (-H)
and Service Name (-S) parameters.