Kbase P98648: Error attempting to restore a backup of source database over target database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/04/2009 |
|
Status: Verified
SYMPTOM(s):
Error attempting to restore a backup of source database over target database
Using probkup to backup source
Using prorest to restore source over target database.
Access to database <dbname> not allowed. The database is enabled for site replication but either replication is not running, or this process is not authorized t o open a replication enabled database. (10356)
ERROR - Database restore utility FAILED !!! (8564)
FACT(s) (Environment):
Fathom Replication
All Supported Operating Systems
OpenEdge Replication 10.x
CAUSE:
The target database structure is still enabled as a replication target database.
FIX:
Disable replication on the target database before restoring over it using the following command:
dsrutil targetdb -C disablesitereplication target
Once replication is disabled, re-run the prorest command.