Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Ana67
New Member

Error when updating Power BI connected to Impala . Gateway partially connected.

 I have a PowerBi application with some dashboards. The dashboards are updated according to the configuration at least 2 times a day. The dashboards connected to Impala sometimes do not update and I get this error (see below). It does not happen all the time but many times. I have to update it manually every time I get the error. 

I use cloudera ODBC driver (64 bit) and basic gateway (PowerBi Cloud): on-premise data gateway.

If a check the gateway, I get the message that the "Local gateway partially connected: The test connection was partially made because the gateway cluster is accessible, but not all members are online. Open the gateway cluster details pane to determine which gateway members are inaccessible."

Can you help me to solve the update problems?

Thank you,

Error message:  

  • {"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":"ODBC: ERROR [HY000] [Microsoft][DriverSupport] (1170) Unexpected response received from server. Please ensure the server host and port specified for the connection are correct."}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.ErrorCode","detail":{"type":1,"value":"10478"}},{"code":"Microsoft.Data.Mashup.ValueError.DataSourceKind","detail":{"type":1,"value":"Impala"}},{"code":"Microsoft.Data.Mashup.ValueError.DataSourcePath","detail":{"type":1,"value":"md-iplb-rbap.emea.bosch.com:21050"}},{"code":"Microsoft.Data.Mashup.ValueError.OdbcErrors","detail":{"type":1,"value":"#table({\"SQLState\", \"NativeError\", \"Message\"}, {})"}},{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"DataSource.Error"}}],"exceptionCulprit":1}}} Table: qmm_process_uss5_fermasilb_batch.URI de clústerWABI-NORTH-EUROPE-L-PRIMARY-redirect.analysis.windows.net
8 REPLIES 8
v-pnaroju-msft
Community Support
Community Support

Hi Ana67,

Thank you for your update, and we sincerely apologise for the inconvenience caused.

Since the issue remains unresolved, we kindly request you to raise a Microsoft support ticket using the link provided below. The support team will be able to offer specific insights related to your account and suggest appropriate resolutions.
Microsoft Fabric Support and Status | Microsoft Fabric

If you find our response helpful, we would be grateful if you could mark it as the accepted solution. This will assist other community members who may be facing similar queries. Should you have any further questions, please do not hesitate to reach out to the Microsoft Fabric community.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Hi Ana67,

We wanted to check in regarding your query, as we have not heard back from you. If you have resolved the issue, sharing the solution with the community would be greatly appreciated and could help others encountering similar challenges.

If you found our response useful, kindly mark it as the accepted solution to guide other members.

Thank you.

Hello Comunity, 

 

I have tried all the recomendations /ideas but I 'm still having the intermittent refresh failures.

I'm still looking for the solution.

I will post it as soon as I find it.

In any case, I appreciate all your recomendations,

 

Thank you, 

v-pnaroju-msft
Community Support
Community Support

Hi Ana67,

We have not received a response from you regarding the query and were following up to check if you have found a resolution. If you have identified a solution, we kindly request you to share it with the community, as it may be helpful to others facing a similar issue.

If you find the response helpful, please mark it as the accepted solution, as this will help other members with similar queries.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Thankyou, @nilendraFabric@BhavinVyas3003, and @rohit1991, for your responses.

Hi Ana67,

We sincerely appreciate your inquiry through the Microsoft Fabric Community Forum.

Based on our understanding, the intermittent refresh failures may be due to the following reasons:

  1. Partial availability of the gateway cluster, where some nodes are offline.
  2. An unstable ODBC layer with Impala, resulting in network handshake or timeout errors (ODBC: ERROR [HY000]).
  3. The gateway service account lacking the necessary network or certificate permissions during unattended scheduled refreshes.

