views:

194

answers:

1

Hi,

In my app I have a chart that is stored in Reporting Services, there is a method called 'RenderStream' which is called but it gives the following error:

"System.Web.Services.Protocols.SoapException was unhandled by user code Message="System.Web.Services.Protocols.SoapException: The selected report is not ready for viewing. The report is still being

rendered or a report snapshot is not available. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportNotReadyException: The

selected report is not ready for viewing. The report is still being rendered or a report snapshot is not available.\n at

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

Result, String& Encoding, String& MimeType)\n at Microsoft.ReportingServices.WebServer.ReportExecutionService.RenderStream(String

Format, String StreamID, String DeviceInfo, Byte[]& Result, String& Encoding, String& MimeType)"

Has anyone come across this error before?

Many thanks in advance, Chris.

A: 

Try Disabling Snapshot Isolation

ALTER DATABASE AdventureWorks SET ALLOW_SNAPSHOT_ISOLATION = OFF

madatanic