Hi,
We are trying to connect Microstrategy with dremio using JDBC driver. Since there is no connector available for Microstrategy Web I am using JDBC driver connecting for generic database connection.
However I am getting below error.
(Database error <32>: JdbcConnectionWrapper::Connect failed. Error type: Jdbc error. Jdbc operation attempted: Connect. [:0: on SQLHANDLE] Failure in connecting to Dremio: cdjd.com.dremio.exec.rpc.RpcException: HANDSHAKE_COMMUNICATION : [USER]: Channel closed null ↔ null (user client))
we are using below connection string (path and dremio URL modified to hide the confidential details)
JDBC;MSTR_JDBC_JAR_FOLDER=/PATH_OF_MSTR/11.1.0/bin/JDBC;DRIVER=com.dremio.jdbc.Driver;URL={jdbc:dremio:direct=DREMIO_URL.com:31010;token_type=“personal_access_token”;disableHostVerification=true;disableCertificateVerification=true;ssl=false};
Here are system details
Microstrategy version : 11.3.9
Dremio Version: 24.3.2-202401241821100032-d2d8a497
Server JDK version:
openjdk version “1.8.0_402”
OpenJDK Runtime Environment (build 1.8.0_402-b06)
OpenJDK 64-Bit Server VM (build 25.402-b06, mixed mode)
JDBC Driver version: dremio-jdbc-driver-24.2.2-202309281602050954-7d5e877f.jar
Can you please help on establishing this connectivity?