Before you proceed, verify that you have a supported version of Microsoft Power BI Desktop installed. The Couchbase Power BI Connector requires Power BI Desktop version March 2017 or later.
couchbaseodbcw.dll are looking for two files that could not be found in my path:
libcrypto-1_1-x64.dll and libssl-1_1-x64.dll.
After finding these files in another folder (not related to the installation of OpenSSL), I copied those files to C:\Program Files\couchbase-odbc\bin, and the problem was solved.
If the OpenSSL path is not correctly added in the env variables, the installer will not be able to find it (unless present in the C:\Program Files\couchbase-odbc\bin)
Hi @MrHertz , What version of couchbase-odbc driver is installed? It looks like a version mismatch.
Could you try installing [couchbase-odbc-1.1-win64.msi] from the docs?
The couchbase-odbc-1.1 driver depends on libcrypto-3-x64.dll and and libssl-3-x64.dll and not the 1_1 versions as seen in the screenshot from the dependency walker.