Good day to everyone!
I am trying to reach report on external url
http:// xxx.xxx.xxx:1122/reportserver?[reportfolder]/[reportname]
there exists port forwarding for this external xxx.xxx.xxx:1122 from internal [servername]:8080
url reservations are
<UrlString>http://+:80</UrlString>
<UrlString>http://+:8080</UrlString>
<UrlString>http://+:1122</UrlString>
As I can see, the following occurs
Browse trying to reach from EXTERNAL IP
http:// xxx.xxx.xxx:1122/reportserver?[reportfolder]/[reportname] – about 20 second
Then url in browser address line changes to
http:// xxx.xxx.xxx:8080/reportserver/Pages/ReportViewer.aspx?[reportfolder]/[reportname]
and timeout error message appears
export to PDF and Excel for same report and for same external IP works fine
Am I missing some important settings?
P.S. I’ve tried to set <Service><UtlRoot> setting in reportserver.config, but had no luck
Besides , generally speaking, does this kind of url ([server]/reportserver/Pages/ReportViewer.aspx?) has his own (descriptive) name?
In Microsoft documentation, where they talking about URL ACCESS the url considered is [server]/reportserver
, but in another sources – (like stakeoverflow etc) authors often mention ([server]/reportserver/Pages/ReportViewer.aspx?) as url for URL ACCESS