Kbase P101258: How to reglue different Progress version for a Fathom Management on Windows ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/02/2005 |
|
Status: Unverified
GOAL:
How to reglue different Progress version for a Fathom Management on Windows ?
GOAL:
How to migrate Fathom Management 3.0A from Progress 9.1X to OpenEdge 10.0B on Windows ?
FACT(s) (Environment):
Progress 9.1D
Progress 9.1E
OpenEdge 10.0B
Fathom Management 3.0A
FIX:
There is no direct utility which allows to achieve this task.
Following steps have been tested and approved when migrating 9.1D09/3.0A installation to 10.0B/3.0A on Windows without reinstalling of Fathom Management 3.0A
1) 9.1D proenv -> dbman -stop -all
2) cd %FATHOM%/db
3) proutil fathom -C truncate BI -G 0
4) take an OS copy of fathom db
5) Stop the 9.1D AdminService
6) take a copy of 9.1D/properties/conmgr.properties
7) Uninstall 9.1D and install 10.0B using same DLC/WRKDIR as it was used for 9.1D
8) Stop the 10.0B AdminService after the installation
9) put unzip.exe from ftp://ftp.progress.com/pub/customer/outgoing/techsupport/P101258/unzip.exe somewhere on the Windows's %PATH% and execute following "reglue.cmd" batch (modify the FATHOM and DLC first)
<--cut here-->
set FATHOM=drive:\path_to_fathom30a
set DLC=drive:\path_to_openedge100b
call %DLC%/bin/mergeprop -type plugin -action update -delta %FATHOM%/properties/merged/fathom.delta
call %DLC%/bin/mergeprop -type tools -action update -delta %FATHOM%/properties/merged/fathomtools.delta
cd %FATHOM%/db
echo Y | call %DLC%/bin/proutil fathom -C conv910
copy %FATHOM%\src\100\rcode.zip %FATHOM%\src\rcode.zip
cd %FATHOM%/src
unzip -o -q rcode.zip
del rcode.zip
copy %FATHOM%\jars\100\jars.zip %FATHOM%\jars\jars.zip
cd %FATHOM%/jars
unzip -o -q jars.zip
del jars.zip
<--cut here-->
10) start "regedit" and rename following key
"HKEY_LOCAL_MACHINE\SOFTWARE\PSC\FATHOM\3.0A\9.1D"
to
"HKEY_LOCAL_MACHINE\SOFTWARE\PSC\FATHOM\3.0A\10.0B"
11) copy conmgr.properties from step 6) to 10.0B/properties directory
12) start the 10.0B AdminService