Good day,
I would like to seek your advise on how to solve our problem.
Currently, we are using java to connect to Crystal Reports Server and generate crystal reports to be shown in a crystal reports viewer.
We have a problem in generating large reports. We can't generate reports past 10 mins. We suspect that it is a timeout issue.
The following error is displayed:
---------------------------------------------------------------------------------------------------------------
com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: The system cannot find the path specified.
---- Error code:-2147467259 [CRSDK00000000] Error code name:failed
at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.controllerExportInternal(PrintOutputController.java:280)
at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:152)
at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:130)
---------------------------------------------------------------------------------------------------------------
Please advise if you know how to solve this. Is this a limitation of Crystal reports (should be generated within 10 mins only)?
Thanks
-Jake