Consultor Eletrônico



Kbase P17463: How to verify the ubroker.properties file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/11/2009
Status: Verified

GOAL:

How to repair a corrupt ubroker.properties

GOAL:

How to fix the ubroker.properties file.

GOAL:

How to fix a corrupt ubroker.properties file.

GOAL:

How can the ubroker.properties be fixed after getting damaged by manually editing

GOAL:

How to verify the ubroker.properties file

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

Steps:
1) Log in with Administrator privileges on Windows, or as root on Unix
2) Go to the directory where your ubroker.properties is (by default this is in the properties subdirectory of the Progress installation directory)
3) Make a copy of ubroker.properties
4) Shutdown any service running that uses this configuration file (the AdminServer for example)
5) Open ubroker.properties in any text editor and search for string '%%' (no quotes).
Example:
%% Merged UBroker Properties File: Dec 8, 2006
%% version b001
%% Dec 8, 2006 12:41:54 AM
Note that any/all of these 3 lines may not be found; that would be a clear symptom of file corruption
6) Remove the lines found on step 5
7) Save the file and exit the file editor
8) From the OS prompt run:
$ . DLC/proenv
$ ubconfig -f <full path>/ubroker.properties -v > ubconf.out
search for any "VALIDATION MESSAGE" returned and correct the problem.