ClickHouse / clickhouse-odbc

ODBC driver for ClickHouse

Home Page:https://clickhouse.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cognos -> ClickHouse connection

msestak opened this issue · comments

We are trying to connect Cognos with ClickHouse (21.3.16.5). We installed latest driver for MS Windows 64 bit (1.1.10.20210822) on a 64 bit Windows machine running 64 bit Cognos. We are getting this error when trying connection:

cognos_clickhouse_error

Anybody tried to connect Cognos with ClickHouse to help us with this error? It complains about architectures but we installed all 64 bit.

Well, there is arch mismatch obviously. Try installing 32-bit driver instead.

We tried with 32 bit driver. Error is now different:
cognos_click_error2

Connection:
https://bdcognos:pass@10.0.0.8:8443/query?database=bddwh&max_result_bytes=4000000&buffer_size=3000000

cognos_click_connection2

User and pass is correct, database exists, telnet works towards port 8443 from cognos machine. Anything else we can check?