Quantcast
Channel: SCN : Popular Discussions - SAP Crystal Reports, version for Eclipse
Viewing all articles
Browse latest Browse all 893

Couldn't find 3-letter language code for en_en---- Error code:-2147467259

$
0
0

Hi team,

 

While i am trying to export the reportclient document to PDF , i am facing problem.

I am using crystal reports 2008.

 

Java code used to export to PDF :

      

ByteArrayInputStream byteInputStream = (ByteArrayInputStream) reportClientDocument.getPrintOutputController().export(ReportExportFormat.PDF);

 

 

Error shown up in logs due to the above line

 

com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Couldn't find 3-letter language code for en_en---- Error code:-2147467259 Error code name:failed

at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:237)

at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:147)

at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:128)

 

Need help to find the root cause of this issue and the appropriate fix.

 

Thanks


Viewing all articles
Browse latest Browse all 893

Trending Articles