Azure search indexer failing with error message

倖福魔咒の 提交于 2019-12-11 11:12:17

问题


My azure search indexer which reads from an sql table with Change Tracking, is failing with the following error

"Unable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'System.String'."

If I reset the indexer, it'll start working fine. What is the root cause of the problem here?


回答1:


We’ve identified an issue in SQL indexers that use SQL integrated change detection that affects a very small number of customers. We’re working on a fix, which will probably be deployed in production next week. We'll also improve our telemetry so that we'll be able to identify this class of issues proactively.

The workaround you’ve already used (resetting the indexer) is the best workaround for this issue.

Sorry for the trouble!



来源:https://stackoverflow.com/questions/37022629/azure-search-indexer-failing-with-error-message

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!