部署到报告服务器时出现"找不到指定的报告服务器URL"错误

Kar*_*ous 23 reporting-services

我想部署一个我在SQL Server Business Intelligence Development Studio 2008 R2中创建的报表.我已经开始TargetServerURLhttp://mohammad-pc/Reports.我可以通过浏览器访问此路径,但想要部署我的报告:

"无法找到指定的报表服务器URL"

我错过了其他任何设置吗?

Jer*_*oen 38

通常,在默认安装中,您将拥有两个URL:

根据您的设置,第一个URL可能略有不同,例如端口号可能不同,或者_SQLEXPRESS可能添加后缀等.

有关示例URL,另请参阅本文档的最后一部分.以下是链接可能的相关报价:

...报表服务器URL可能类似于:
- http://localhost/reportserver
- http://localhost/reportserver_SQLEXPRESS
- http://sales01/reportserver
- http://sales01:8080/reportserver
- https://sales.adventure-works.com/reportserver
-https://www.adventure-works.com:8080/reportserver01

...用于访问报表管理器的URL ...
- http://localhost/reports
- http://localhost/reports_SQLEXPRESS
- http://sales01/reports
- http://sales01:8080/reports
- https://sales.adventure-works.com/reports
-https://www.adventure-works.com:8080/reports

  • 将它更改为ReportServer为我做了诀窍.谢谢@Jeroen (3认同)
  • 要清楚,你可以通过转到FILE - > Project - > <projectName> Properties来设置它.F4或rightclick - >解决方案资源管理器中的属性不会显示您的想法 (2认同)
  • 附加"ReportServer"对我有用; 我一直在尝试URL,它是"http:// <serverName>/Reports"(这是获取报告的URL),但是没有用 - "http:// <serverName>/ReportServer" - 谢谢! (2认同)

Kar*_*ous 14

我找到了解决方案.我的网址错了.为了获得正确的URL,我进入了"开始"菜单>"SQL Server 2008">"配置工具">"Reporting Services配置".在Web服务URL部分,有一个虚拟目录,它是我计算机上的SSRS目录的目录.所以正确的URL是"http:// localhost/[Reporting Service Virtual directory]".在我的例子中,它是"http:// localhost/ReportServer_SQL2008".

这里有一篇好文章:

http://alexduggleby.com/2008/07/18/sql-server-reporting-services-2008-tutorial-in-5-minutes-or-how-to-send-my-boss-a-report-from-一个 - 视图 - 快速/