Forum Discussion
ZiyadSyauqi
2 years agoFrequent Visitor
Power BI Data Refresh Error - TCP Provider Error 0
Hello everyone, I'm encountering an issue while trying to refresh a Power BI dataset connected to a SQL Server. The error message is as follows: ``` OLE DB or ODBC error: [DataSource.Error] ...
ZiyadSyauqi
2 years agoFrequent Visitor
Additional information from Idrissshatila
this is the query editor information:
the information on Mquery editor :
```
= xxx{[Schema="yyy",
Item="zzz"]} [Data]
```
The error message info:
```
DataSource.Error: Microsoft SQL: A transport-level error has occurred when receiving results from the server.
(provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
Details:
DataSourceKind=SQL
DataSourcePath=xxx.net;xxx
Message=A transport-level error has occurred when receiving results from the server. (provider: TCP
Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
ErrorCode =- 2146232060
Number=10054
```
thanks