Hi Teo,
The report that was created in SSRS 2008 fails on our NACo server when accessed using the ReportViewer Control through ASP.NET. If accessing the report through the report server there is no error and it work on Voldemort Server regardless of how it is accessed.
The major difference of the two systems is that the NACo system is on Server 2008 R2 and SQL Server 2008 Voldemort is Not R2. Do you think this is the major problem why it doesn't work?
This is the error we got when we generate the report in NaCo System:
"The report execution 2bhybmvvfwcmau55zdqzwk3d has expired or cannot be found."
Thanks, Ness
Thanks,
Ness
Hi Ness,
Please see
John Garlardo's Weblog: Session Timeout during execution
http://blogs.msdn.com/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx
John Garlardo's Weblog: Careful when using rc:Toolbar=false
http://blogs.msdn.com/jgalla/archive/2007/01/31/careful-when-using-rc-toolbar-false.aspx
The latter gives a fix on changing the report timeout.
Thanks for sharing the link, Teo. I appreciate it!