<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Links in Subscribed Reports using Hostname in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/702199#M10491</link>
    <description>&lt;P&gt;Yes !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked. Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ewan.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 08:57:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-29T08:57:32Z</dc:date>
    <item>
      <title>Links in Subscribed Reports using Hostname</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/476980#M6793</link>
      <description>&lt;P&gt;When a report is emailed to an end user and they've checked the "Include Link" the link is created using the hostname of the server rather than the FQDN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In rsreportserver.config I've set the &amp;lt;UrlRoot&amp;gt; attribute in the &amp;lt;Service&amp;gt; node to be the FQDN of the&amp;nbsp;report server:&amp;nbsp; ie:&amp;nbsp; &amp;lt;UrlRoot&amp;gt;&lt;A href="https://reportservername.domain.edu/ReportServer&amp;lt;/UrlRoot" target="_blank"&gt;https://reportservername.domain.edu/ReportServer&amp;lt;/UrlRoot&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've rebinded the certificate just to make sure it wasn't a flaky bind.&amp;nbsp;&amp;nbsp;It is a wildcard cert, but it works for everything else just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does PBIRS ignore the &amp;lt;UrlRoot&amp;gt; attribute?&amp;nbsp; Anyone else seeing this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 22:50:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/476980#M6793</guid>
      <dc:creator>walkerd</dc:creator>
      <dc:date>2018-07-31T22:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Links in Subscribed Reports using Hostname</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/647456#M9843</link>
      <description>&lt;P&gt;I have the same problem in PBIRS 2019 January, also using a wildcard cert.&lt;BR /&gt;PBIRS ignores the &amp;lt;UrlRoot&amp;gt; attribute.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 12:51:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/647456#M9843</guid>
      <dc:creator>jre1960</dc:creator>
      <dc:date>2019-03-18T12:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Links in Subscribed Reports using Hostname</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/700591#M10469</link>
      <description>&lt;P&gt;I also have come across this problem and I'm using a wildcard certificate. Has anyone found a workaround for this problem? I've installed Power BI Report Server May 2019 version.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 12:47:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/700591#M10469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-27T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Links in Subscribed Reports using Hostname</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/701801#M10488</link>
      <description>&lt;P&gt;I think I found the fix for this. If you look in the most recent ReportingServicesService_&amp;lt;datetime&amp;gt;.log file I saw lines like the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;configmanager!WindowsService_0!134c!05/29/2019-09:20:49:: i INFO: Using report server internal url https://&amp;lt;server FQDN&amp;gt;/ReportServer.
configmanager!WindowsService_0!134c!05/29/2019-09:20:49:: i INFO: Using report server external url http://&amp;lt;server machine name&amp;gt;:80/ReportServer.&lt;/PRE&gt;&lt;P&gt;Notice that the &lt;U&gt;external&lt;/U&gt; url is listed as being the machine/hostname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not very well documented (in fact the docs claim that its only Sharepoint that uses this setting) but I found that adding both ReportServerUrl and ReportServerExternalUrl settings in the rsreportserver.config file fixed this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These setting needs to be nested in the &amp;lt;UI&amp;gt; element (see below)&lt;/P&gt;&lt;PRE&gt;&amp;lt;Configuration&amp;gt;
       ....
	&amp;lt;UI&amp;gt;
		&amp;lt;ReportServerUrl&amp;gt;https://&amp;lt;fqdn&amp;gt;/ReportServer&amp;lt;/ReportServerUrl&amp;gt;
		&amp;lt;ReportServerExternalUrl&amp;gt;https://&amp;lt;fqdn&amp;gt;/ReportServer&amp;lt;/ReportServerExternalUrl&amp;gt;
		&amp;lt;PageCountMode&amp;gt;Estimate&amp;lt;/PageCountMode&amp;gt;
	&amp;lt;/UI&amp;gt;
       ....
&amp;lt;/Configuration&amp;gt;&lt;/PRE&gt;&lt;P&gt;After adding these settings I think you need to stop then start PBIRS for them to take effect. Make sure to take a backup copy of your config file and check the most ReportServerService_&amp;lt;date&amp;gt;.log file after re-starting PBIRS as if you introduce any errors PBIRS may not start up properly, but you should find the reason in this log file.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 23:42:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/701801#M10488</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2019-05-28T23:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Links in Subscribed Reports using Hostname</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/702021#M10489</link>
      <description>&lt;P&gt;I already had ReportServerUrl tag set, &amp;nbsp;but the trick to fix this was the ReportServerExternalUrl tag&lt;BR /&gt;Thanks d_gosbell!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 06:39:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/702021#M10489</guid>
      <dc:creator>jre1960</dc:creator>
      <dc:date>2019-05-29T06:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Links in Subscribed Reports using Hostname</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/702199#M10491</link>
      <description>&lt;P&gt;Yes !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked. Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ewan.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 08:57:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Links-in-Subscribed-Reports-using-Hostname/m-p/702199#M10491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T08:57:32Z</dc:date>
    </item>
  </channel>
</rss>

