Kbase P151102: How can I validate the entries in my conmgr.properties file?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/14/2009 |
|
Status: Unverified
GOAL:
How can I validate the entries in my conmgr.properties file?
GOAL:
How to validate the conmgr.properties file?
GOAL:
When making manual changes to the conmgr.properties file, is there a way to validate no errors were made?
GOAL:
What is the process for verifying entries in a conmgr.properties file?
GOAL:
What is the dbconfig command used for?
GOAL:
Is there a command like ubconfig to validate the conmgr.properties file?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
FIX:
The dbconfig utility can be used to validate your conmgr.properties file. The default behavior is that the dbconfig utility will validate the conmgr.properties file located in %DLC%\properties (for Windows platform) or $DLC/properties (for UNIX platform).
The dbconfig utlity can also be used with a -f or -propertyfile to point to a different conmgr.properties file that requires validation.
The dbconfig utility also supports the -help option so that if you forget which command line options are available with this comand, they will be displayed.
Example:
dbconfig -help
OpenEdge Release 10.1B03 as of Fri Nov 2 21:03:50 EDT 2007
Validates the database properties file structure.
Usage: dbconfig [options]
Where options are:
[-f or -propertyfile] <filename> File to validate.
Default file is: <path to your dlc>/properties/conmgr.properties.
-help Print this message.