rsExecutionNotFound error in SQL Server Reporting Services

陌路散爱 提交于 2019-12-04 16:34:06

Here is a thread that might help...not sure if you tried it already.

In this case updating Microsoft.ReportViewer.WebForms.dll was a fix.

I also saw where it could be caused by a problem with NT Authority\Network Service account.

A quick "Google" with SSRS 2005 Execution "cannot be found" produced quite a few other options as well.

HTH

Take a look here :

http://blogs.msdn.com/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx

This can happen when a report takes a long time to run, using a script with rs.exe to increase the RS session lifetime may well help.

Dominic Zukiewicz

I have answered this question in this thread.

It is to do with the execution context in the Session expiring.

Ricardo Pratti

In my case, this error ocurred only in the Browsers Internet Explorer 8 and Internet Explorer 9 with reports that takes more than 20 minutes for execute. I solved this problem optimizing the sql query procedure ( before optimize took 30 minutes to execute ) and now takes 3 minutes.

I tried to configure increasing the session timeout in ReportManager configuration but anything solve the problem.

This error is weird because in Google Chrome and Firefox works fine!

the reason of this issue may be below:
1 - > your login has expired OR
2 - > The server on which SSRS report deployed, below services has stopped
    a - > MS SQL SERVER
    b - > SQL Server Agent is not running

to resolve go to the server and start these services

None of the aforementioned things worked for me. My reports aren't working from the Report browser interface, even though it used to. It does however work from the server URL.

eg) The /ReportServer context works fine, and NOT the /Reports context whilst browsing to reports.

This is ok since I can still upload reports, and our applications use the server URL.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!