Forum Discussion
ashishrj
10 years agoPower Participant
Issue connecting to SQL Server 2016 Reporting Services server from iPad
Hello folks! As per the documentation given here. I installed a VM for SQL Server 2016 CTP 3.2 in Azure and later tried connecting the same from iPad. But I could not connect successfully (credentia...
DBahat
10 years agoMicrosoft Employee
Hi,
The address you input for the mobile app should be something like http://ssrs.contoso.com/reports (or https).
Depending on your authentication type and active directory settings, the user name should be either <username>, <domain>\<username> or <username>@<domain>.
If your still seeing this issue, can you please provide us with more info?
1. Which SSRS 2016 version are you using?
2. Are you using http or https? (and if https - is your SSL certificate a self signed certificate?)
3. Did you configure any non-default authentication settings on your SSRS server? (The app currently doesn't support custom authentication such as form)
4. Is your server hosted in your corporate network, or an Azure VM?
Thanks,
-David