Validate synchronization at shutdown
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
If your source database shutdown fails during synchronization, check your database log file for messages.
To check the success of synchronization, search the replication source database logs for messages like the following:
| Error code | Message | Result |
| 20258 | Database broker has verified that all written AI locations were sent to replication target databases. | Synchronization succeeded. |
| 10436 | The source database [db-name] and the target database [db-name] on host [host-name] are synchronized. | Synchronization succeeded. |
| 20257 | Replication server has verified that all connected replication target databases are synchronized with the replication source database. | Synchronization succeeded. |
| 20250 | All connected replication target databases are synchronized with the replication source database. Normal shutdown will continue. | Synchronization succeeded. |
| 20248 | Replication synchronization during database shutdown [completed successfully | failed]. | Synchronization succeeded. |
| 20251 | Replication server could not confirm as to whether connected replication target databases were in synchronization with source database. | Synchronization failed. Normal shutdown will continue. |
| 20252 | Replication server is not connected to any replication target databases. | Synchronization failed. Normal shutdown will continue. |
| 10274 | Invalid handle of replication server was received. | Synchronization failed. Normal shutdown will continue. |
| 20255 | No connected replication agents detected during shutdown synchronization. | Synchronization failed. |