Replication fails to connect after refresh

kctechllc

New Member
Hello,
Were on OE 10.1B running on RH Linux. Using OEM Replication. Refreshing our testing instance from prod instance. After restoring the replication server and agent fail to connect. The server terminates and the agent goes into pre-transition. I've read through all the KB articles I could find and many on here. I've gone through the process 5 or 6 times. Progress support had me try it starting with a new repl.properties files for both source and target. I've listed my steps below, any ideas as to what I'm doing wrong?

Thanks,
Kurt

Source:
Stop db using OEM
proutil sfdc -C disablesitereplication source
rm sfdc.repl.recovery
prodel sfdc
prostrct create sfdc -blocksize 4096
procopy $BASE/dlc/prolang/utf/empty4 sfdc
prorest sfdc /backup/vision_db/proprod01/proprod01_sfdc_20120913-011501.bk -verbose
proutil sfdc -C truncate bi -bi 16384 -biblocksize 16384
proutil sfdc -C bigrow 89
rfutil sfdc -C aimage truncate -aiblocksize 16384
rfutil sfdc -C mark backedup
rfutil sfdc -C aimage begin -G 0
proutil sfdc -C enablesitereplication source
Start db using OEM
probkup online sfdc $BK/sfdc.rel.bk -REPLTargetCreation -com -verbose

Target:
Stop db using OEM
proutil sfdc -C disablesitereplication target
rm sfdc.repl.recovery
prodel sfdc
prostrct create sfdc -blocksize 4096
procopy $BASE/dlc/prolang/utf/empty4 sfdc
prorest sfdc $BK/sfdc.rel.bk -verbose
rfutil sfdc -C aiarchiver disable
proutil sfdc -C enablesitereplication target
Start db using OEM

Source:
dsrutil sfdc -C restart server

Both:
dsrutil sfdc -C monitor
 
Top