Error: Incomplete RPL stream received (length = 102303)
I created a report in Report Builder 2.0 which consists of 4 different subreports. when I try to run the report, I get this error:"An error occurred during client rendering.Error: Incomplete RPL stream received (length = 102303)"Can anyone tell why I'm getting this error?Thanks,Shivani
September 18th, 2009 7:03pm

Hi Shivani, That should be a bug in RTM release, and has been solved. Could you please update the SQL Server Reporting Services 2008 to SP1 to solve the issue. The SQL Server Reporting Services 2008 Services Package is available on: http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19&displaylang=en Thanks, Jin ChenJin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
September 21st, 2009 6:03am

I have SP1 installed and I get the error. The error occurs when I render a report and use the paging controls to go to the next or last page. It fails to render any page except the first. "System.NullReferenceException: Object reference not set to an instance of an object." -- Not sure what this is referring to... An error occurred during client rendering. Error: Incomplete RPL stream received (length = 81696). Error: Incomplete RPL stream received (length = 81696). Here are the censored details: library!ReportServer_0-19!f70!02/08/2010-14:13:42:: i INFO: RenderForNewSession('xxxxxxxx') webserver!ReportServer_0-19!f70!02/08/2010-14:13:42:: i INFO: Processed report. Report='xxxxxxxx', Stream='' library!ReportServer_0-19!176c!02/08/2010-14:13:50:: i INFO: RenderFromSession('xxxxxxxx') reportrendering!ReportServer_0-19!176c!02/08/2010-14:13:50:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report., ; Info: Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.ReportingServices.Rendering.SPBProcessing.PageItemContainer.BringRepeatedWithOnPage(RPLWriter rplWriter, List`1 repeatedSiblings, PageContext pageContext) at Microsoft.ReportingServices.Rendering.SPBProcessing.PageItemContainer.CalculateRenderSizes(RPLWriter rplWriter, PageContext pageContext, Interactivity interactivity, List`1 repeatedSiblings, PageItem[]& childrenOnPage) at Microsoft.ReportingServices.Rendering.SPBProcessing.ReportBody.CalculatePage(RPLWriter rplWriter, PageItemHelper lastPageInfo, PageContext pageContext, PageItem[] siblings, RepeatWithItem[] repeatWithItems, Double parentTopInPage, Double& parentPageHeight, Interactivity interactivity) at Microsoft.ReportingServices.Rendering.SPBProcessing.Report.NextPage(RPLWriter rplWriter, PageItemHelper& lastPageInfo, Int32 page, Int32 totalPages, Interactivity interactivity) at Microsoft.ReportingServices.Rendering.SPBProcessing.SPBProcessing.GetReportNextPage(Stream& stream, Boolean collectPageBookmarks) at Microsoft.ReportingServices.Rendering.SPBProcessing.SPBProcessing.GetNextPage(RPLReport& rplReport, Boolean collectPageBookmarks) at Microsoft.ReportingServices.Rendering.HtmlRenderer.ServerRenderer.GetNextPage() at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer..ctor(IReportWrapper report, ISPBProcessing spbProcessing, NameValueCollection reportServerParams, DeviceInfo deviceInfo, NameValueCollection rawDeviceInfo, NameValueCollection browserCaps, CreateAndRegisterStream createAndRegisterStreamCallback, SecondaryStreams secondaryStreams) at Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension.CreateRenderer(Report report, NameValueCollection reportServerParams, DeviceInfo deviceInfo, NameValueCollection rawDeviceInfo, NameValueCollection browserCaps, CreateAndRegisterStream createAndRegisterStreamCallback, Hashtable& renderProperties, Int32 totalPages) at Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension.InternalRender(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& renderProperties, CreateAndRegisterStream createAndRegisterStream) at Microsoft.ReportingServices.Rendering.HtmlRenderer.RenderingExtensionBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& renderProperties, CreateAndRegisterStream createAndRegisterStream) --- End of inner exception stack trace --- at Microsoft.ReportingServices.Rendering.HtmlRenderer.RenderingExtensionBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& renderProperties, CreateAndRegisterStream createAndRegisterStream) at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderFromOdpSnapshot(IRenderingExtension newRenderer, String streamName, ProcessingContext pc, RenderingContext rc, GetResource getResourceCallback) --- End of inner exception stack trace --- library!ReportServer_0-19!176c!02/08/2010-14:13:51:: i INFO: Exception UnhandledReportRenderingException dumped to: C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\Logfiles flags= ReferencedMemory, AllThreads, SendToWatson chunks!ReportServer_0-19!176c!02/08/2010-14:13:51:: w WARN: Rolling back shared chunk transaction for snapshot '8ecf703d-9bbf-4385-a57a-01310ab60cc6', Permanent=False. library!ReportServer_0-19!176c!02/08/2010-14:13:51:: w WARN: Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object. webserver!ReportServer_0-19!176c!02/08/2010-14:13:51:: e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.RSException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object.
February 8th, 2010 10:58pm

In search of a fix, I started removing items from the report until paging started working and there was a hidden textbox on the report that was used as a workaround/hack for SSRS2005. (We put a hidden textbox in the details section of the report and referenced its value in the header so that we can display the detail data in the header of the report.) The fix was to remove that hidden textbox and reference the detail data field directly from the header. It looks like SSRS2008 allows you to reference dataset values from the header or footer. Yay! I just wish the exceptions were a bit more descriptive rather than having to resort to process of elimination.
Free Windows Admin Tool Kit Click here and download it now
February 9th, 2010 11:13pm

Further breaking down of the issue revealed that the location of the hidden textbox that I had on my report was 0in, 0.025in. Once I changed it to 0in, 0in the report's paging would work properly... I imagine that the rendering engine for these reports must be pretty complicated.
February 10th, 2010 6:54pm

I got the same errormessage but my problem was easy to solve. The Sharepoint Server´s HD holding that report was full. 0 kb After i deleted some stuff everthing worked fine again. Bastian
Free Windows Admin Tool Kit Click here and download it now
December 2nd, 2010 10:04am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics