我正在尝试使用文档将我的 PowerBI IOS 应用程序连接到 Reporting Services 2016 (13.0.1601.5) 。
在连接期间,我得到:
服务器地址无效。 找不到具有指定主机名的服务器。确保您使用的是 SQL Server 2016 Reporting Services 服务器地址,例如https://server_address/reports或 http://server_address/reports。
使用 SQL Server Mobile Report Publisher 中的工作地址(我可以连接到数据集)。
rsreportserver 文件包含:
<Authentication>
<AuthenticationTypes>
<RSWindowsNTLM/>
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>