Release 10.1C: OpenEdge Replication:
User Guide
Configuring the source database property file
Before you start OpenEdge Replication on your source database, you must configure your replication server. You configure the server by saving the sample source properties file provided by OpenEdge Replication and editing it.
![]()
To configure an OpenEdge Replication server for the source database:
- Make a copy of the
source.repl.properties
file located in theproperties
subdirectory of the OpenEdge Replication installation.- Place this new file in the same directory as your source database with the name
db-name
.repl.properties
, wheredb-name
is the name of your source database.- To alter the default configuration, edit the file. If you are on UNIX, you can use vi, emacs, or your favorite text editor to change the properties file.
If you are in Windows, you can use Notepad or the Progress Explorer to change your properties file. For more information about the variables you can configure in the properties file, see the "OpenEdge Replication properties" section. For more information about changing the properties by using Progress Explorer, see the Progress Explorer Help.
The following is a sample
source.repl.properties
file for the OpenEdge Replication server with two configured agents:
In this example,
agent1
in thecontrol-agents=agent1
of the[server]
section must match the control agent name specified in the[control-agent.agent1]
section head. Also,agent2
in thecontrol-agents=agent2
of the[server]
section must match the control agent name specified in the[control-agent.agent2]
section head.ALL
is not allowed as an agent name. Each agent must have a unique name.When you finish editing the file, save it.
Agent rules
The following rules apply to the OpenEdge Replication agent:
- Once an OpenEdge Replication agent is removed from the properties file, it should not be added again unless the target database is recreated from the source database.
- Do not rename an OpenEdge Replication agent after OpenEdge Replication has been started once.
- You can add an OpenEdge Replication agent (maximum is two agents) as long as the target databases are created as instructed.
Copyright © 2008 Progress Software Corporation www.progress.com |
![]() |