Skip to main content
Question

Fabric connection in TimeXtender 20.10.74.64

  • September 24, 2026
  • 4 replies
  • 19 views

Hi,

Is it possible to connect to a Microsoft Fabric OneLake using a specific data source in TimeXtender version 20.10.74.64?

We have tried using a SQL Database connection, but are encountering authentication errors, as the connection depends on Microsoft Entra ID authentication.

4 replies

bas.hopstaken
TimeXtender Xpert
Forum|alt.badge.img+5
  • TimeXtender Xpert
  • September 24, 2026

Hi ​@annfoss , 

I know a ODBC connection is a option. But not sure if there are any other options. 


  • Author
  • Participant
  • September 24, 2026

Hi ​@annfoss , 

I know a ODBC connection is a option. But not sure if there are any other options. 

Hi ​@bas.hopstaken  The “Generic ODBC Data Source” ? 


Christian Hauggaard
Community Manager
Forum|alt.badge.img+5

​@annfoss  The Fabric SQL analytics endpoint only accepts Entra ID authentication, and the 20.10 native SQL data source does not currently support this.

As a workaround, you could try to use OLEDB Any Source data source with an external driver that supports Entra ID.

  1. Install Microsoft OLE DB Driver 19 for SQL Server (MSOLEDBSQL19) on the machine running the ODX/BU service
  2. Add it as an Any Source OLE DB (or Any Source ADO.NET) data source, pointing at the Lakehouse's SQL endpoint.
  3. Choose an Entra auth mode the driver supports: Entra password (the user can't have MFA), or service principal. Interactive/MFA won't work for scheduled executions.

Please note that the above is a workaround, and connecting to Microsoft Fabric OneLake as a data source is not officially supported in 20.10

Please see article regarding the data source supported in TDI: 

Please also see related discussion here:

 


bas.hopstaken
TimeXtender Xpert
Forum|alt.badge.img+5
  • TimeXtender Xpert
  • September 24, 2026

Hi ​@annfoss , 

I know a ODBC connection is a option. But not sure if there are any other options. 

Hi ​@bas.hopstaken  The “Generic ODBC Data Source” ? 

 

Hi ​@annfoss ,

Not sure what type of storage you’re trying to connect to in Fabric? Maybe the Parquet connector is an option as well.

If you’re connecting to a Fabric Warehouse, you should be able to use the SQL connector, although it does not support service principal authentication. The ODBC SQL Server connection does support service principal authentication.

A new ODBC driver is available as well (although it’s still in preview): Microsoft ODBC Driver for Microsoft Fabric Data Engineering - Microsoft Fabric | Microsoft Learn