Kbase P139813: How to proserve a database using the startup values in the conmgr.properties file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/01/2009 |
|
Status: Verified
GOAL:
How to proserve a database using the startup values specified in the conmgr.properties file
SYMPTOM(s):
Is it possible to start a database using proserve and the startup parameters from the conmgr.properties file?
FACT(s) (Environment):
Windows
UNIX
Progress 9.x
OpenEdge 10.x
FIX:
If you have configured a database in Progress Explorer, you can use the proserve command to start the database with all the values configured in the conmgr.properties file.
Below is an example starting two servergroups from one configuration specifying ServerType:
proserve dbname -servergroup dbname.defaultconfiguration.defaultservergroup -Ser
verType sql
proserve dbname -m3 -servergroup dbname.defaultconfiguration.servergroup-1 -Ser
verType 4GL
***Where "dbname" is the display name of the logical databasee configuration. The physical database name may be different.
To have the database register with the adminserver, add the -m5 and the -adminport #### to the startup.