简体   繁体   English

Reporting Service部署错误-无法建立与报表服务器的连接

[英]Reporting Service deployment error - Connection could not be made to the report server

i'm using sql server 2005 and i tried to make a reporting service project using Microsoft Visual Studio 2005 but when i make a deploy my report to my Report Server i got this error !! 我正在使用sql server 2005,并且尝试使用Microsoft Visual Studio 2005进行报表服务项目,但是当我将报表部署到报表服务器时,出现此错误!

Microsoft Report Designer: Microsoft报表设计器:

"A connection could not be made to the report server http://localhost/reportserver ." “无法建立与报表服务器http:// localhost / reportserver的连接 。”

Additional Information: 附加信息:

The operation has timed out (System.Web.Services) 操作已超时(System.Web.Services)

So, can any one help me on that and for .. i thought that its something with reporting service configuration, but i made all the configuration SQL reporing service may need. 因此,任何人都可以帮我这个忙。..我认为它与报告服务配置有关,但是我提供了SQL报表服务可能需要的所有配置。

Regards 问候

When deploying a SSRS-report you need to make sure that the windows-id or credentials being used to deploy the report have appropriate rights on the report server or not (and also for the folder on the report-server where you are trying to deploy). 部署SSRS报表时,您需要确保用于部署报表的Windows-id或凭据在报表服务器上是否具有适当的权限(以及尝试在其中部署报表服务器上的文件夹的权限) )。 Though the location (http://[Server Name]/ReportServer/) for deploying the report doesn't have to be that of the database from which that report query is going to extract the data, the windows-id has to have at least "content-manager" rights. 尽管用于部署报告的位置(http:// [服务器名称] / ReportServer /)不必是该报告查询将要从中提取数据的数据库的位置,但Windows-id必须位于最少的“内容管理员”权利。

Please see if this helps. 请查看是否有帮助。

Thanks. 谢谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM