【发布时间】:2017-07-04 04:44:55
【问题描述】:
尝试通过 ReportService2005.asmx 调用时未加载 SSRS 报告。即使路径似乎有效,也收到了下面的堆栈跟踪。我们在 2014 SsRS 盒子上没有这个问题。任何帮助表示赞赏?
System.Web.Services.Protocols.S
oapException: The item '/ZambaReportsBLU/FORMALQUOTATION' cannot be found. ---> M
icrosoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item
'/ZambaReportsBLU/FORMALQUOTATION' cannot be found.
at Microsoft.ReportingServices.Library.ReportExecution2005Impl.LoadReport(Str
ing Report, String HistoryID, ExecutionInfo2& executionInfo)
at Microsoft.ReportingServices.WebServer.ReportExecutionService.LoadReport(St
ring Report, String HistoryID, ExecutionInfo& executionInfo)
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapE
xception: The item '/ZambaReportsBLU/FORMALQUOTATION' cannot be found. ---> Micro
soft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ZambaReportsBLU/FORMALQUOTATION' cannot be found.
at Microsoft.ReportingServices.Library.ReportExecution2005Impl.LoadReport(Str
ing Report, String HistoryID, ExecutionInfo2& executionInfo)
at Microsoft.ReportingServices.WebServer.ReportExecutionService.LoadReport(St
ring Report, String HistoryID, ExecutionInfo& executionInfo)
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClie
ntMessage message, WebResponse response, Stream responseStream, Boolean asyncCal
l)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodN
ame, Object[] parameters)
【问题讨论】:
标签: reporting-services reportingservices-2005