Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hello,
since yesterday I have a problem with the data update in PowerBI. Locally in the DesktopApp everything works as usual, but online I see a warning message in the datasets.
The warning message says:
Unfortunately, a problem has occurred.
Could not connect to the datasource "undefined".
Try again later, or contact support. Provide the following details when contacting support.
Cluster-URIWABI-WEST-EUROPE-B-PRIMARY-redirect.analysis.windows.net
The data source is reachable, I see under Datasets, Gateway. Status is displayed in green.
The on-premises data gateway is running, current version 3000.72.6.
Have additionally looked in the logs from the gateway, in the GatewayErrors is the following entry, which seems strange to me:
Error reading data from provider:
"The file or assembly "Microsoft.Data.SqlClient, Version=1.13.20136.2, Culture=neutral, PublicKeyToken=....." or a dependency on it was not found.
The system cannot find the specified file."
Maybe someone had a similar problem and can give me a hint.
Thanks a lot,
Egon.
Solved! Go to Solution.
Hi @egonsa ,
Please try to installed the latest version of System.Data.SqlClient nuget package.
Refer to:
c# - Could not load file or assembly 'System.Data.SqlClient, Version=4.4.0.0 - Stack Overflow
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @egonsa ,
Please try to installed the latest version of System.Data.SqlClient nuget package.
Refer to:
c# - Could not load file or assembly 'System.Data.SqlClient, Version=4.4.0.0 - Stack Overflow
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you, this was the solution!
Regards,
Egon.