Kbase P128038: How to redefine the OpenEdge Management database which will be loaded into when using the OpenEdge M
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/7/2008 |
|
Status: Unverified
GOAL:
How to redefine the OpenEdge Management database which will be loaded into when using the OpenEdge Management dbmigrate script?
FACT(s) (Environment):
All Supported Operating Systems
Fathom Management 3.x
FIX:
Within the dbmigrate.sh (Unix) or dbmigrate.bat (Windows) are environment variables which define the name and expected location of the new fathom.db to be loaded into during the migration.
The variable on Unix is defined by this line in the script:
export RESRC_DBPATH=${fathomInstallDir}/db/fathom.db
The variable on Windows is defined by this line in the .bat file:
set RESRC_DBPATH=%fathomInstallDir%\db\fathom.db
Modify the path and / or name of the database which will be the recipient of the migrated data.