Azure AI Search - Indexer Error
Lyncheese
105
Reputation points
I have datasource with azuresql type.
I run indexer with that datasource and I got this error
Message: Could not read document.
Details: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
I tried to read below link, but there is no explanation about the error with same detail I had:
https://learn.microsoft.com/en-us/azure/search/cognitive-search-common-errors-warnings#could-not-read-document
How to debug this kind of problem ?
Sign in to answer