Hi,
Customer's Domino application runs a Java agent that connects to one of their Crystal Reports .rpt files. The agent passes values to the report's parameter fields then exports a copy of the report as a PDF (saved to the server, then emailed). I get the error at this line:
ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream)printOutCntrl.export(ReportExportFormat.PDF);
Below is the error from their Domino console...
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: com.crystaldecisions.sdk.occa.report.lib.ReportSDKParameterFieldException: InternalFormatterException---- Error code:-2147217394 Error code name:missingParameterValueError
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:237)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:147)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:128)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:111)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at com.crystaldecisions.reports.sdk.PrintOutputController.export(SourceFile:54)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at JavaAgent.genReport(Unknown Source)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at JavaAgent.processDistributionDocument(Unknown Source)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at JavaAgent.collectDistributionDocs(Unknown Source)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at JavaAgent.NotesMain(Unknown Source)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at lotus.domino.AgentBase.runNotes(Unknown Source)
[12BC:0008-0D14] 03/25/2015 02:08:49 PM Agent Manager: Agent error: at lotus.domino.NotesThread.run(Unknown Source)
Any advice/direction is greatly appreciated. Thanks!