Forum Discussion
Issue connecting to SQL Server 2016 Reporting Services server from iPad
add 'http://' before the server name. It should work!
lushanthan I tried adding http:// but still the same error
'Make sure that you are using SQL 16 Reporting Services Server address'
Any setting required that I am missing from my end ?
- DBahat10 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
- virendra_Mishra9 years agoNew Member
i have the same issue i can not coonect sql 2016 reporting services from my android app.its working fine on browser but not able to connect from phone.
i have give server address :
server address : http:"IP address":port no./reports
domain/username
password
however server is in our corporate network.
sql 2016 version :Microsoft SQL Server 2016 (RTM) - 13.0.1601.5
using http://
its domain based user name and password which working fine in browser on server and outside of server i also can access.
message i am getting "make sure you are using a sql server 2016 reporting services server"
please help me out on this issue.
- virendra_Mishra9 years agoNew Member
i have the same issue i can not coonect sql 2016 reporting services from my android app.its working fine on browser but not able to connect from phone.
i have give server address :
server address : http:"IP address":port no./reports
domain/username
password
however server is in our corporate network.
sql 2016 version :Microsoft SQL Server 2016 (RTM) - 13.0.1601.5
using http://
its domain based user name and password which working fine in browser on server and outside of server i also can access.
message i am getting "make sure you are using a sql server 2016 reporting services server"
please help me out on this issue.