solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for replicator : SYS_REPLICATION_ERRORS
  
SYS_REPLICATION_ERRORS
The SYS_REPLICATION_ERRORS table is used to store replication errors.
The columns in the SYS_REPLICATION_ERRORS system table are described in the following table:
 
Column name
Data type
Description
SUBSCRIPTION_ID
INTEGER
Subscription identifier. Refers to SYS_REPLICATION_SUBSCRIPTIONS table, see SYS_REPLICATION_SUBSCRIPTIONS
ERROR_TIME
TIMESTAMP
Time when error was detected
ERROR_CODE
INTEGER
Error code
ERROR_TEXT
VARCHAR
Error text
ERROR_TABLE
WVARCHAR
Table name (if known)
ERROR_DESCRIPTION
VARCHAR
Description of error
Go up to
System tables for replicator