Kbase P78343: How to set the logging level for Fathom Replication.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/23/2009 |
|
Status: Verified
GOAL:
How to set the logging level for Fathom Replication.
GOAL:
How to increase the logging level for OpenEdge Replication.
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
OpenEdge Replication
FIX:
To increase the logging level for Fathom Replication the arguments parameter must be added to the pmmgr.properties file that is located in the Progress DLC directory. This will increase the logging level noticeably so keep a watch on the log file growth.
Sample 10.1C/DLC/pmmgr.properties file (add arguments parameter):
[replserv]
install-dir=c:\dlc101c
install-date=Fri Jun 20 09:37:26 2008
version=10.1C
arguments=-logging 2
[replagent]
install-dir=c:\dlc101c
install-date=Fri Jun 20 09:37:26 2008
version=10.1C
arguments=-logging 2
To return to normal logging the databases must be stopped, remove the "-logging 2" entries from the pmmgr.properties file and restart the databases.
The resulting log files will be named <sourcedb>.repl.server.lg for the replications server (source) and <targetdb>.repl.agent.lg for the replication agent (target).