首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >SSRS 2008不呈现报告

SSRS 2008不呈现报告
EN

Stack Overflow用户
提问于 2013-06-27 18:30:11
回答 1查看 1.6K关注 0票数 4

我有几台计算机可以毫无问题地呈现大型报表,但是其他几台计算机无法呈现报表和崩溃报告服务。

我们有SQL Server2008 R2 SP1,并且我们观察到,在呈现此报表时,reporting services应用程序的内存使用量从300MB增加到1,2 is。

下面是报告崩溃时的日志文件:

代码语言:javascript
复制
rshost!rshost!4cf0!06/26/2013-10:33:38:: e ERROR: WriteCallback(): failed to write in write callback.
rshost!rshost!4cf0!06/26/2013-10:33:38:: e ERROR: Failed with win32 error 0x03E3, pipeline=0x00000000063D2400.
rshost!rshost!106c!06/26/2013-10:33:38:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
rshost!rshost!106c!06/26/2013-10:33:38:: e ERROR: Failed with win32 error 0x03E3, pipeline=0x00000000063D2400.
httpruntime!ReportServer_0-1!106c!06/26/2013-10:33:38:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=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.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
library!ReportServer_0-1!106c!06/26/2013-10:33:38:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-1-130167083080132500.  ---> 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 ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
   at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
   --- End of inner exception stack trace ---;

你知道是什么导致了这个错误吗?为什么在一些计算机上会出现这种情况,而在另一些计算机上一切正常呢?

提前谢谢。

EN

回答 1

Stack Overflow用户

发布于 2017-12-21 17:48:31

如果您使用的是Server Reporting Services (联机界面),并且出现问题的是最终用户(只读您的报表),最重要的是,您要确保报表工作正常。

您可以先尝试缓存报告。这可能会解决您的问题,还会让最终用户更满意,因为报告的加载速度会非常快。

您可以在此处阅读有关缓存的内容:https://docs.microsoft.com/en-us/sql/reporting-services/report-server/caching-reports-ssrs

这里有一些关于如何设置缓存的老指令:http://bhushan.extreme-advice.com/caching-ssrs-reports/

顺便说一句,您还应该确保:-users具有与您相同的权限-the文件是最新的,并且对所有用户都可用

从这里很难说是什么问题。如果缓存不能解决这个问题,试试你的运气吧……它一定会把你的报告和你的客户的幸福感提升到一个新的水平。

干杯,Kacper

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/17340760

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档