This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Here is the September 2024 release of the on-premises data gateway (version 3000.238.11).
This is a significant milestone in expanding our data integration offering, as you can now use the Copy Activity with on-premises sources.
When establishing a connection to an on-premises SQL Server using the on-premises data gateway or Power BI Desktop and the SQL Server utilizes a self-signed certificate, it's possible that the refresh operation for a Fabric semantic model or dataflow can fail with the following error message:
Microsoft SQL: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)
To avoid or fix this error when using on-premises data gateway, change the gateway configurations to update the SqlTrustedServers setting using the following steps:
SqlTrustedServers entry.SqlTrustedServers value with the names of the SQL servers to trust and connect to.<setting name="SqlTrustedServers" serializeAs="String"> <value>contososql*,mysvr</value> </setting>contososql*,mysvr matches contososql6, contososqlazure, and mysvr, but doesn't match mysvr.microsoft.com.PBI_SQL_TRUSTED_SERVERS to include the SQL Servers. The supported values are the same as outlined for gateway configuration (as described in step 4 above).
For connections to SQL Server from Power BI Desktop and on-premises data gateway versions starting with February 2024, follow one of these options:
PBI_SQL_TRUSTED_SERVERS.SqlTrustedServers on the gateway config file.On-premises_data_gateway_November_2024_release
On-premises_data_gateway_November_2024_release
This version of the gateway will ensure that the reports that you publish to the Power BI Service and refresh via the gateway will go through the same query execution logic/run-time as in the August version of Power BI Desktop. View the data connectivity section of Power BI's September 2024 feature summary for updates on relevant connectors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.