solidDB Help : solidDB reference : SQL: Database system tables and system views : Synchronization-related views : SYNC_FAILED_MASTER_MESSAGES
  
SYNC_FAILED_MASTER_MESSAGES
The SYNC_FAILED_MASTER_MESSAGES view is on the replica database and holds information about messages sent to the master. You can view information about failed messages by using the following query:
SELECT * FROM SYNC_FAILED_MASTER_MESSAGES
The columns in the SYNC_FAILED_MASTER_MESSAGES view are described in the following table:
 
Column name
Data type
Description
MASTER_NAME
WVARCHAR
Given node name of the master.
MESSAGE_NAME
WVARCHAR
Name of the message given by user.
ERROR_CODE
INTEGER
Code of the error that caused the termination of the message execution.
ERROR_MESSAGE
VARCHAR
Description of the error.
All users have access to this view; no particular privileges are required.
Go up to
Synchronization-related views