Editing the ubroker.properties file
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Editing the ubroker.properties file
The simplest way to make configuration changes to the ubroker.properties file is to copy an existing broker or NameServer definition and then modify the copied values as required for your configuration. You must ensure that all related properties and sections of the file are properly specified for each broker or NameServer instance.
The following table describes the sections in the ubroker.properties
file that apply to the DataServer for MS SQL Server. The file configures a default NameServer
named NameServer.NS1 and a default broker named
mssbroker1, which you can use either without editing or as templates for
your own configuration specifications.
| Product | Section | Description |
|---|---|---|
| All products | ParentGroup
|
Defines the name of each NameServer and product broker parent entity. |
Environment
|
Default environment variable settings for all NameServers and product brokers. | |
UBroker
|
Defines default property settings for all product brokers. | |
| NameServer | NameServer
|
The parent entity of NameServers. It defines default property settings for all NameServer instances. |
NameServer.NS1
|
A sample property entity of a NameServer instance. It defines property settings for this NameServer instance. | |
Environment.NS1
|
A sample environment entity of a NameServer instance. It defines environment variable settings for this NameServer instance. | |
| DataServer | UBroker.MS
|
The parent entity of DataServer for MS SQL Server brokers. It defines default property settings for all of these broker instances. |
| DataServer | UBroker.MS.mssbroker1
|
A sample property entity of a DataServer for MS SQL Server broker instance. It
defines default property settings for the broker instance named
Note that although many of the settings in this section can work in your environment, some of them are for demonstration purposes only. You must specify the appropriate settings for the following:
|
| DataServer | Environment.mssbroker1 |
A sample environment entity of a DataServer for MS SQL Server broker instance. It
defines environment variable settings that apply to the broker instance named
Be sure to set the variables to the appropriate values; the values in the file are for demonstration purposes only. Add to this section any environment variables that you want to apply to the DataServer's environment. See Configuring a remote DataServer for the environment variable settings required to configure the DataServer for MS SQL Server. |
The following example illustrates the DataServer sections of the ubroker.properties file:
|
For a complete description of the parameters included in each of these sections, see the comments in the %DLC%\properties\ubroker.properties.README file.
The ubroker.properties file is read on startup of the AdminService process. For changes in any used environment variables to take effect, the AdminService must be restarted.