BI Publisher report giving FX ERROR on server

Hi,
I am getting FX error on server when i am modifying the RTF file and add a new xml field to it.
A blank RTF works fine, but the moment i add any filed in the RTF from xml, it goes in error. On my local machine the RTF file is working absolutely fine and it produces a proper PDF.
Please help if anyone has faced this issue?
Thanks.

Hi Lalatendu,
What is the error message it is giving you ?  Also is it referring any formula name in your error message ?
Can you past the screen capture to understand better.
Thanks,
Sastry

Similar Messages

  • Error when publishing report to remote crystal 2008 server

    In attempting to publish a report to a remote crystal server (see code below) I get this exception. 
    Since the server is on a remote host, it doesn't make sense to me to set the BOBJHome property or pass the file path.  This is why I am using the addUniqueFile() with the byte[] parameter file contents. 
    Is this the cause?  Is there a better way?  Please let me know if anyone has ideas. 
    Thanks,
    --Jeff.
    [http-8080-Processor25] ERROR gov.nrc.nsts.reporting.backend.helpers.PublishCrystalReportHelper - Could not publish report, exception:
    com.crystaldecisions.sdk.occa.managedreports.reportadd.internal.b: Adding Crystal Report "6cc6326cc9dbc0" failed. An internal error occurred.
          at com.crystaldecisions.sdk.occa.managedreports.reportadd.internal.d.a(Unknown Source)
          at com.crystaldecisions.sdk.occa.managedreports.reportadd.internal.d.refreshReportObjectProperties(Unknown Source)
          at com.crystaldecisions.sdk.plugin.desktop.report.internal.m.refreshProperties(Unknown Source)
          at gov.nrc.nsts.reporting.backend.helpers.PublishCrystalReportHelper.execute(PublishCrystalReportHelper.java:99)
         public void execute() {
              try {
                   // Ensure that the new parent is a folder
                   String query = "SELECT * FROM CI_INFOOBJECTS "
                       + "WHERE SI_ID = '" + cmsId + "'";
                   IInfoObjects parents = oInfoStore.query(query);
                   if (parents.size() != 1) {
                        resultSet.addException(new Exception("Parent Element not found: CMSID="+cmsId) );
                        return;
                  IInfoObject parent = (IInfoObject) parents.get(0);
                  // Enforce business logic
                  if ((parent instanceof IFolder)==false) {
                       // Can't add folder to a non-folder
                        resultSet.addException(new Exception("Parent element must be a Folder: " + parent.getTitle()));
                        return;
                   //You need to set the CeEnterpriseContext.BOBJ_ENTERPRISE_HOME property first
                   //in order to upload new reports because the runtime needs to have access
                   //to some utility files located in the Business Object Home directory
                   //Modify this to point to your Business Objects installation directory
                   //String BOBJHome = "C:\\Program Files\\Business Objects";
                   //Retrieve the system properties
                   //Properties properties = System.getProperties();
                   //Set the Business Objects home directory
                   //properties.setProperty(CeEnterpriseContext.BOBJ_ENTERPRISE_HOME, BOBJHome);
                   //Update the system proeprties
                   //System.setProperties(properties);   
                   //Retrieve the PluginMgr object.
                   IPluginMgr oPluginMgr = oInfoStore.getPluginMgr();
                   //Use PluginManager to retrieve the Report plugin, which is needed to publish a new report.
                   IPluginInfo oPluginInfoNewReport = oPluginMgr.getPluginInfo("CrystalEnterprise.Report");
                   //Create a new InfoObjects collection to add the new report to
                   IInfoObjects oInfoObjects = oInfoStore.newInfoObjectCollection();
                   //Add the newly created report plugin to the oInfoObjects collection. This will create
                   //a new InfoObject based on the type of plugin passed in.
                   oInfoObjects.add(oPluginInfoNewReport);
                   //Retrieve the newly created report InfoObject
                   IInfoObject oInfoObjectNewReport = (IInfoObject)oInfoObjects.get(0);
                   //Set the report name and file location
                   InstanceNameBean inb = (InstanceNameBean)Helper.getDto(params, InstanceNameBean.class);
                   oInfoObjectNewReport.setTitle(inb.getName());
                   //FilePathBean fpb = (FilePathBean)Helper.getDto(params, FilePathBean.class);
                   //oInfoObjectNewReport.getFiles().addFile(fpb.getPath());
                   byte[] reportContents = (byte[])Helper.getDto(params, byte[].class);
                   oInfoObjectNewReport.getFiles().addUniqueFile(reportContents);
                   //Set the parent folder for the new report.
                   oInfoObjectNewReport.properties().setProperty(CePropertyID.SI_PARENTID, cmsId);
                   //Refresh the report properties to update the new report information before
                   //committing the changes to the InfoStore
                   IReport oReport = (IReport)oInfoObjectNewReport;
         -->          oReport.refreshProperties();  <-- !!throws exception here!!
                   //Commit the new collection to the CMS using the commit method. This publishes the new report.
                   oInfoStore.commit(oInfoObjects);
              } catch (SDKException e) {
                  logger.error("Could not publish report, exception: ", e);
                   resultSet.addException(e);

    This is an example of a stored procedure that is trying to be linked to a new report as the only datasource.
    If I remove the parameter I can create a report, however this will return all of the results of thw query to the report, rather than the desired results. If I add the parameter on the Crystal Report, the stored procedure then has to return all of the results to Crystal and then perform the filtering of records. By using a parameter in the stored procedure, you should be able to do all of the filtering as part of the query on the databse server, making this more efficient.

  • Xml publisher report giving warning

    Hi friends,
    I have a issue with xml publisher report. All existing xml publisher reports are working fine. Only the problem is newly created one.
    Application version 11.5.10.2
    dDtabase 9i
    BIdesktop version is 10.1.3.4.1
    MS office  2010
    i checked the OPP log file also.
    but i was unable to find the actual problem.
    Any help please..
    thanks in advance.
    here is the my log data
    [9/15/13 5:39:50 PM] [main] Starting GSF service with concurrent process id = 1673179.
    [9/15/13 5:39:50 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [9/15/13 5:39:50 PM] [Thread-16] Service thread starting up.
    [9/15/13 5:39:50 PM] [Thread-17] Service thread starting up.
    [9/15/13 5:42:53 PM] [OPPServiceThread1] Post-processing request 3596875.
    [9/16/13 7:37:34 AM] [OPPServiceThread0] Post-processing request 3597565.
    [9/16/13 8:05:32 AM] [OPPServiceThread0] Post-processing request 3597581.
    [9/16/13 8:55:50 AM] [OPPServiceThread0] Post-processing request 3597617.
    [9/16/13 9:10:13 AM] [OPPServiceThread1] Post-processing request 3597629.
    [9/16/13 9:20:53 AM] [OPPServiceThread1] Post-processing request 3597634.
    [9/16/13 9:20:53 AM] [1673179:RT3597634] Executing post-processing actions for request 3597634.
    [9/16/13 9:20:54 AM] [1673179:RT3597634] Starting XML Publisher post-processing action.
    [9/16/13 9:20:54 AM] [1673179:RT3597634]
    Template code: XXDB_PENSION
    Template app:  PER
    Language:      en
    Territory:     GB
    Output type:   PDF
    [9/16/13 9:20:56 AM] [UNEXPECTED] [1673179:RT3597634] java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:473)
        at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:188)
        at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:156)
        at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:916)
        at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:869)
        at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:204)
        at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1497)
        at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:913)
        at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:1816)
        at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:1278)
        at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
        at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Caused by: java.io.UnsupportedEncodingException: &Encoding
        at sun.io.Converters.getConverterClass(Converters.java:215)
        at sun.io.Converters.newConverter(Converters.java:248)
        at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:64)
        at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:223)
        at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:209)
        at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:76)
        at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
        at oracle.xdo.parser.v2.XMLReader.setEncoding(XMLReader.java:848)
        at oracle.xdo.parser.v2.XMLReader.checkXMLDecl(XMLReader.java:2718)
        at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:471)
        at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:263)
        ... 16 more
    [9/16/13 9:20:57 AM] [1673179:RT3597634] Completed post-processing actions for request 3597634.

    I got the solution.
    Cause
    Incorrect encoding value in the report's prolog
    http://appselangovan.blogspot.com/2012/04/reprte-nlsnumericcharacters-error.htmlSolution
    To resolve the issue:
    1.Open the custom report in the Report Builder
    2.Go to the property pallette of the Report
    3.Remove the xml prologue value
    4.Save the changes
    5.Retest the issue.

  • Report giving runtime error

    hi,
    i HAD MADE A REPORET IN which i havce to display the bolck stock ,it is giving runtime error as i had added 1 more table,plzz help me out as it is really urgent to me. here is d code:-
    *& Report  ZDEMO_SMARTFORM_COPY
    REPORT  ZDEMO_SMARTFORM_COPY.
    TABLES: MCHB,MARA,T001W.
    DATA: BEGIN OF ITAB OCCURS 0,
          ITEMID LIKE MARD-MATNR,
          SPEME LIKE MARD-SPEME,
          WERKS LIKE MARD-SPEME,
          LGORT LIKE MARD-LGORT,
          NTGEW LIKE MARA-NTGEW,
          MEINS LIKE MARA-MEINS,
          GEWEI LIKE MARA-GEWEI,
          CHARG LIKE MCHB-CHARG,
          WTKG LIKE MARA-NTGEW,
          STOCK TYPE P LENGTH 10 DECIMALS 3,
          DESC LIKE MAKT-MAKTX,
          TOTWT LIKE MARD-SPEME,
          WT TYPE P LENGTH 12 DECIMALS 3,
          END OF ITAB.
         ITEMID LIKE MCHB-MATNR,
         CSPEM LIKE MCHB-CSPEM,
         CHARG LIKE MCHB-CHARG,
         WERKS LIKE MCHB-WERKS,
    *PARAMETERS : PLANT LIKE MCHB-WERKS OBLIGATORY.
    PARAMETERS : PLANT LIKE MARD-WERKS OBLIGATORY.
    DATA : DESC LIKE MAKT-MAKTX.
      SELECT AMATNR ASPEME AWERKS ALGORT BNTGEW BMEINS BGEWEI CCHARG FROM MARD AS A
        INNER JOIN MARA AS B ON BMATNR = AMATNR
          INNER JOIN MCHB AS C ON CMATNR = AMATNR
            INTO TABLE ITAB WHERE AWERKS = PLANT AND ASPEME > 0.
    SELECT AMATNR ACSPEM ACHARG AWERKS  BNTGEW BMEINS B~GEWEI FROM MCHB AS A
       INNER JOIN MARA AS B ON BMATNR = AMATNR
         INTO TABLE ITAB WHERE AWERKS = PLANT AND ACSPEM > 0.
    WRITE: / 'ITEMID           DESCRIPTION                              STOCK.QTY  BATCH NO.           NETWT          TOTAL.WEIGHT '.
    ULINE.
    LOOP AT ITAB.
          IF ITAB-NTGEW <> 0 .
            CALL FUNCTION 'ZGET_ITEM_WEIGHT'
             EXPORTING
               P_BUID         = ITAB-WERKS
               P_ITEMID       = ITAB-ITEMID
               P_QTY          = ITAB-NTGEW
               P_UOM          = ITAB-GEWEI
               P_UOM1         = 'KG'
             IMPORTING
               P_RETVAL       = ITAB-WTKG.
          ENDIF.
       CONVERTING ITEM QTY IN KG
          ITAB-WT = ITAB-STOCK.
          IF ITAB-MEINS = 'G'.
            ITAB-WT = ITAB-STOCK / 1000000.
          ELSEIF ITAB-MEINS = 'KG'.
            ITAB-WT = ITAB-STOCK / 1000.
          ELSEIF ITAB-MEINS = 'TO'.
            ITAB-WT = ITAB-STOCK * ITAB-WTKG / 1000.
         ENDIF.
       ITAB-TOTWT = ITAB-WTKG * ITAB-CSPEM.
       ITAB-TOTWT = ITAB-WTKG * ITAB-SPEME.
       SELECT SINGLE MAKTX FROM MAKT INTO DESC WHERE MATNR = ITAB-ITEMID.
         WRITE:/ ITAB-ITEMID,15 DESC,50 ITAB-SPEME,ITAB-CHARG,ITAB-WTKG,ITAB-TOTWT.
       MODIFY ITAB.
       ENDLOOP.

    HI,
    i had tried to ftech data from mard and it isgiving runtime error. dis is the code:-
    TABLES: MCHB,MARA,MARD.
    DATA: BEGIN OF ITAB OCCURS 0,
          MATNR LIKE MARD-MATNR,
          SPEME LIKE MARD-SPEME,
          WERKS LIKE MARD-SPEME,
          LGORT LIKE MARD-LGORT,
          END OF ITAB.
          SELECT MATNR SPEME WERKS LGORT FROM MARD INTO CORRESPONDING FIELDS OF TABLE ITAB.
          LOOP AT ITAB.
          WRITE:/ ITAB-MATNR,ITAB-SPEME,ITAB-WERKS,ITAB-LGORT.
          ENDLOOP.

  • XML Publisher report giving XML tag output

    Dear All,
    Please note that we need to convert the standard report 'Bill of Material Comparison Report' to XML Publisher report.
    But we were not able to get the desired PDF output instead it shows only XML output.
    This report is not a direct concurrent program call to rdf, this concurrent program is triggered from a function.
    How can we overcome this issue..,
    Please update,
    Many thanks...,

    Hi Kiran,
    Please find the below info:
    Could you please confirm whether you have made the standard program's executable as 'XDODTEXE', and created a data definition with the rdf shorname and Data templte with the template defined.
    -- Done
    Could you also provide how your calling the report and when the request submitted are u able to see the template name on the submitted request ?
    -- The report is called through the application (in Bill of materials through a Form Function) When we select the comparison, it will display a comparison form, where we need to select the appropriate parameters and a button called 'Report' if clicked, it will fire the 'Bill of Material Comparison Report' concurrent program
    But after the concurrent program submission, we cannot see any template been attached to the submitted conc. pprog. but the template is been already attached to the concurrent program through the XML Publisher Administrator
    Many thanks....

  • Slow reports giving "An error has occurred: Request timed out" on first run

    I have BO XI R1 SP4 installed on Windows 2003 R2 SP3 with .Net 1.1 installed.
    Most of our reports are quite large (>60000 rows returned) and will timeout in InfoView when first run and give the message in the subject. When you close the window and re-run them then they come up almost straight away.
    This tells me that the report runs and it gets stored in the cache server, which is fine, but I want to be able to eliminate the timeout for the users.
    I found a solution if .Net 2.0 is installed (HOW TO: Resolve 'An error has occurred: Request timed out' issue) but my server only has .Net 1.1.
    Is there a change to a timeout I can made to the server as it is, or should I install .Net 2.0 and change IIS to use that version of .Net then make the solution change already suggested?
    TIA
    I should add that the timeout is after around 5 minutes, so the normal changes recommended at note 1198539 doesn't seem to apply, as the timeout happens after the normal 90 seconds expires for some time.
    Edited by: Geoff Croxson on Sep 3, 2009 2:02 PM

    Will something like this work on an iPhone and where would I locate it?  My App Store was working just fine and this last week it's been slower and slower, plus difficulties with downloading and updates. Both my downloads and updates start and then pop up a 'can't install at this time'. I thought it might b my storage space so I started deleting. Well I have plenty of space now and still get same problem.
    Now over the last two days I will type in a search to reinstall the apps that I removed and the App Store tells me request timed out.
    Help please

  • Adobe Air iOS publishing keeps giving unexpected errors

    The device has encountered and unexpected error.
    Installation Error: PackageExtractionFailed
    I thought it would maybe be because of my certificates or profiles. So I made new development certificates and distribution certificates. I extracted them to .p12. I put in it flash and typed with the password.
    Then I added the provisioning profile with the wildcard App ID typed in. I put my iOS development type on testing. And published it for my iPhone. I also put my app picture on the Icons tab.
    I keep getting this same error even though I double checked I filled in everything correctly.
    Please help. Thanks.

    Hi SomeDude,
    This error appears if the iOS device is not registered with Apple developer , please register your device by giving UDID of the device and try publishing with the same certificate and provisioning profile you have, or you can try with new provisioning profile .
    Thanks!
    Latha

  • Bi Publisher is giving an error...

    Hi All,
    I am installing BI Publisher in linux Redhat 5.5.
    And i am getting error of falling precheck. It shows me glibc-2.3.2-95.3 package is missing, but when i check with rpm -qa command i have installed higher version of glibc.
    then why it giving me this error?
    And even i ignore this precheck and continue installation then its giving Java lang linking error.
    What should i do? can any one help me to get solve this...
    I got this error when i will continue installation without satisfying precheck :
    -----------log file is -------------------
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1AS, redhat-3, redhat-4, redhat-5, suse-9, suse-10, SuSE-9 or SuSE-10
    Passed
    Checking for Kernel version 2.4.21 Passed
    Checking for glibc version glibc-2.3.2-95.3 Failed <<<<
    Checking swap space: must be greater than 150 MB. Actual 1613MB Passed
    Checking Temp space: must be greater than 150 MB. Actual 924 MB Passed
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-05-08_09-30-15AM. Please wait ...[oracle@s1 Oracle_Business_Intelligence_Publisher_Standalone]$ Oracle Universal Installer, Version 10.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-05-08_09-30-15AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-05-08_09-30-15AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:174)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:183)
    at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:279)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:739)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:653)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:174)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:183)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:112)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:797)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:653)
    Thanks,
    Viren
    Edited by: Viren Patel on 08-May-2012 06:14

    If you lost the security configuration of BIP, you can enable the superuser features to access to the admin tab. The complete description is here. Check the paragraph Access to the Admin Tab :
    http://gerardnico.com/wiki/dat/bip/configuration_bip
    Success
    Nico

  • Report giving a error in background job

    Hi all ,
    I am facing a major issue , I have a normal executable report which when i run in foreground
    works fine , but when i go to option in menu bar and choose the option to run the report in background
    it , i choose to start the job immediate , then i go to SM37 and execute , i see the job is cancelled .
    I checked in ST22 dump is like "OBJECTS_NOT_CHARLIKE" this is  in standarad SAP program.
    Have anybody faced this kind of issue ?
    I dnt think i need to write any code (job_open , close) in my program .
    Please provide with useful solutions?

    Hi Bhanu,,
    Here is the solution....
      ls_fieldcat-fieldname     = 'VERSN1'.
      ls_fieldcat-outputlen     = '02'.
      ls_fieldcat-seltext_l     = text-u06.
      ls_fieldcat-seltext_m     = text-u06.
      ls_fieldcat-seltext_s     = text-u06.
      ls_fieldcat-reptext_ddic  = text-u06.
      append ls_fieldcat to lt_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname     = 'QTY01'.
      ls_fieldcat-datatype      = 'QUAN'.
      ls_fieldcat-outputlen     = '13'.
      ls_fieldcat-seltext_l     = w_wkhdr01.
      ls_fieldcat-seltext_m     = w_wkhdr01.
      ls_fieldcat-seltext_s     = w_wkhdr01.
      ls_fieldcat-reptext_ddic  = w_wkhdr01.
      append ls_fieldcat to lt_fieldcat.
      clear ls_fieldcat.
    use Fieldcat-DATATYPE.
    Thanks & Regards,
    Dileep .C

  • Copyright symbol in XML Publisher report

    Hi All,
    I have the following requirement in XML Publisher report,
    The user may include © (Copyright) symbol in the goal section (performance management module) and save it to oracle.
    It is storing in oracle correctly and i am seeing the ascii char is 169 and it is support by oracle.
    But, when i run the XML publisher report, getting the error "The webpage cannot be found"
    Its happening only when there is a non-ascii characters like copyright symbol. Otherwise, it is working fine.
    How to resolve this? Please share your ideas.
    Thanks,
    Manoahran

    Thanks for your reply Duncan.
    PARAMETER     VALUE
    NLS_CHARACTERSET     WE8ISO8859P1
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    FND: NATIVE CLIENT ENCODING value is - WE8MSWIN1252
    We are not running thru concurrent program. We are running from self service page and the Source of this XML report is VO (View Object).
    There is no font installed under font files in XML Publisher Administrator.. Do we need to create the font files?
    Please give me your suggestions.

  • BI Publisher report page not getting displayed on ADF

    Scenario: OBIEE 11g integration to Webcenter Portal
    The Dashboard pages which are developed in Answers are getting displayed correctly to ADF Page.
    ISSUE: But a dashboard page with BI Publisher report page displays error 404 on integration to ADF Page via BI Presentation services connection.
    This BI Publisher report shows up without any errors on the OBIEE Dashboard Page.
    thanks
    Reshmi

    Hi,
    kindly refer the below one
    http://www.rittmanmead.com/2011/05/oracle-bi-ee-11-1-1-5-new-jdeveloper-extensions/
    http://jdevelopertips.blogspot.com/2009/08/integrating-bi-publisher-into-jdevelo.html
    Thanks
    Deva

  • CR2008 can't show images on published report

    I have report with subreports, showing images from network path, which saved in database. In design mode everything looks nice, but when I publish report on BO Crystal Decisions Server, I can see only placeholder images. Plese help to fix it.
    Thanks

    Thanks everybody, I fix it myself - just add server as domain user of images folder (so server running under local service can access images)
    Edited by: Oleksiy Illyashov on Jul 8, 2008 2:43 AM
    Edited by: Oleksiy Illyashov on Jul 8, 2008 2:43 AM

  • Failed to commit objects to server. Error while publishing reports from BW

    Hi,
    I am getting below error while publishing reports from BW to BO.
    "0000000001 Unable to commit the changes to Enterprise. Reason: Failed to commit objects to server : #Duplicate object name in the same folder."
    Anyone having any solution for this. Thanks in advance.

    Hi Amit
    It would be great if you could add a little info about how you solved this issue. Others might run into similar situations - I just did:-(
    Thank you:-)

  • App File Server connection error when trying to run a BI Publisher report..

    hello Gurus...
    As above - App File Server connection error when trying to run a BI Publisher report.. FOR THE FIRST TIME.
    What does our DBA need to do..?
    error message reads..
    Template code: SUARXASR
    Template app:  AR
    Language:      en
    Territory:     GB
    Output type:   EXCEL
    [5/10/10 10:59:27 AM] [UNEXPECTED] [46321:RT1487572]
    oracle.apps.fnd.cp.util.RemoteFileException: An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_*****.ac.uk. There may be a network configuration problem, or the TNS listener on node FNDFS_*****.ac.uk may not be running. Please contact your system administrator.
    at oracle.apps.fnd.cp.util.RemoteFile.readURL(RemoteFile.java:241)
    at oracle.apps.fnd.cp.util.RemoteFile.transferFile(RemoteFile.java:194)
    at oracle.apps.fnd.cp.util.RemoteFile.transfer(RemoteFile.java:130)
    at  oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:264)at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [5/10/10 10:59:27 AM] [46321:RT1487572] Completed post-processing actions for request 1487572.I'm sure we never had to set anything up in our Test instance!??!!??
    many thanks for looking..
    Steven

    nobody experienced this before..?

  • Client ADI App File Server Connection error when trying to publish report.

    Our users are having intermittent problems when trying to publish reports from their Client ADI process to Excel. They are receiving the error:
    "An error occurred while attempting to establish an Applications File Server Connection. There may be a network configuration problem, or the TNS listener may not be running. Nodename:"
    The problem is this issue will be present for a user and then for no reason that user will be able to publish reports again. Or several users will get this error and one user will be able to publish reports. The only consistency is when it errors out they get this message. The listener appears to be up and running as well.
    We are running 11.5.10.2 and ADI version: 7.2.12
    Any helps or tips would be appreciated.

    "An error occurred while attempting to establish an Applications File Server Connection. There may be a network configuration problem, or the TNS listener may not be running. Nodename:"Please see these MOS docs.
    ADI: Troubleshooting Connection Problems with ADI/GLDI [ID 70669.1]
    Troubleshooting the "Error Occurred While Attempting to Establish an Applications File Server Connection" [ID 117012.1]
    How To Validate FNDFS For Applications Desktop Integrator - ADI [ID 364796.1]
    ADI: Unable To View Reports In ADI [ID 1018797.102]
    Can not View Reports Submitted through ADI/Request Center [ID 135128.1]
    ADI RRA:Prefix When Connecting to Server with Muiltple Apps Instances [ID 201492.1]
    ADI Application File Server Connection Error [ID 146220.1]
    Thanks,
    Hussein

