当我想从Visual Studio将SSRS报告部署到我的Lan网络中的服务器时,我收到此错误。
Could not connect to the report server http://10.42.7.14/ReportServer_MSDEV.
Verify that the TargetServerURL is valid and that you have the correct permissions to connect to the report server.
At Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol()
at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper1.ExecuteMethod(Boolean setConnectionProtocol)
at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.ListItemTypes()
at ReportServiceClient2010.CheckAuthenticated()
at Microsoft.ReportDesigner.Project.ReportClientManager.DetectEndpointAndAuthenticate(String url, ICredentials credentials, String& authCookieName, Cookie& authCookie, EndpointType& endpointType)
at Microsoft.ReportDesigner.Project.ReportClientManager.DetectEndpointAndAuthenticate(String url, ConnectionProperties& connectionProperties)
at Microsoft.ReportDesigner.Project.ReportClientManager.GetCredentials(String url, CancelFlag cancelFlag)
at Microsoft.ReportDesigner.Project.ReportProjectDeployer.PrepareDeploy()
答案 0 :(得分:0)
您可能提供了错误的凭据,每当您将SSRS报告部署到报告服务器时,它会询问用户名和密码,您帖子中的上述错误表明您可能提供了错误的凭据。
用户名和密码必须正确才能访问您的报告服务器。
答案 1 :(得分:0)
答案 2 :(得分:0)
你可以检查一些事情: 检查您使用的URL是否正确,您可以通过转到SQL Server Reporting Services来检查(我相信您需要在您访问此主机的主机上使用admin)并转到Web服务URL部分: SQL Server Reporting Services配置管理器> Web服务URL>报表服务器Web URL
检查您是否可以通过浏览器连接到SSRS服务器,并且可以导航到要将报告上载到的位置。您可以手动将报告添加为BIDeveloper指出的。如果此操作失败,您可能没有足够的权限来使用您上传报告的帐户。
您需要一个具有内容管理器/系统管理员SSRS角色的帐户,以授予您的帐户项级权限,以查看/编辑/管理内容,如下所示: https://msdn.microsoft.com/en-us/library/ms156034.aspx