Hi All,
I would just like to ask for your advise regarding the following error:
------------------------------------------------------------------------------------
Error Message: The system cannot find the path specified.
com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: The system cannot find the path specified.
---- Error code:-2147467259 [CRSDK00000000] Error code name:failed
com.crystaldecisions.sdk.occa.report.application.PrintOutputController.controllerExportInternal(PrintOutputController.java:280)
com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:152)
com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:130)
------------------------------------------------------------------------------------
It is encountered when in this line:
------------------------------------------------------------------------------------
ReportClientDocument clientDoc = new ReportClientDocument();
ExportOption aExportOption;
...
InputStream is = clientDoc.getPrintOutputController().export(aExportOption); //This is where the error occurs.
------------------------------------------------------------------------------------
Anyone knows how to resolve this?
Btw, we are using accessing the crystal reports template from a Crystal Reports Server.
Thanks 😊