PROBRKR command
- Last Updated: May 2, 2024
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
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 DataServer.
Syntax
| Operating system | Syntax |
|---|---|
| Windows |
|
Parameters
- service-name
- Specifies the name of the broker process service on the host machine.
- host-name
- Specifies the name of the machine where the DataServer broker is installed. The default value is the local host.
Notes
- See OpenEdge Deployment: Startup Command and Parameter
Reference for more details on the Server Name (
-S), Host Name (-H) startup parameters. - You can use any of the startup parameters with the PROBRKR command. See OpenEdge Deployment: Startup Command and Parameter Reference for details.
- You must start the remote broker in the same machine where your ODBC
data source names (DSNs) are defined because the servers spawned
by the broker inherit the setup of the environment from the broker.
For example, set the environment variable
MSSSRVto the name of the executable (including the path) of the DataServer for MS SQL Server. Be sure to set this variable on the host machine. Also, in the same environment, make sure you have set all MS SQL Server environment variables required to connect to the data source. See Configuring the DataServer for examples of required variables. - To set the Message Buffer Size (-Mm) startup parameter for
the broker to a value different from the default buffer size, you must set the
PROSTARTUPenvironment variable equal to the path and name of the .pf file that contains the-Mmparameter and value that you are passing before you start the broker. This approach ensures that your value is recognized and therefore used by the broker when it starts. Only Windows clients must use this technique. - Start the broker on a server that is locally connected to the disk containing the data source.