PROBRKR command line syntax
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
PROBRKR command line syntax
Starts the DataServer broker. To use the DataServer from a remote client, you must first start the broker. Once you start the broker, it can receive the client requests and spawn the appropriate DataServer.
Syntax
| Operating System | Syntax |
|---|---|
| UNIX Windows |
|
Parameters
- service-name
- Specifies the name of the broker process on the host machine.
- host-name
- Specifies the name of the machine where the DataServer broker is installed. The default value is the current host.
Notes
- See Startup Command and Parameter Reference
for more details on the Server Name (
-S) and Host Name (-H) startup parameters. - You can use any of the startup parameters with the PROBRKR command. See Startup Command and Parameter Reference for details.
- The Oracle DataServer server process (
_orasrv) will inherit its environment from the broker. Prior to starting the broker, ensure that theORASRVenvironment variable is set to the name of the server executable, including the full path. See Configuring the DataServer for more information on setting theORASRVenvironment variable.