views:

20

answers:

0

I have reporting services setup and can publish report to it by hitting deploy in Reports Solution. After publishing I can view them through the web server and they work as expected.

However if the report contains any row group the deploy times out. The preview function will work correctly, but publishing times out regardless of timeout length I set.

The log give me such exciting details as:

library!ReportServer_0-1!1c24!10/02/2010-12:24:24:: Call to GetItemTypeAction(/Reports/Copy of Report with para works).
rshost!rshost!8cc!10/02/2010-12:26:56:: e ERROR: ReadCallback(): failed to read in read callback.
rshost!rshost!8cc!10/02/2010-12:26:56:: e ERROR: Failed with win32 error 0x03E3, pipeline=0x01629EA0.
rshost!rshost!1c24!10/02/2010-12:26:56:: e ERROR: HttpPipelineCallback::ReadEntityBody(): failed reading data.
rshost!rshost!1c24!10/02/2010-12:26:56:: e ERROR: Failed with win32 error 0x03E3, pipeline=0x01629EA0.
library!ReportServer_0-1!1c24!10/02/2010-12:26:56:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-1-129304987410241250. , RsWorkerRequest::ReadEntityBody.;
 Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-1-129304987410241250.  ---> System.Runtime.InteropServices.COMException (0x800703E3): The I/O operation has been aborted because of either a thread exit or an application request. (Exception from HRESULT: 0x800703E3)
   at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.ReadEntityBody(Byte[] buffer, Int32 offset, Int32 size)
   at ReportingServicesHttpRuntime.RsWorkerRequest.ReadEntityBody(Byte[] buffer, Int32 offset, Int32 size)

--- End of inner exception stack trace ---