solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for replicator : SYS_REPLICATION_CONFLICTS
  
SYS_REPLICATION_CONFLICTS
Table used to store replication conflicts.
The columns in the SYS_REPLICATION_CONFLICTS 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.
TABLE_NAME
WVARCHAR
Table name for conflict source
TRANSACTION_ID
BINARY
Transaction identifier
ROW_KEY
VARCHAR
Row key (primary key if available)
ERROR_CODE
INTEGER
Error code
ERROR_TEXT
VARCHAR
Error text
CONFLICT_TIME
TIMESTAMP
Time of recorded conflict
Go up to
System tables for replicator