cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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)

0 Likes
View Entire Topic
daniel_paulsen
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Rajan,
What version of CR are you using?

What is the line of code throwing the exception?
It appears you are exporting so ensure that the application has permissions to write to the location you are exporting to as well as the temp directory.

If you try a SaveAs instead of export and save as a Crystal report and open it, does it contain all of the correct saved data?

Additionally, does the report have parameters and are the values being set prior to export?

Dan