本文介绍了SQL Server Reporting Services 中的 rsExecutionNotFound 错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 SQL Server Reporting Services 2005 安装,它已经运行了好几年了,但最近偶尔出现故障.

I have a SQL Server Reporting Services 2005 installation that has worked great for a few years now, but has been giving me occasional glitches recently.

我正在使用默认的报告服务网站,而不是将报告嵌入到我的应用程序中,这已被证明是一种非常有效的报告部署方式.操作系统为 Windows Server 2003,正在运行 XP 的 IE8 上查看报告.

I'm using the default reporting services website instead of embedding reports into my application, which has proven a very efficient way to deploy the reports. The OS is Windows Server 2003 and the reports are being viewed on IE8 running XP.

没什么大不了的.每次刷新浏览器都会立即显示报告.我想这可能是一个缓存问题.它确实会吓到用户,因此最好解决此错误.

It's not a big deal. Refreshing the browser brings the report right up each time. I guess it might be a cacheing issue. It does scare users, so it would be nice to squash this bug.

有什么想法吗?

找不到执行 'j0cnbcqzv5lxg1imzqouqxya' (rsExecutionNotFound)说明:在执行当前 Web 请求期间发生未处理的异常.请查看堆栈跟踪以获取有关错误及其在代码中的来源的更多信息.

Execution 'j0cnbcqzv5lxg1imzqouqxya' cannot be found (rsExecutionNotFound)Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

异常详细信息:Microsoft.Reporting.WebForms.ReportServerException:找不到执行j0cnbcqzv5lxg1imzqouqxya"(rsExecutionNotFound)

Exception Details: Microsoft.Reporting.WebForms.ReportServerException: Execution 'j0cnbcqzv5lxg1imzqouqxya' cannot be found (rsExecutionNotFound)

源错误:

在执行当前 Web 请求期间生成了未处理的异常.可以使用下面的异常堆栈跟踪来识别有关异常来源和位置的信息.

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

堆栈跟踪:

[ReportServerException: 找不到执行 'j0cnbcqzv5lxg1imzqouqxya' (rsExecutionNotFound)]Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() +289Microsoft.Reporting.WebForms.ServerReport.SetExecutionId(String executionId, Boolean fullReportLoad) +120Microsoft.Reporting.WebForms.ServerReport.LoadFromUrlQuery(NameValueCollection requestParameters, Boolean fullReportLoad) +101Microsoft.Reporting.WebForms.ReportDataOperation..ctor() +321Microsoft.Reporting.WebForms.HttpHandler.GetHandler(String operationType) +458Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext 上下文) +56System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

[ReportServerException: Execution 'j0cnbcqzv5lxg1imzqouqxya' cannot be found (rsExecutionNotFound)] Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() +289 Microsoft.Reporting.WebForms.ServerReport.SetExecutionId(String executionId, Boolean fullReportLoad) +120 Microsoft.Reporting.WebForms.ServerReport.LoadFromUrlQuery(NameValueCollection requestParameters, Boolean fullReportLoad) +101 Microsoft.Reporting.WebForms.ReportDataOperation..ctor() +321 Microsoft.Reporting.WebForms.HttpHandler.GetHandler(String operationType) +458 Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context) +56 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

版本信息:Microsoft .NET Framework 版本:2.0.50727.3603;ASP.NET 版本:2.0.50727.3082

Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

推荐答案

试试这个(延长报告会话"超时时间)http://blogs.msdn.com/b/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx

Try this (extending the "report session" timeout)http://blogs.msdn.com/b/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx

这篇关于SQL Server Reporting Services 中的 rsExecutionNotFound 错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 01:42
查看更多