links in email embedded reports point to machine name
I'm using SSRS 2008 R2. The report server is exposed to our intranet via a proxy. Users access the reports by
http://myapp.myagency.gov/reports. The SSRS server thinks its url is
http://{machinename}/reports. Everything works fine until I generate and send reports via email. All of the links (in the email or embedded in the reports) point to
http://{machinename}/reportserver which doesn't resolve for users. How can I tell the server to use its Fully Qualified Domain Name in links send in emails?
Thanks,
Dan
February 11th, 2011 8:11pm
Hi Dan,
Open the rsreportserver.config file, find the <UrlRoot></UrlRoot> entry and update it like <UrlRoot>http://myapp.myagency.gov/ReportServer</UrlRoot> to achieve your purpose.
thanks,
Jerry
Free Windows Admin Tool Kit Click here and download it now
February 15th, 2011 8:12am