Please kindly follow the additional steps outlined below, which may help in resolving the issue:

  1. The Windows service account running the gateway (PBIEgwService) must have Read access to any SSL certificates used by the Impala DSN, as well as network permissions to reach the Impala server DNS and port. If a custom service account is used, please ensure it is not restricted by Group Policy or firewall settings.
  2. Enable detailed logging in the gateway to capture any transient network or certificate issues during service refreshes. You can do this by modifying the file located at:
    C:\Program Files\On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config
    Set the logging level to Verbose, then reproduce the error and collect the logs for further analysis.
  3. Kindly avoid hosting the gateway on machines that also run user applications or have antivirus/firewall software which may interfere with ODBC communication during idle or scheduled hours. It is advisable to use a dedicated VM or server with a static IP and always-on connectivity.
  4. The message “Unexpected response from server” could also be caused by Impala’s backend limits such as query queue, memory, or user session caps. Please coordinate with your Cloudera administrator to review the logs for query failures or connection drops.

Additionally, please refer to the following link for further guidance:
Monitor and optimize on-premises data gateway performance | Microsoft Learn

If you find our response helpful, we kindly request you to mark it as the accepted solution and provide kudos. This will assist other community members who might face similar issues.

Should you have any further queries, please feel free to reach out to the Microsoft Fabric community.

Thank you.

rohit1991
Super User
Super User

Hi @Ana67 ,

It sounds like the core issue stems from the Power BI gateway cluster being only partially connected, which intermittently impacts your scheduled dashboard refreshes from Impala. Based on your error and the manual refresh success, your base connection is configured correctly, but service refreshes via the gateway often fail when not all gateway members are online.

 

I recommend first opening the gateway cluster details in the Power BI Service and ensuring every gateway node is online and updated to the latest version. Remove or repair any offline/inaccessible nodes, as a stable cluster is essential for reliable refreshes.

 

Also, double-check your Cloudera ODBC driver version for compatibility with both your Impala server and the gateway environment—upgrading to the latest version from Cloudera can resolve many connectivity quirks. From the error message, you might also be encountering transient network issues; try testing your ODBC connection directly on the gateway machine using tools like ODBC Data Source Administrator or DBeaver, and confirm that the server and port (md-iplb-rbap.emea.bosch.com:21050) are accessible.

 

If you use SSL, ensure that the certificates are current and accessible by the gateway service account. You may also want to increase the ODBC socket timeout in your DSN configuration and enable any retry options available, to make your scheduled refreshes more resilient to minor network hiccups.

 

Finally, staggering your Power BI scheduled refreshes can help avoid resource contention, and using Power Automate or the Power BI REST API to automatically retry failed refreshes can further reduce manual intervention. Following these steps should help resolve your update problems and make your Power BI dashboards refresh reliably.

 

Passionate about leveraging data analytics to drive strategic decision-making and foster business growth.

Connect with me on LinkedIn: Rohit Kumar.

 

 

BhavinVyas3003
Memorable Member
Memorable Member

Hi @Ana67 ,

 

Fix Gateway Cluster:

  • Go to Power BI Service > Manage Gateways.
  • Ensure all gateway members are online and updated to the latest version.
  • Remove or fix any offline/inaccessible nodes.

Test and Fix ODBC Connection:

  • Use ODBC Data Source Admin or tools like DBeaver on the gateway machine.
  • Verify connection to: md-iplb-rbap.emea.bosch.com:21050.
  • Check network/firewall/DNS if connection fails.

Use Compatible Cloudera ODBC Driver:

  • Confirm driver version is compatible with your Cloudera Impala version.
  • Download/update from Cloudera official site.

Increase Timeout and Enable Retry:

  • In the ODBC DSN settings, increase Socket Timeout to at least 60 seconds.
  • Enable retry options, if available.

Stagger Power BI Scheduled Refreshes:

  • Space out refreshes to avoid overlapping and reduce load.

Use API or Power Automate for Backup Refresh:

  • Set up Power BI REST API or Power Automate to retry refreshes on failure.

Thanks,
Bhavin
Problem solved? Hit “Accept as Solution” and high-five me with a Kudos! Others will thank you later!
nilendraFabric
Community Champion
Community Champion

Hi @Ana67 

 

The fact that manual refreshes work suggests the core connection is valid, but scheduled/service refreshes via the gateway hit issues—often because the gateway service environment differs from your desktop environment

 

Open the gateway cluster details in Power BI Service and bring all members online.

Upgrade to the latest Cloudera ODBC driver for Impala.

If SSL is enabled, ensure certificates are valid and accessible to the gateway service

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.