Kbase P8518: How To Disable a Database From Being Autostarted When Fathom
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2003 |
|
Status: Unverified
GOAL:
How To Disable a Database From Being Autostarted When Fathom Is Started
FACT(s) (Environment):
Fathom 1.x
FACT(s) (Environment):
Fathom 2.x
CAUSE:
When a databases is added to Fathom from the 'Database Migration Utility' screen, there is a check-box named 'Autostart Database Broker'. When this is checked, the database will be set to autostart when Fathom is started.
There is no way from the Fathom UI to change this so that the database is no longer autostarted when Fathom is started - instead you need to manually edit a file to accomplish this.
FIX:
If you want to change this option so that the database is no longer autostarted when Fathom is started, then you need to edit the following file manually:
$DLC/properties/conmgr.properties
First search for the string that you have set the 'Database Display Name' to be when the database was defined in Fathom.
When you have found the correct section in the conmgr.properties file, you should look for the following entry:
autostart=true
In order to disable the database from autostarting, you need to change this to:
autostart=false
Then save the file.