Consultor Eletrônico



Kbase P113581: How to replace the ubroker.properties with the ubroker.properties template in OpenEdge 10.x?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/5/2008
Status: Verified

GOAL:

How to replace the ubroker.properties with the ubroker.properties template in OpenEdge 10.x?

GOAL:

How to replace the ubroker.properties file with the template?

GOAL:

How to create ubroker.properties file from ubroker.sample file?

GOAL:

How to create ubroker.properties file from scratch?

FACT(s) (Environment):

OpenEdge 10.x
All Supported Operating Systems

FIX:

Rename the existing ubroker.properties file to something else, i.e., ubroker.properties.old for example.

In Windows:
Open the proenv DOS command window  from Start > Program > Progress > Proenv, or set the DLC to Progress installation directory and append the %DLC%\bin to the PATH in a DOS command windows following:

set DLC= <path to the Progress installation directory>
set PATH=%DLC%\bin;%PATH%

Type the following commands and parameters and press enter:

mergeprop -type ubroker -action create -delta %DLC%\properties\ubroker.samples

In UNIX:

If you already have the DLC set to you profile and $DLC/bin appended to the PATH and exported the environment variables, you can type the following and press enter button:

mergeprop -type ubroker -action create -delta $DLC/properties/ubroker.samples