Try OpenEdge Now
skip to main content
Installation and Configuration
Configuration : Configuration : Mergeprop utility overview : Mergeprop parameter details : Target file
 
Target file
The target file is the existing property file in which you are operating. You can add, delete, modify or list properties in the target file. The mergeprop program automatically creates a backup of the original target file, unless you instruct it not to do so. You can also list existing properties without making any changes.
You can explicitly specify a target file, but it is not necessary to do so if you are operating on one of the standard property files listed in the following table. The file type that you provide as input implies a specific property file, which the program targets by default if no file is specified. These standard property files are located in the OpenEdge-Install-Directory\properties directory.
Table 49. Property files managed by the mergeprop utility
Property file
Components configured
Corresponding file type
ubroker.properties
Unified Broker products, including all products managed through OpenEdge Management or OpenEdge Explorer with the exception of the database products
ubroker
conmgr.properties
Database startup parameters
database
JavaTools.properties
Client-side tool configuration, for example OpenEdge Management or OpenEdge Explorer and command line tools
tools
AdminServerPlugins.properties
Plugin products loaded by the AdminServer
plugins
If explicitly specified, the target file is expressed as an argument to the -target switch or as a parameter to the setTargetFile() or mergeprop() method.