Prev: Error: cannot read the next data row for the data set dataset1 in sql reporting service
Next: 4 days and still can't get my report to depoly (help)...
From: Mark Goldin on 11 Sep 2007 08:32 Can someone please explain what is this? That happend when I clicked on a plus sign to collapse a node in the repport. Server Error in '/Reports' Application. -------------------------------------------------------------------------------- Execution '2ns4uy45lycd42r4fhindozx' 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. Exception Details: Microsoft.Reporting.WebForms.ReportServerException: Execution '2ns4uy45lycd42r4fhindozx' cannot be found (rsExecutionNotFound) Source Error: 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. Stack Trace: [ReportServerException: Execution '2ns4uy45lycd42r4fhindozx' cannot be found (rsExecutionNotFound)] Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() +286 Microsoft.Reporting.WebForms.ServerReport.SetExecutionId(String executionId, Boolean fullReportLoad) +109 Microsoft.Reporting.WebForms.ServerReport.LoadFromUrlQuery(NameValueCollection requestParameters, Boolean fullReportLoad) +90 Microsoft.Reporting.WebForms.ReportDataOperation..ctor() +322 Microsoft.Reporting.WebForms.HttpHandler.GetHandler() +508 Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context) +9 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +303 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
From: EMartinez on 11 Sep 2007 13:30
On Sep 11, 7:32 am, "Mark Goldin" <mgol...(a)ufandd.com> wrote: > Can someone please explain what is this? That happend when I clicked on a > plus sign to collapse a node in the repport. > Server Error in '/Reports' Application. > -------------------------------------------------------------------------------- > > Execution '2ns4uy45lycd42r4fhindozx' 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. > > Exception Details: Microsoft.Reporting.WebForms.ReportServerException: > Execution '2ns4uy45lycd42r4fhindozx' cannot be found (rsExecutionNotFound) > > Source Error: > > 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. > > Stack Trace: > > [ReportServerException: Execution '2ns4uy45lycd42r4fhindozx' cannot be found > (rsExecutionNotFound)] > Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() +286 > Microsoft.Reporting.WebForms.ServerReport.SetExecutionId(String > executionId, Boolean fullReportLoad) +109 > Microsoft.Reporting.WebForms.ServerReport.LoadFromUrlQuery(NameValueCollection > requestParameters, Boolean fullReportLoad) +90 > Microsoft.Reporting.WebForms.ReportDataOperation..ctor() +322 > Microsoft.Reporting.WebForms.HttpHandler.GetHandler() +508 > Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext > context) +9 > System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() > +303 > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > completedSynchronously) +64 > > -------------------------------------------------------------------------------- > Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET > Version:2.0.50727.832 You may just need to close and reopen Report Mgr/Visual Studio or restart IIS (via 'iisreset' at the command line). If you have MS CRM installed, you may need to install the latest update (http:// support.microsoft.com/kb/829888 ). Hope this helps. Regards, Enrique Martinez Sr. Software Consultant |