在 Reporting Services 2008 webservice 中调用 renderstream 时出错

Chr*_*ris 5 c# sql asp.net ssrs-2008

在我的应用程序中,我有一个存储在 Reporting Services 中的图表,有一个名为“RenderStream”的方法被调用,但它给出了以下错误:

“System.Web.Services.Protocols.SoapException 未由用户代码处理 Message="System.Web.Services.Protocols.SoapException: 所选报告尚未准备好查看。报告还在

呈现或报表快照不可用。---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportNotReadyException:

所选报告尚未准备好查看。报表仍在呈现或报表快照不可用。\n 在

Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.RenderStream(String Format, String StreamID, String DeviceInfo, Byte[]&

结果、字符串和编码、字符串和 MimeType)\n 在 Microsoft.ReportingServices.WebServer.ReportExecutionService.RenderStream(String

格式、字符串StreamID、字符串DeviceInfo、字节[]&结果、字符串&编码、字符串&MimeType)"

有没有人遇到过这个错误?

提前非常感谢,克里斯。

mad*_*nic 0

尝试禁用快照隔离

更改数据库 AdventureWorks SET ALLOW_SNAPSHOT_ISOLATION = OFF