Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODBC driver causes failed refresh of dashboards in Power BI #446

Open
Michael11l opened this issue Jul 21, 2024 · 7 comments
Open

ODBC driver causes failed refresh of dashboards in Power BI #446

Michael11l opened this issue Jul 21, 2024 · 7 comments
Labels

Comments

@Michael11l
Copy link

Michael11l commented Jul 21, 2024

We used clickhouse db on our server and use data from there in power bi, but we are not able to refresh it everytime, it refreshes around 50%of the time successfully.
To connect to this data we use gateway from microsoft and odbc driver from CH.
Microsoft checked all logs in their services and didn't find that something was wrong on their side and they advised to contact you.
The message error is:
{"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"ERROR [HY000] Incomplete input stream, expected at least 17 more bytes"}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"DataSource.Error"}}],"exceptionCulprit":1}}} Table: Deposits and users data.
FYI @[email protected] (Sante)
ClickHouse Case #00013258

@mshustov mshustov added the bug label Jul 22, 2024
@brucezzchen
Copy link

Our situation is the same, and the error happens randomly

@SpencerTorres
Copy link
Member

Similar error message here #419

@ashish135906
Copy link

Same happening with us too. @mshustov Are issues being resolved actively?

@mshustov
Copy link
Member

To start the investigation, we need more information to reproduce the problem:

  1. ClickHouse and driver versions
  2. OS
  3. query log for the period when the problem happens
  4. the driver logs for the period when the problem happens. The logging might be enabled via DriverLog and DriverLogFile DSN parameters:
    # DriverLog = yes
    # DriverLogFile = /tmp/chlickhouse-odbc-driver.log
  5. DDL for a query target table

@abdrakhmash
Copy link

Same problem, but locally data load works and in BI online service refresh fails with incomplete input stream.

@mshustov
Copy link
Member

locally data load works

@abdrakhmash could you elaborate? Do you mean that in your case everything works with PowerBI Desktop?

@abdrakhmash
Copy link

everything works with PowerBI Desktop

Yes, PowerBI desktop on my computer loads data from clickhouse (~180 million rows) and I can work with them. But refresh attempt in online service after publishing results in

Data source error: {"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"ERROR [HY000] Incomplete input stream, expected at least 4 more bytes"}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"DataSource.Error"}}],"exceptionCulprit":1}}} Table: events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants