Forum Discussion
Facing issue while scheduled refreshing semantic model
- 3 months ago
Hi Sandeep_1007,
This is a classic SQL Server SSL/TLS certificate error that occurs when the Gateway or the connecting machine does not trust the certificate presented by the SQL Server.
Add TrustServerCertificate=True in the connection string
In your Gateway data source settings (Power BI Service → Manage Gateways), edit the data source and add to the connection string:
TrustServerCertificate=True
Use this in trusted internal environments only👌
Hope this helps! Don't forget to ask for more information. Don't forget to mark as solution and thumbs up in order to keep helping 🙂
Hi Sandeep_1007,
This is a classic SQL Server SSL/TLS certificate error that occurs when the Gateway or the connecting machine does not trust the certificate presented by the SQL Server.
Add TrustServerCertificate=True in the connection string
In your Gateway data source settings (Power BI Service → Manage Gateways), edit the data source and add to the connection string:
TrustServerCertificate=True
Use this in trusted internal environments only👌
Hope this helps! Don't forget to ask for more information. Don't forget to mark as solution and thumbs up in order to keep helping 🙂
- blopez113 months agoSuper User
Please also see the following: https://community.fabric.microsoft.com/t5/Power-BI-Updates-Blog/On-premises-data-gateway-September-2024-Release/ba-p/5174397