-
Notifications
You must be signed in to change notification settings - Fork 89
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
Comments
Our situation is the same, and the error happens randomly |
Similar error message here #419 |
Same happening with us too. @mshustov Are issues being resolved actively? |
To start the investigation, we need more information to reproduce the problem:
|
Same problem, but locally data load works and in BI online service refresh fails with incomplete input stream. |
@abdrakhmash could you elaborate? Do you mean that in your case 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
|
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
The text was updated successfully, but these errors were encountered: