This is the error we are getting for a report, any suggestions.
Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal 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) at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:113)
Request clarification before answering.
Hi Rajan,
Thanks for the replies.
to save to disk try reportClientDocument.saveAs(name,path);
If you can open this report without prompts and have all of the correct data, then there's not likely anything wrong with your code. If you are missing a param value or get prompted for anything when opening (not refreshing) then focus on the code covering the area which is not quite right (ie setting params, formulas etc).
For filesystem access and writing temp files, check three places:
Dan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.