SQL Guide : solidDB® SQL statements : MESSAGE : MESSAGE FROM REPLICA RESTART
  
MESSAGE FROM REPLICA RESTART
MESSAGE msgid FROM REPLICA replicaname RESTART <err-options>;
Where <err-options> can be IGNORE_ERRORS or LOG_ERRORS or FAIL_ERRORS
This command can only be executed on the master.
This command allows you 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.
See also
MESSAGE