2017-08-08 99 views
0

我有一個問題,我無法弄清楚。當我發佈報告低谷電源BI桌面,我得到一個錯誤:Power BI:已發佈報告無法連接到網關

Publishing succeeded, but the published report can´t connect to the data source because we were unable to find a gateway. Please install and configure an enterprise gateway

我已經安裝並配置了內部部署數據網關(今天,所以它是最新的版本)。本地網絡狀態已連接。我有Azure服務總線

我也配置了電源bi數據源,它顯示連接成功。當我嘗試查看app.powerbi的報告,我得到以下錯誤:

This data source can´t be accessed by a data gateway: Server: localhost; Database: daa I don't know why it shows the server as local host. When I open the report from reporting services It shows the server connection as IP xx.xxx.xxx.xx WHY does it say now localhost?

在它工作正常通過ReportService,但沒有上傳時,app.powerbi

我不知道該怎麼接下來做。

回答

0

此問題與發佈可能是不匹配的憑據。如果您收到數據連接的成功消息,可以發佈,但無法連接到數據源,請確保兩臺數據源服務器在PowerBI桌面和管理網關中都符合要求。例如,如果您有192.168.1.25 \ db作爲桌面數據源服務器連接,那麼它在聯機Power BI Gateway數據源中必須相同,否則報告發布將失敗。如果他們不匹配(也許你已經使用了服務器名稱而不是IP),那麼你的網關將被連接,但發佈不會工作。希望這可以幫助別人:)

相關問題