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

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?

Have you able to preview the report via the Central Management Console?
When you upload the report template to the server, be sure to do a preview to make is sure its working there.
It might be that your server is using a different DB Connection.
Edited by: Rulix Batistil on Jan 14, 2009 10:38 AM

Similar Messages

  • Error while trying to export a report into PDF using JRC (Linux env)

    Hi all,
    I have my web app installed on a Linux environment. When trying to export a CR report into PDF using JRC
    PrintOutputController controller = reportClientDoc.getPrintOutputController();
              ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream) controller.export(ReportExportFormat.PDF);
    I got this error message:
    19/02/2009     10:21:37     b     INFO     PdfExporter: PdfDocumentModeller.modelPage (page 1)
    19/02/2009     10:21:37     b     INFO     PdfExporter: Modelling page
    19/02/2009     10:21:37     b     INFO     PdfExporter: Creating document manager, text modeller and image modeller.
    19/02/2009     10:21:37     b     ERROR     PdfExporter: Exception caught in PDFFormatter.formatPage (from PdfDocumentModeller.modelPage); aborting export
    java.lang.IllegalArgumentException: Data type is not supported.
         at java.awt.image.Raster.createInterleavedRaster(Raster.java:212)
         at java.awt.image.Raster.createInterleavedRaster(Raster.java:178)
         at java.awt.image.ComponentColorModel.createCompatibleWritableRaster(ComponentColorModel.java:2826)
         at java.awt.image.BufferedImage.<init>(BufferedImage.java:439)
         at com.crystaldecisions.reports.exporters.format.page.pdf.pdflib.u.<init>(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.k.a(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.k.a(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.d(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
         at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)
    On my Windows environment the JRC export into PDF work perfectly. I know that there are some known issues regarding the usage of JRC on Linux environments. Could this be one of those?
    Any solution (or workaround) would be highly appreciated!
    Thank you!
    PS Maybe this is relevant: I use a MySQL database!
    Edited by: Sandila Catalin on Feb 19, 2009 10:01 AM

    What kind of image do you have in the report?
    Do you have -Djava.awt.headless=true specified for the Java JVM option?
    Sincerely,
    Ted Ueda

  • OEDQ 11 - error.connection.externaldatasource - While trying to export excel file into local drive

    Team I am trying to export a dataset as a excel spreadsheet on to my local drive. when I ever I try to run the Export I am getting error.connection.externaldatasource error message.
    Even I tried creating a excel file in my local and point that file in EDQ - Data Stores connection , still getting the same error message.
    Please help.
    Thanks!
    BG

    Also useful to understand:
    - Is it a server-side or client-side data store?
    - Is it an XLS or an XLSX file you are trying to write?
    - What's the data volume?

  • Error ORA-02375 while trying to export/import JTF.JTF_PF_REPOSITORY table

    We have already created an SR, In the mean time, trying to see whether anyone else has come across this issue.  Thanks.
    On : 11.2.0.3 version, Data Pump Import
    Error ORA-02375 while trying to import JTF.JTF_PF_REPOSITORY table
    We are getting the below error while performing the full db
    import.
    ORA-02375: conversion error loading table
    "JTF"."JTF_PF_REPOSITORY" partition "EBIZ"
    ORA-22337: the type of accessed
    object has been evolved
    ORA-02372: data for row: SYS_NC00040$ :
    0X'8801FE000004AD0313FFFF0009198401190A434F4E4E454354'
    This issue is
    stopping our upgrade of database from 10.2.0.4 to 11.2.0.3. This is very
    critical for us to be resolved.

    Hi,
    seems this is Character set issue fo source and Target DB check this doc:Unable to Export Table WF_ITEM_ATTRIBUTE_VALUES due to errors ORA-02374, ORA-22337, and ORA-02372 (Doc ID 1522761.1)
    HTH

  • Server Threw Exception when Exporting the report as PDF

    Hi ,
    I am developing a .Net application , In my application referring to the .rep file which is created using the Business Objects Desktop Intelligence as below
      objBO = new busobj.Application();
                        objBO.Logon(strUserName, strPassword, strServerName, strConnectionMode,false, false);
                        objBO.Visible = false;
                        objBO.Documents.OpenFromEnterprise("PfILS Document.rep", strDomain, BoEnterpriseFolderKind.boFolder);
    After passing the values to the variables of the.rep and refreshing like as below
    objBO.Application.ActiveDocument.Refresh();
    when I tried to save the generated report as .pdf ..
    objBO.Application.ActiveDocument.ExportAsPDF(@"c:\" + Report0101010 + ".pdf");
    I am getting the following issue
    The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    and the application fails to export the report to pdf document
    Please help me , what will be root cause of this issue
    Thanks
    Babu
    Edited by: Babu Lakshmikantham on Oct 28, 2009 9:18 AM

    Hi,
    World you like to have a look at the sample [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60b54507-de66-2b10-95b8-a89015297027]?
    Hope that helps!
    Thanks.

  • Exporting discoverer report into pdf

    Dear All,
    I am having a requirement, when I am  export discoverer report to pdf it has to display all column in one page but now I am getting 4 columns in one page next columns are displaying in next page. Total I am having 20 columns how can I display all column in pdf.
    Please anyone help me
    Thanks in advance

    Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with your directly.
    Is there a reason why you need that much data in a one report? It will take a long time to load or browse around. I suggest you make these reports smaller for your users.

  • How to export crystal report into disk using simple java

    hello
    i m working in the reporting part my j2ee application
    my requirement is that export this rpt file into pdf file and store into disk by writing simple java program
    if any have code this then plz provide me
    thanks & regards
    ram

    Uhm, these messages are not that related. One's a
    JNDI problem, this one's just some vague "how do I
    do" stuff.He wants to produce something in crystal reports and turn it into a PDF. So yes they are related. And yet another thread for this just sprung up.

  • Exporting unicode characters to PDF using JRC not working.

    We have a requirement to support unicode characters (Russian) in our reports. We are using the JRC with the R2 release. When I view the report in the viewer, the characters are correct, but when I export to PDF, they show as ???&#39;s. Is this a bug? When I export from the report designer to pdf, they show correctly, but I have heard it uses a different reporting engine fromt the JRC.

    Solution is quite simple don't worry too much about it.
    JRC PDF Export engine only support for windows-1252 encoding scheme. If your character set using encoding scheme other than windows-1252 you will get bunch of ????. There is simple way to convert this encoding scheme in Java.
    As a example Arabic character scheme using windows-1256 character scheme and we can covert this to JRC supported windows-1252 by
    JRCSupportedCharacterString = new String((InputCharacterString.toString()).getBytes("windows-1256"), "windows-1252");
    InputCharacterString - windows-1256 encoded
    JRCSupportedCharacterString  - windows-1252 encoded (JRC Suppoted)
    Now JRC will correctly process your character string.
    Note: make sure to set font type of Fields in your report template for relevant font style (ex. Arabic, Chinese or whatever)
    Java encoding names and more information about conversion are available at
    http://mindprod.com/jgloss/encoding.html#CONVERSION
    Happy coding............

  • Error when geeting the WebI report into Xcelsius using LiveOffice

    Hi All,
      I am using Xcelsius 2008 SP2 and Live Office. I run the report in the WebI and I am trying to get the report into Xcelsius using the live office. When I go to live office and select web intelligent I  am able to see the report it the InfoView but when I go to next step to insert into live office I am getting the below error "
    An error occurred when an object was selected in the report part viewer.(LO 02026)
    Maximum character output size limit reached. Contact your BOBJ administrator(Error: ERR_WIS_3072)".
    Could any one please help me.
    Thanks
    Muvva

    Hello Raghavendra,
    What is the size of the WebI report? There may be a limitation to the rows of data you can pull into Live Office.
    If this is the issue, you can avoid it through an alternative connection method called the [Xcelsius Web Intelligence Integration Suite.|http://antivia.com/products-xcelsius.stm]
    You can use this to connect Xcelsius directly to WebI, without the need for Live Office.

  • In attempting to export a simple 1-page PDF file to Microsoft Word, I incessantly get the following error message:  "An error occured [sic] while trying to access the service."  Nothing on any of the community forums has helped in any way.  I have downloa

    In attempting to export a simple 1-page PDF file to Microsoft Word, I incessantly get the following error message:
    "An error occured [sic] while trying to access the service." 
    Nothing on any of the community forums has helped in any way. 
    I have downloaded a free trial of Acrobat XI Pro  --  and that too makes no difference.

      while trying to access the service." 
    That'd be associated with trying to connect to the server(s) for one of the Adobe online subscription services.
    (Edit PDF or PDF Pack)
    These online services are separate and independent of the desktop application Acrobat.
    It appears that you have had / are having internet connection issues.
    Be well...

  • BI portal error while trying to export to excel

    Hi All,
    In BI portal, I am getting an error message when trying to export the report to excel. Following is the error message:
    500 Internal Server Error
      BEx Web Application
    Failed to process request; contact your system administrator
    Information for Administrator
    To avoid this exception see the steps below. To help SAP better investigate this issue, you will need to provide the diagnostic information from these steps.
    1. Most likely, the issue you are experiencing has already been corrected. Please make sure that the most recent patch level is deployed on your system according to notes 1033246 and 1011241. Starting with SAP NetWeaver 7.0 Support Package Stack 16 patch level 30, BI Java is delivered according to the synchronized delivery process described in the note 1164789.
    2. Please ensure that NetWeaver Business Intelligence Diagnostics & Support Desktop Tool  does not report any issues on your server according to note 937697. You can start it by clicking here (administrator permissions are required).
    3. When opening any customer message on this issue, please attach:
    Support Desktop Tool support info ZIP  file according to note 937697,
    Required information for reproduction  according to note 948490.
    Can anyone please help me out.
    Thanks & Regards,
    Deb

    Hi,
    Let me know How much amount of data you are exporting and your system information(ABAP and Java)?
    Thanks,
    Venkat

  • Can't do online banking. Get error message. "The requested URL /Summary.cgi was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    I can't do online banking. When I try to open the page I get error "The requested URL /Summary.cgi was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Hi,
    These blog posts might help debug problem
    Oracle APEX: Got a 404 Not Found? | Inside Oracle APEX by Patrick Wolf
    daust_de :: Oracle XE / APEX: Troubleshooting the 404-not found error on XE
    Regards,
    Jari

  • HOW CAN I AVOID THIS ERROR MESAGE WHILE TRYING TO EXPORT AN IPHOTO SLIDESHOW:  The operation couldn't be completed. (OSStatus error -61.)

    HOW CAN I AVOID THIS ERROR MESAGE WHILE TRYING TO EXPORT AN IPHOTO SLIDESHOW:  The operation couldn’t be completed. (OSStatus error -61.)

    Hello,
    I believe the issue was the external HD I purchased was not formatted for Mac . . . once I took care of that - all went well!  The slide show transferred and the surprise 70th birthday party was a huge sucess.  Thank you everyone!

  • Compressor error mesage while trying to export

    I how do I fix this issue while trying to export my project ? Tbhis message appears when trying to export.
    "The operation couldn’t be completed. (com.apple.Compressor.CompressorKit.ErrorDomain error -1.)"

    You probably need to update the software to a version that works with Mavericks.

  • Error -4 found while trying to ràconfigure m'y export express first generation  through windows7

    Error -4 mentionned while trying to reconfigure my AirPort express 1st gen through windows 7
    Look fo à way to succeed

    Hey Michel2014,
    I found an article that looks like it applies to the issue you're encountering. Check out the following resolution for when you get the message "bad param error -4" when you try to administer your AirPort Express from a Windows computer:
    The issue occurs when using AirPort Admin Utility 4.0 for Windows or AirPort Express Assistant 1.0 on a computer with "Intel Centrino mobile technology" wireless capabilities. To resolve the issue:
    First, download AirPort 4.1 or later. Next, try checking the Network Connection that you use to connect to the AirPort Express (usually this is your wireless connection) to ensure that it is configured via DHCP; if it is set for a static IP on a different subnet from the AirPort Express, this issue will occur.
    If your issue is still unresolved, use this workaround:
    Connect the computer to the Airport Express using an Ethernet cable.
    Turn off wireless networking on the computer.
    Set the computer to use the Ethernet port (restart if necessary).
    Configure or update your AirPort Express.
    After a successful update, switch from Ethernet back to your wireless configuration.
    Important: Information about products not manufactured by Apple is provided for information purposes only, and does not constitute Apple's recommendation or endorsement. Please contact the vendor for additional information.
    AirPort Express: "Bad param error -4" when administering from a Windows computer
    http://support.apple.com/kb/TA21550?viewlocale=en_US
    Cordially,
    David

Maybe you are looking for

  • Severe issues when integrating flash paper in director

    I'm trying to integrate flash paper documents into director projector, but there are 2 severe problems about usability: 1. the mouse wheel doesn't work, so i can't scroll document with mouse 2. i see two cursor on document, the standard arrow cursor

  • Forms server  6i

    Hi All, I need to configure oracle forms server 6i(web and client server). Can anybody refer me any good link on the same. I did a Google but nothing found useful. regards, .

  • Dialog in View

    Hallo liebe Gemeinde, ich suche ein gutes Beispiel wie ich ein Dialog in View funktionsfähig verwenden kann verwenden kann. Leider hab ich bisher dazu nichts passendes gefunden. Könnte mir da jemand ein gutes Tutorial schicken? Mit besten Grüßen Kevi

  • Abap proxies ( Client and Server proxies)

    Hi Team Good day to you. I am now started doing some example scenarios on ABAP proxies(ie Client and Server proxies). After going through the blogs which are avialable, i am writing this question to you for clarification. As per my understanding, the

  • Submitting xml publisher not producing output file when submiting from Oracle Procedure

    When Running XML publisher program from Oracle Procedure, Program not generating output file, but same XML publisher program running from Concurrent program runs and produces the output file. Here is the code CREATE OR REPLACE PROCEDURE apps.wmmgd_se