Hello All,
We are using Crystal Reports Server XI Edition with Apache Tomcat 5.0.27 on a Win XP machine. Our problem is that when we try to view a report that takes longer than 10 minutes the following error is displayed: "The request timed out because there has been no reply from the server for 600,000".
Basically, we have a reporting application hosted on the built-in Web server that comes with CRS. This application issues a call to OpenDocument(..) Business Objects API Function that apparently is timing out.
Here's a short snippet:
// Create an IReportAppFactory object
IReportAppFactory reportAppFactory = (IReportAppFactory) enterpriseSession.getService("RASReportFactory");
// Use the IReportAppFactory object to create a ReportClientDocument object using the IInfoObject retrieved in the query above
clientDoc = reportAppFactory.openDocument(infoObject.getID(),0, java.util.Locale.US);
Is there a way that we can change this parameter. We changed this parameter from the Windows registry but we are getting the same error. The report is correct but apparently if the query takes longer than 10 minutes to get executed then we get this error.
Is there a way we can set this parameter to perhaps 20 minutes.
The BO version is 11.5.3.438
Your help is really appreciated.
Kindest Regards,
Joseph.
We are using Crystal Reports Server XI Edition with Apache Tomcat 5.0.27 on a Win XP machine. Our problem is that when we try to view a report that takes longer than 10 minutes the following error is displayed: "The request timed out because there has been no reply from the server for 600,000".
Basically, we have a reporting application hosted on the built-in Web server that comes with CRS. This application issues a call to OpenDocument(..) Business Objects API Function that apparently is timing out.
Here's a short snippet:
// Create an IReportAppFactory object
IReportAppFactory reportAppFactory = (IReportAppFactory) enterpriseSession.getService("RASReportFactory");
// Use the IReportAppFactory object to create a ReportClientDocument object using the IInfoObject retrieved in the query above
clientDoc = reportAppFactory.openDocument(infoObject.getID(),0, java.util.Locale.US);
Is there a way that we can change this parameter. We changed this parameter from the Windows registry but we are getting the same error. The report is correct but apparently if the query takes longer than 10 minutes to get executed then we get this error.
Is there a way we can set this parameter to perhaps 20 minutes.
The BO version is 11.5.3.438
Your help is really appreciated.
Kindest Regards,
Joseph.