OpenEdge Repl Plus 101C

Posted by Valeriy Bashkatov on 28-Jan-2009 02:36

Hello,

possible change file properties after enabled and start database?

for example, i enabled replication for source and one target databases, but now, i want to add secondary target database. What problems may be?

All Replies

Posted by Simon de Kraa on 28-Jan-2009 11:08

KB-P125583: How to add a second target database to an extablished source/target configuration.

Status: Unverified

GOAL:

How to add a second target database to an established source/target

configuration without stopping the source database.

GOAL:

Can a second target database be created while another target is

already running

GOAL:

Can a second target database be created while another target is

already exists

FACT(s) (Environment):

OpenEdge 10.x

Progress 9.1E

FIX:

Yes. It is possible to create a second target database while another

target is already running but the first target database and the

replication server must be restarted.

To create a second target database without stopping the source

database follow the steps below:

1. Check that there are empty ai files, if not, some must be made

available before continuing.

2. Backup the source database using the following command.

probkup online .repl.properties and change the "name"

at the section from agent1 to agent2.

7. Stop the first target database using proshut -by command.

proshut .repl.properties file and make thhe

following changes:

a) add the agent2 to the "control-agent" at the

section.

b) add a new section by copying

section.

c) make all the appropriate changes to each parameter to the new

section such as the name from agent1 to agent2.

Finnish by saving those changes.

10. Start both target databases.

11. Restart replication server.

dsrutil -C restart server

Posted by Valeriy Bashkatov on 29-Jan-2009 07:47

Thank you

This thread is closed