Kbase P20095: How can I change the port used by the dbagent to communicate with Fathom ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How can I change the port used by the dbagent to communicate with Fathom ?
FACT(s) (Environment):
Fathom Management 2.x
FIX:
On the server where Fathom and Progress is running, modify the $DLC/properties/agent.properties file to include a property called port in the agent section, it should look like this:
%% Created: 11/09/2002
%% version 1.1
%% 11/09/2002 10:50:07 AM
[agent]
port=9999
Restart the AdminServer and then the new port must be specified when starting the agents to connect Fathom.
dbagent -db /path/db -S 9999 -H server_name