I am using ASP to call a report that is based on a Stored Procedure, using CR8 and SQL 2000/IIS5.
All reports will run fine then one will be selected from the ASP page and the report simply hangs. The ActiveX viewer does not even appear.
It hangs on this line of code, when it is trying to open the report.
Set session("oRpt" = session("oApp".OpenReport(basePath & "myreport.rpt", 1)
All the reports hang and the only way to get them back up and working is to reboot the web server. Once that is done they all work well again for a while then the problem occurs again.
Any suggestions ? Thanks
All reports will run fine then one will be selected from the ASP page and the report simply hangs. The ActiveX viewer does not even appear.
It hangs on this line of code, when it is trying to open the report.
Set session("oRpt" = session("oApp".OpenReport(basePath & "myreport.rpt", 1)
All the reports hang and the only way to get them back up and working is to reboot the web server. Once that is done they all work well again for a while then the problem occurs again.
Any suggestions ? Thanks