Warning and error messages for schema validation in Instance Data Replication
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Instance Data Replication
Understand error and warning messages relating to schema definitions. You can then troubleshoot or fix Instance Data Replication (IDR) replication issues.
Message | Type | Action |
---|---|---|
The consumer instance does not recognize the [specified] table from the associated IDR schema. | Error | The replication entry cannot process any messages. Please enable a transformation with this table to receive updates from this table to the consumer instance. |
The consumer instance does not recognize the [specified] column from the associated IDR schema. | Warning | The replication entry cannot process any of the specified columns. Please enable a transformation with this table in order to receive updates from this column to the consumer instance. |
The consumer instance does not recognize the column type or length from the associated IDR schema for these columns: [specified columns]. | Warning | The consumer instance might lose data for those columns. Please enable a transformation with this table in order to receive updates from these table columns. |