Kbase P34830: Replication (target) cannot be enabled on a database that has not already been enabled for source re
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Fathom High Availability Replication 1.0A
SYMPTOM(s):
Replication (target) cannot be enabled on a database that has not already been enabled for source replication. (10370)
CAUSE:
Target database was restored from a backup where replication was disabled.
FIX:
Verify if AI is marked as Locked.
rfutil sp2kFathom -C aimage list
Disable replication on the source database
proutil <Sourcedatabasename> -C DisableSiteReplication source
Empty AI
rfutil sp2kFathom -C aimage empty
Enable source replication
proutil <Sourcedatabasename> enableSiteReplication source
Backup source database
probkcup <Sourcedatabasename> backup.bck
Restore backup.bck into target database
prorest <targetdatabasename> bacup.bck