[progress Communities] [progress Openedge Abl] Forum Post: Re: Replication Sets.

Status
Not open for further replies.
J

Jeff Owen

Guest
Hi Jason, The error is indicating that there is an issue with seeding the target(s). Below is an outline of steps for enabling a source and creating two targets. -jeff # Add AI extents to source, if needed prostrct add srcdb addai.st rfutil srcdb -C aimage truncate -aiblocksize 16 # Start AI on source, if needed rfutil srcdb -C mark backedup -G 0 rfutil srcdb -C aimage begin # Enable replication for the source database proutil srcdb -C enablesitereplication source # Make back up of source probkup srcdb srcdb.bak # Restore the source database to the targets prorest tgtdb1 srcdb.bak prorest tgtdb2 srcdb.bak # If needed, add AI extents to target dbs prostrct add tgtdb1 addai.st prostrct add tgtdb2 addai.st # If needed, start AI on targets rfutil tgtdb1 -C aimage begin rfutil tgtdb2 -C aimage begin # Enable the target databases for replication proutil tgtdb1 -C enablesitereplication target proutil tgtdb2 -C enablesitereplication target # Copy source properties file to same directory as srcdb # Copy target1 properties file to same directory as tgtdb1 # Copy target2 properties file to same directory as tgtdb2 # Start first target proserve tgtdb1 -DBService replagent -S 6600 proapw tgtdb1 probiw tgtdb1 # Start second target proaiw tgtdb1 proserve tgtdb2 -DBService replagent -S 6500 proapw tgtdb2 probiw tgtdb2 proaiw tgtdb2 # Start source (sizing pica for testing purposes) proserve srcdb -DBService replserv -pica 8192 proapw srcdb probiw srcdb proaiw srcdb

Continue reading...
 
Status
Not open for further replies.
Top