Cal*_*leb 5 reporting-services power-bi-report-server
我最近从 SSRS Report Server 2008 升级到 Power BI Report Server 2017。我还设置了一个别名 URL 链接来访问服务器。
通过电子邮件订阅从新服务器发送报告时,可以选择将链接发送到报告服务器。使用新的reportserver 时,链接不使用reportserver 别名链接到服务器。它改为使用 SSRS 服务器本身的机器名称。
例如: HTTP://机器/报告/ REPORTNAME 代替: http://reportserveralias.example.com/reports/reportname
我确实在 rsreportserver.config 文件中找到了正确描述 URLRoot 的 microsft 链接。这是一个指向 Microsoft 网站的链接,该链接描述了该文件的功能。
我尝试编辑它,但无济于事。之后我也尝试重新启动报告服务,但没有奏效。任何人都可以帮我解决这个问题吗?
谢谢!
小智 5
您确实必须在 RSReportServer.config 文件中配置 UrlRoot,但它不能指向 Web Portal,而是指向 Web Service。在大多数情况下,虚拟目录被命名为“reportserver”(在Webservice URL下的Reporting Services 配置管理器中验证这一点)。
RSReportServer.config 文件中的配置选项位于
<Configuration>
...
<Service>
...
Run Code Online (Sandbox Code Playgroud)
在你的场景中,它应该是这样的:
<UrlRoot>http://reportserveralias.example.com/reportserver</UrlRoot>
Run Code Online (Sandbox Code Playgroud)
作为附加建议,将 Web 服务和 Web 门户 URL 绑定到 SSL 证书(为 reportserveralias.example.com 或 *.example.com 颁发)并https改为使用。
| 归档时间: |
|
| 查看次数: |
4235 次 |
| 最近记录: |