We are getting following two errors when we are trying to preview report using Crystal Enterprise Admin/User Launchpad.
The request timed out because there has been no reply from the server for 600,000 milliseconds - This error comes when we use Advanced DHTML viewer
The Page Server you are trying to connect to is not accessible. Please contact system Administrator [on cache/page server: servername]. - This error comes when we use Activex Viewer.
We are using Crystal Enterprise 10, installed on AIX, and having Websphere as Application server.
I take it that your page server is virtual? Is your page server caching reports when you try to print? I found it useful to problem solve these types of issues step by step - ensure that in the CMC your page server is enabled etc
“Virtual” meaning -in this case - that it´s a folder on a Drive which has similar properties to a server but isn´t a physical server - Browse your Crystal Decisions folder on the server to locate the Page Server folder. If your page server is cacheing, you should be able to see recent files in the page server folder - you may have multiple page server folders.
Are the page serves and cache servers enabled in the Crystal Management Console (note: CMC is not CCM the latter being Crystal Configuration Manager)? In the Config Manager your page and cache servers may be running but if they are not enabled in Console Management, you may get print errors.
Do you have any info to share with respect to “Event Management”?
If any body has solved the issue plz post here.
I have changed each 600000 entry in registry to 24000000, and also checked in clientSDKOptions.xml
I have also changed the parameter from CrystalReportEngine-config.xml file
from 10
to
300 , restarted the computer and all enterprize services in crystal configuration manager but the problem is still there.
Plz help me as I have to solve this problem urgently.
It sounds to me like a badly written / HUGE report that is too large to be run under View-On-Demand.
Just for a test, please SCHEDULE this report to PDF format with the same parameters as you other tests and see how long it takes to run and how many records/pages it returns.
Yes. the report is very huge as it gets data from multiple tables and one of the tables has rows more than 5 lacs.
I have generated the report from crystal developer edition and it takes almost 30 min to 1 hour to generate.
There are a number of other reports that are getting generated from the same reporting module because they fetch less data.
Is there a limitation to running larger reports under view-on-demand.
I am using Enterprise server 10 for reports.
If I switch to Enterprise 11 version would this problem be solved.
If it takes 30 min to 1 hour to generate on the desktop, it would take at least that long to run as View-On-Demand within Enterprise…and almost all web applications will “die” if the browser has to wait that long for a response.
Your only solutions are to (a) improve the report on the dekstop so that response-time is under a minute [if possible], or (b) use the SCHEDULE function in InfoView to generate an instance of the report to the PDF format that will more easily support large page-counts [eg. 1,000+].
My own rule of thumb for View-on-Demand is under a minute, and under 500 pages - otherwise we schedule an instance.
Thank you sir for your time and the information. We are already under the process of optimizing the reports for faster processing and decrease the response time.
I dont have any idea about the SCHEDULE function of InfoView. If you have any good info than Plz post the links. I will also search for this option.