无法从BI VS 2005建立到报表服务器的连接,但是报表服务器是可浏览的

时间:2020-03-06 14:34:44  来源:igfitidea点击:

我已经配置了IIS6,以便浏览到http:// localhost:8082 / Reports会得到报告服务默认主页,这一切与预期的一样。但是,当我尝试通过Microsoft Business Intelligence Visual Studio 2005发布报表时,出现以下错误:无法建立到报表服务器的连接http:// localhost:8082 / Reports尝试连接到报表服务器失败。检查连接信息,并且报表服务器是兼容版本。

我为报表服务器打开了Windows身份验证。这与无法发布项目有什么关系吗?

解决方案

我们是否尝试将报告发布到:

http:// localhost:8082 / ReportsServer

" / ReportsServer"是Reporting Services的Web服务。 " / Reports"是前端。

我不能投票,但是伙计是正确的。转到Project-> Properties,然后将TargetServerURL更改为" http:// localhost:8082 / ReportsServer"。这应该可以减轻问题。

如果需要部署到命名实例,请记住URL将为" http:// servername / ReportServer $ instancename"。