Kbase P158326: OpenEdge Explorer does not work when installing 10.2B in silent mode
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/2/2010 |
|
Status: Verified
SYMPTOM(s):
OpenEdge Explorer does not work when installing 10.2B in silent mode
The installation log does not contain any error messages.
* Failed to install plugin Plugin.Fathom. (7433)
Installing plugin: Plugin.Fathom (7432)
* License check status: Plugin not licensed. (ADMMsg037) (7438)
* Plugin.Fathom not installed: Plugin not licensed. (ADMMsg037) (7439)
FACT(s) (Environment):
Windows
OpenEdge 10.2B
OpenEdge Explorer
CAUSE:
Bug# OE00194482
FIX:
There are two methods that can be used to correct this problem.
1. Install 10.2B manually.
or
2. Make the following changes:
A. Edit the following line from the $DLC\fathom.init.params file
SET fathomEnabled=false
Should be
SET fathomEnabled=true
B. Create a file named fathom.properties in the $DLC/properties directory with the following content:
%% Fathom Configuration
%% version 10.2B
%% Jan 19, 2010 4:11:25 PM
[fathom]
autostart=true
fathominitialized=true
siteid=<host-name>
[remotetrenddatabase]
[webserver]
httpport=9090