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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
EdouardLC
Frequent Visitor

Error configuring Azure Databricks datasource using an On-Prem Data Gateway

Hello,

We are currently configuring a Datasource to connect Power BI to an Azure Databricks SQL Warehouse throught a Power BI Data Gateway installed on a Azure VM.

 

  • The gateway is well installed in our VM without any issue ;
  • The gateway is Online in Power BI Service ;
  • We managed to connect to our Azure Databricks workspace and run queries using the VM ;
  • No Network issue found ; 
  • For a test purpose, we manage to use this gateway to connect to a Sharepoint source ;
  • We faced the same issue using PAT and OAuth authentification.
  • We faced the same issue using September and October Data Gateway Version ;
  • We already try to uninstall the Power BI Data Gateway.

The error message is the following : ODBC: ERROR [IM003] Specified driver could not be loaded due to system error 126: The specified module could not be found. (Simba Spark ODBC Driver New, C:\Program Files\On-premises data gateway\m\ODBC Drivers\New\Spark\SparkODBC_sb64.dll).

EdouardLC_0-1731576498051.png

This DLL file is available in our VM at the same PATH :

EdouardLC_1-1731576638447.png

 

Any idea ?

Thank you very much,
Best regards,
Edouard

 

1 ACCEPTED SOLUTION
EdouardLC
Frequent Visitor

Answer from Microsoft :

Cause \ Resolution

 

This error is because you are not able to access a CRL (certificate revocation list ) URL. The customer will need to find out why they are not able to access the CRL URL. This URL was added to the new driver as a security feature update. Most likely, the customer will need to include it in their allow list.
This behavior will not be reverted in future releases of the GW, hence the justification for the GW versions behavior and the solution moving forwards is what is mentioned in the statement above.

The CRL URL you need to allow is  http://*.digicert.com/*

 

This change will be permanent, that means all the Gateway versions will have this setting set to False:
<setting name="MashupFlightUseOldSparkDriver" serializeAs="String">

             <value>False</value>

</setting>

 

If you don’t to allow that CRL URL, the workaround is to change that setting to True, on the C:\Program Files\On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file

 

View solution in original post

2 REPLIES 2
EdouardLC
Frequent Visitor

Answer from Microsoft :

Cause \ Resolution

 

This error is because you are not able to access a CRL (certificate revocation list ) URL. The customer will need to find out why they are not able to access the CRL URL. This URL was added to the new driver as a security feature update. Most likely, the customer will need to include it in their allow list.
This behavior will not be reverted in future releases of the GW, hence the justification for the GW versions behavior and the solution moving forwards is what is mentioned in the statement above.

The CRL URL you need to allow is  http://*.digicert.com/*

 

This change will be permanent, that means all the Gateway versions will have this setting set to False:
<setting name="MashupFlightUseOldSparkDriver" serializeAs="String">

             <value>False</value>

</setting>

 

If you don’t to allow that CRL URL, the workaround is to change that setting to True, on the C:\Program Files\On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file

 

Anonymous
Not applicable

Same issue for me !

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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