Forum Discussion
biggshaad
8 years agoNew Member
Cosmos DB Connection Issue
I am using this endpoint to connect to my Cosmos DB: https://[accountname].documents.azure.com:443/ instead of the phone in Azure: https://[accountname].table.cosmosdb.azure.com:443/ (This end...
nimatra
7 years agoNew Member
I think this is because of a mismatch in the driver versions between CosmosDB and PowerBI connector. I'm hitting the same issue there. I'm also hitting a more descriptive error when trying to connect through the ODBC driver
[Microsoft][DocumentDB] (400) HTTP 400 Bad Request:
{
"code":"BadRequest",
"message":"Message: {\"Errors\":[\"The collection cannot be accessed with this SDK version as it was created with newer SDK version.\"]}
ResourceType: Document, OperationType: Query\r\n, SDK: Microsoft.Azure.Documents.Common/2.0.0.0"
}Please check query syntax and try again.