Couchbase Capella - PowerBI (unsupported operation 214)

Hello Team,

Trying to connect the PowerBI to the Couchbase Capella Server and did all the configuration based on the documentation (Couchbase Power BI Connector | Couchbase Docs)

The connection terminates with the following error “Details: "ODBC: ERROR [HY000] LCB_ERR_UNSUPPORTED_OPERATION (214): Unsupported operation
ERROR [HY000] LCB_ERR_UNSUPPORTED_OPERATION (214): Unsupported operation”"

If anyone has any idea please suggest what could be causing the issue.

This could be due to an error in the connection string. Please show the connection string being used.

What version of the connector?

connection string used is like “cb.test.customsubdomain.couchbase.com” and it doesn’t work only for Capella Server. I have similar setup of Couchbase Enterprise Server and the connectivity works perfectly fine. The link that I had put has all the details about the connector.

The link shows a connectionString like “couchbases://cb.lycvfrdrdkj.cloud.couchbase.com”

Are you not specifying the protocol ( couchbases:// ) ? Are you specifying anything after the hostname?

@faizchachiya from the info you’ve provided, it’s probably TLS certs. For non-production clusters which your “test.customsubdomain” one looks like, you need to either get the certificate from the cluster and provide it to the SDK, or (if this is only for testing), specify insecure mode (e.g. the SDK will not validate the server’s certificate).

The hostname that I have shared is from the documentation and not the actual one. The certificates and everything are correctly configured.

https://issues.couchbase.com/issues/?jql=text%20~%20"\"LCB_ERR_UNSUPPORTED_OPERATION%20(214)\""%20ORDER%20BY%20created%20DESC

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.