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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Databricks import error - retry limit to download from cloud store

I am using version: 2.100.1401 - Power BI desktop

Tried to load a delta table in 'Import' mode from Databricks. The below error occurs everytime we try to load- 'apply' the changes.

 

AnnaPras_0-1645061745365.png

 

Table is small to medium with 350K records and 40 columns.

Any help is really appreciated. 

6 REPLIES 6
mashalkr
Regular Visitor

Is there any development to resolve this issue? Also, when does this cloud fetch architecture kicks in, for how big tables? I can see Import mode working for small table, but get this error while trying to load large tables.

Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: [DataSource.Error] ERROR [HY000] [Microsoft][Hardy] (35) Error from server: error code: '0' error message: '[Microsoft][Hardy] (134) File 6583683e-356e-4300-b0e5-733c498fae6c: A retriable error occurred while attempting to download a result file from the cloud store but the retry limit had been exceeded. Error Detail: File 6583683e-356e-4300-b0e5-733c498fae6c: An error had occurred while attempting to download the result file.The error is: [Microsoft][DSI] An error occurred while attempting to retrieve the error message for key 'DSSslErrorMessage' with message parameters [' -The certificate chain is not complete.'] and component ID 110: Could not open error message files - Check that "C:\Program Files\Microsoft Power BI Desktop\bin\ODBC Drivers\Simba Spark ODBC Driver\en-US\DSMessages.xml" or "C:\Program Files\Microsoft Power BI Desktop\bin\ODBC Drivers\Simba Spark ODBC Driver\DSMessages_en-US.xml" exists and are accessible.. Since the connection has been configured to consider all result file download as retriable errors, we will attempt to retry the download.'.. ‘.



What is cloud store here, does it temporarily cache information on cloud somewhere and then download it to be used in Powerbi Desktop? Would whitelisting certain fqdn help resolve this certificate issue? 

MadisZ
Regular Visitor

Clearing the permissions in the data source settings in most cases helps to resolve this issue.

deepu299
Advocate V
Advocate V

For anyone who is facing this error, try adding EnableQueryResultDownload="0" to the source, something like this: 

 

*******, [Catalog=null, Database=null, EnableAutomaticProxyDiscovery=null,EnableQueryResultDownload="0"])

Anonymous
Not applicable

I am using version: 2.100.1401 - Power BI desktop

Tried to load a delta table in 'Import' mode from Databricks. The below error occurs everytime we try to load- 'apply' the changes.

 

AnnaPras_0-1645061745365.png

 

Table is small to medium with 350K records and 40 columns.

Any help is really appreciated. 

v-angzheng-msft
Community Support
Community Support

Hi, @Anonymous 

Try connecting the Databricks to direct query mode and check if the issue goes away.
Here are some reference documents for connecting Databricks:

Power BI

Databricks partners

JDBC\ODBC connection to Azure Dataricks fails

 

If the above resources don't help, in these types of errors our suggestion would be to raise a Support Request with Microsoft, so we can perform a more in depth Troubleshooting to understand exactly what is going on with the issue you are currently facing.

If you have a Pro account it is free. Go to https://support.powerbi.com

Scroll down and click "CREATE SUPPORT TICKET".

 

 

Best Regards,
Community Support Team _ Zeon Zheng

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Anonymous
Not applicable

I tried with the databricks.query option - entered select * from schema_name.table_name  and receive the same error.

AnnaPras_1-1645624605085.png

 

AnnaPras_0-1645624464400.png

 

Is there some limitation on number of rows and columns that can be retrieved?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors