Consultor Eletrônico



Kbase P164701: How to prevent a database from starting when the Adminserver starts
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/27/2010
Status: Unverified

GOAL:

How to prevent a database from autostarting in Progress Explorer Tool

GOAL:

How do I keep a database from starting when the Adminserver starts?

FACT(s) (Environment):

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

FIX:

In Progress Explorer:
1. Select Databases
2. Right click on the database name
3. Select Properties
4. Uncheck "Automatically start this Database when the Adminserver is started"
5. The database will not start on the next Adminserver restart.

In the [Progress installation directory]\properties\conmgr.properties file:
1. Back up the conmgr.properties file
2. Find the section that has your database name, [database.dbname]
3. Change autostart=true to autostart=false
4. Save the file.
5. The database will not start on the next Adminserver restart.