Kbase P50796: Fathom Replication - Scripts starting replicated databases are failing
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Fathom High Availability Replication 1.0A
UNIX
SYMPTOM(s):
Scripts starting replicated databases are failing
Scripts stall and do not proceed.
Script fails after starting the target database
Script starts the target database first
CAUSE:
Script is starting the target database first. It then starts an APW or a BIW against the target. Since no connections to the target are allowed until Fathom Replication startup and initialization phases are complete, the script stalls at this point.
FIX:
Start the processes in the background with & sign.
This will allow the script to continue running. The APW(s) and BIW do not actually connect until the Startup and initialization of Source and Target is completed.