Maybe you are looking for

  • BDB read performance problem: lock contention between GC and VM threads

    Problem: BDB read performance is really bad when the size of the BDB crosses 20GB. Once the database crosses 20GB or near there, it takes more than one hour to read/delete/add 200K keys. After a point, of these 200K keys there are about 15-30K keys t

  • For those who use home theatres...

    I'm ready to switch to mac in the next week or so by hooking up a mac mini to a lcd tv and using my mac mini from the comfy chair, a scenario which I'm sure a good few mac mini users are in. Now onto my question which is about how you guys manage you

  • How to design multi-languages site?

    Hi: I try to store user profile in the database. Since chinese is double byte, and english is not. Does anyone tell me what is advantage and disadvantage to choose defining a user table for all the users or to defining two tables, one for double byte

  • Jsf equivelent of struts html:base tag

    I'm having an issue with the myfaces panelNavigation component. I'm including it in a series of pages with subview & jsp:include tags. It's working great with one exception. If I browse to a document one directory deeper than the "home" page, and the

  • Javac - command not found (Linux question)

    Hi Im running openSUSE 10.2 and recently downloaded the jdk from sum.com I added the path of the executable files (home/jdk/bin) to my PATH environment variable, and the command 'java' works fine nomatter what the current directory, 'javac' however c