Has anyone seen this error? Let me know if there are any other details I could provide that would be useful.
Thank you!
Sean
Hi Everyone,
It turns out that this error is related to the following issue with the partition key setting.
This must be unchecked on your partition for the Cosmos DB Connector to work correctly.
Thanks,
Saen
Hi @panterra ,
I have searched online for relative error message. From this thread, it seems that upgrading the .nuget packages Microsoft.Azure.DocumentDB and Microsoft.DocumentDB.TransientFaultHanding to latest stable will fix the issue.
Please check it and try to update your SDK version to see if it will work:
https://github.com/Azure/azure-documentdb-datamigrationtool/issues/35
Further, there are some know issues and limitations when working with Azure Cosmos DB, please check it for more details:
https://docs.microsoft.com/en-us/connectors/documentdb/
By the way, please try to change your query code likes below without double quotes around the number to see if it will work:
Select*From Accounts c Where c.docid=1
Best regards,
Mabel