Skip to content

Commit 4825754

Browse files
author
Wei Li
committed
sql indexer error update
1 parent eca0837 commit 4825754

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,3 +414,9 @@ This warning is passed from the Language service of Azure AI services. In some c
414414
## `Error: Cannot write more bytes to the buffer than the configured maximum buffer size`
415415

416416
Indexers have [document size limits](search-limits-quotas-capacity.md#indexer-limits). Make sure that the documents in your data source are smaller than the supported size limit, as documented for your service tier.
417+
418+
## `Error: Failed to compare value 'X' of type M to value 'Y' of type N.`
419+
420+
This error can possibly occur mostly in azuresql indexer, where the actual data type of the column configured from data source [`dataChangeDetectionPolicy`](search-how-to-index-sql-database#high-water-mark-change-detection-policy) does not match what is expected such as when indexer configuration [`convertHighWaterMarkToRowVersion`](search-how-to-index-sql-database#converthighwatermarktorowversion) is used.
421+
422+
Double check what data type the High Water Mark column is desired and correct both data source and indexer configurations. After verifications and updates, reset the indexer and rerun indexer to consume the desired column values.

0 commit comments

Comments
 (0)