I am trying to connect my PowerBI IOS app to Reporting Services 2016 (13.0.1601.5) using documentation.
During connection I get:
Server address not valid. A server with the specified hostname could not be find. Make sure you're using a SQL Server 2016 Reporting Services server adress, e.g., https://server_address/reports or http://server_address/reports.
using working address in SQL Server Mobile Report Publisher (I can connect to dataset).
rsreportserver file contains:
<Authentication>
<AuthenticationTypes>
<RSWindowsNTLM/>
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>