Skip to Content
0
Former Member
Jan 13, 2009 at 01:37 PM

Error on server while trying to export a report into PDF using JRC (CR XI)

85 Views

13/01/2009 11:52:32 dataengine ERROR Formula error: recompile formulas failed

com.crystaldecisions.reports.formulas.FormulaException: Exception in formula '{@Record Selection}' at '{reports_selection.idReport}':

This field name is not known.

[...]

13/01/2009 11:52:32 JRCCommunicationAdapter ERROR Failed to export report

com.crystaldecisions.reports.exportinterface.exceptions.ExportException: Exception in formula '{@Record Selection}' at '{reports_selection.idReport}':

This field name is not known.

The error occurs only on the server deployed application, in localhost environment it works fine. So I guess it might have something to do with the server environment, but I can't figure it out. The table reports_selection and the field idReport are well presented in the database.

The idReport(Number) is passed as a parameter to the report.

In Select expert... I have the following formula {table1.idReport} = {?idReport} and in Database expert... I have a join between table1 and reports_selection by idReport.

Does anyone know what might cause this problem?