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

问题描述:

我想部署我在 SQL Server Business Intelligence Development Studio 2008 R2 中创建的报表.我已将 TargetServerURL 设置为 http://mohammad-pc/Reports.我可以通过浏览器访问此路径,但想要部署我得到的报告:

I want to deploy a report that I have created in SQL Server Business Intelligence Development Studio 2008 R2. I have set TargetServerURL to http://mohammad-pc/Reports. I can access this path through a browser, but want to deploy my report I get:

找不到指定的报表服务器网址"

"the specified report server url could not be found"

还有什么我遗漏的设置吗?

Is there any other setting that I missed?

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

Typically, in a default installation, you'll have two URL's:

  • http://yourmachine/ReportServer - for accessing the web service and deploying reports
  • http://yourmachine/Reports - for accessing the browser-based management front-end

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

Depending on your setup, the first URL may differ a bit, for example the port number may be different or a suffix like _SQLEXPRESS may be added.

另请参阅本文档的最后一部分,了解一些示例 URL.以下是有关链接外观的相关引述:

See also the last section of this documentation for some example URLs. Here's a relevant quote on what the links may look like:

...报表服务器 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

...what a report server URL might resemble:
- 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

...URLs that you use to access Report Manager...
- 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