Kbase P118840: Getting error One or more property settings are invalid changing values within the Progress Explorer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/12/2009 |
|
Status: Verified
SYMPTOM(s):
Getting error One or more property settings are invalid changing values within the Progress Explorer after adding a new entry with the mergeprop tool.
Used the following command:
mergeprop -type ubroker -action list ubroker.as.myapp > myapp.properties
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
The mergeprop tool generates output which is not syntactically correct.
CAUSE:
Bug# OE00132551
FIX:
The ubroker.properties file is a case sensative file.
The mergeprop tool uses the case of the string from the command line to generate entries in the new output file.
The case structure of the string from the command line is made insensative for the search to facilitate finding the entry in the ubroker.properties.
The output is not checked for syntactical correctness.
The syntactically incorrect identifier from the command used in the symptoms above is:
ubroker.as.myapp
The correct section identifier for the AppServer entry for this example should be:
UBroker.AS.myapp
Inside the ubroker.properties the entry will appear as:
[UBroker.AS.myapp]