solidDB Help : solidDB reference : SQL: Statements : MESSAGE : MESSAGE FROM REPLICA RESTART
  
MESSAGE FROM REPLICA RESTART
Note Applies to only solidDB Advanced Replication configurations.
MESSAGE msg‑id FROM REPLICA replica‑name RESTART err‑options;
err‑options::= {IGNORE_ERRORS | LOG_ERRORS | FAIL_ERRORS}Use the MESSAGE FROM REPLICA RESTART statement to re-execute a failed transaction that has been stored in the system tables and that can be retrieved using the SYNC_FAILED_MESSAGES view.
The MESSAGE FROM REPLICA RESTART statement can be executed only on the master database.
When working with the messages, autocommit mode must be switched off.Go up to
MESSAGE