Kbase P127115: Target database fails to start with error 10356
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/17/2008 |
|
Status: Verified
SYMPTOM(s):
Target database fails to start with error 10356
Access to database <db> not allowed. The database is enabled for site replication but either replication is not running, or this process is not authorized to open a replication enabled database. (10356)
No other error messages
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
The full restore used to create the target baseline did not suceed:
These can be verified by earlier entires in the target datbase log file:
Backup failed due to EOF during next output device request. (5057)
Restore failed. (1618)
!!! ERROR - Database restore utility FAILED !!! (8564)
The failure is recorded,effectively, an "incomplete copy" of the live database is being used for the replication baseline.
FIX:
Review the failure in backup plan.
Either the initial probkup of the source database failed,
or the backup volumes were truncated while being moved between servers or during copy to media devices.
Suggestions:
1. verify disk space availability
2. verify volume sizes of backup media
3. estimate the media requirement by running a trial backup to the bit bucket:
UNIX: probkup db-name /dev
ull -scan
WIN32: probkup db-name \nul -scan
This cmd will NOT make a backup, but will show how many MB of media are needed to backup all the database blocks.