Xml report getting errored out

hi friends
i have one custom xml report with ten parameters whenever i submiteing concurrent program with mandatory paramas it will getting succesfully completed
without requirement out put. Again whenever i submiteed program with mandatory params and non mandatory parameters it will getting errored out .
the error was below
Enter Password:
MSG-01275: Date select AND afrm.certificate_date BETWEEN :P_FROM_DATE and :P_TO_DATE
01-OCT-11 31-DEC-11
REP-1276: Placeholder 'CP_PARENT_NAME' references one or more non-formula columns.
REP-0069: Internal error
REP-57054: In-process job terminated:Terminated with error:
REP-1276: Placeholder 'CP_PARENT_NAME' references one or more non-formula columns.
thanks
chandra

Hi Chandra,
There might be a problem with your .rdf.
Please check the formula column and use srw.message functionality to debug.
And please enable Trace option while you are running the report.
So that you can get more info about the errors.

Similar Messages

  • XML Publisher Report getting errored out

    Hi,
    I have created a basci XML Publisher report.
    When I run the report I am getting the following error in concurrent program log.
    XDO Data Engine ver 1.0
    Resp: 51553
    Org ID : 996
    Request ID: 5040983
    All Parameters: p_po_number=11
    Data Template Code: TDD1
    Data Template Application Short Name: PO
    Debug Flag: Y
    {p_po_number=11}
    Calling XDO Data Engine...
    [072706_012532569][][STATEMENT] oracle.jdbc.driver.OracleBlobInputStream@1b5340c
    [072706_012533015][][STATEMENT] Template parsing started...
    [072706_012533766][][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.dataengine.DataTemplateParser.GetNodeNumChildren(DataTemplateParser.java:327)
         at oracle.apps.xdo.dataengine.DataTemplateParser.templateParser(DataTemplateParser.java:251)
         at oracle.apps.xdo.dataengine.XMLPGEN.setDataTemplate(XMLPGEN.java:642)
         at oracle.apps.xdo.dataengine.DataProcessor.setDataTemplate(DataProcessor.java:169)
         at oracle.apps.xdo.oa.util.DataTemplate.<init>(DataTemplate.java:136)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:259)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [072706_012533766][][STATEMENT] Template parsing completed...
    [072706_012533766][][STATEMENT] Setting Data Template
    [072706_012533766][][STATEMENT] Setting JDBC Connection
    [072706_012533766][][STATEMENT] Setting Parameters
    [072706_012533767][][STATEMENT] Setting Parameters
    [072706_012533826][][STATEMENT] Process Data ...
    [072706_012533870][][STATEMENT] Writing Data ...
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at com.sun.java.util.collections.ArrayList.RangeCheck(ArrayList.java:492)
         at com.sun.java.util.collections.ArrayList.get(ArrayList.java:306)
         at oracle.apps.xdo.dataengine.DataTemplateParser.getParentDataSource(DataTemplateParser.java:1511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeDefaultGroup(XMLPGEN.java:398)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:357)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:342)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:288)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:312)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:307)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:207)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:272)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    The steps I followed to create the report are
    1. I have created a concurrent program with executable as XDODTEXE.
    2. Created a Data Template
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <dataTemplate name="DATA" version="1.0">
    <parameters>
    <parameter name="p_po_number" dataType="varchar2"/>
    </parameters>
    <dataQuery>
    <sqlStatement name="ROW">
    <![CDATA[select pha.segment1, pra.release_num,pra.org_id
    from
    po_headers_all  pha,
    po_releases_all pra
    where
    pha.po_header_id=pra.po_header_id and
    pha.segment1=:p_po_number]]>
    </sqlStatement>
    </dataQuery>
    </dataTemplate>
    3. I have created a data definition with concurrent program short name as code and uploading data template.
    4.I have created a rtf template and registered against the data definition.
    When I run the concurrent program, its failing with the above mentioned error, I am not able to debug out of it.
    Could somebody please help me?
    Thanks in Advance,
    Thiru

    Hi,
    I don't see any issue with data template. it works fine for me .
    Make sure the CP program shortname and Application name are the same as data definiton code and application name.
    As per the error It seems the JCP could not get the data template from repository and its passing null.
    What xdo version you are using ?

  • Performance issue in Report (getting time out error)

    Hi experts,
    I am doing Performance for a Report (getting time out error)
    Please see the code below and .
    while looping internal table IVBAP after 25 minutes its showing  time out error at this poit ->
    SELECT MAX( ERDAT ) .
    please send alternate code for this .
    Advance thanks
    from
    Nagendra
    Get Sales Order Details
    CLEAR IVBAP.
    REFRESH IVBAP.
    SELECT VBELN POSNR MATNR NETWR KWMENG WERKS FROM VBAP
       INTO CORRESPONDING FIELDS OF TABLE IVBAP
         FOR ALL ENTRIES IN IVBAK
           WHERE VBELN =  IVBAK-VBELN
           AND   MATNR IN Z_MATNR
           AND   WERKS IN Z_WERKS
           AND   ABGRU = ' '.
    Check for Obsolete Materials - Get Product Hierarhy/Mat'l Description
      SORT IVBAP BY MATNR WERKS.
      CLEAR: WK_MATNR, WK_WERKS, WK_PRDHA, WK_MAKTX,
             WK_BLOCK, WK_MMSTA, WK_MSTAE.
      LOOP AT IVBAP.
          CLEAR WK_INVDATE.                                   "I6677.sn
          SELECT MAX( ERDAT ) FROM VBRP INTO WK_INVDATE WHERE
          AUBEL EQ IVBAP-VBELN AND
          AUPOS EQ IVBAP-POSNR.
          IF SY-SUBRC = 0.
              MOVE WK_INVDATE TO IVBAP-INVDT.
              MODIFY IVBAP.
          ENDIF.                                               "I6677.e n
          SELECT SINGLE * FROM MBEW WHERE             "I6759.sn
          MATNR EQ IVBAP-MATNR AND
          BWKEY EQ IVBAP-WERKS AND
          BWTAR EQ SPACE.
          IF SY-SUBRC = 0.
             MOVE MBEW-STPRS TO IVBAP-STPRS.
             IVBAP-TOT = MBEW-STPRS * IVBAP-KWMENG.
             MODIFY IVBAP.
          ENDIF.                                      "I6759.en
        IF IVBAP-MATNR NE WK_MATNR OR IVBAP-WERKS NE WK_WERKS.
          CLEAR: WK_BLOCK, WK_MMSTA, WK_MSTAE, WK_PRDHA, WK_MAKTX.
          MOVE IVBAP-MATNR TO WK_MATNR.
          MOVE IVBAP-WERKS TO WK_WERKS.
          SELECT SINGLE MMSTA FROM MARC INTO MARC-MMSTA
            WHERE MATNR = WK_MATNR
            AND   WERKS = WK_WERKS.
          IF NOT MARC-MMSTA IS INITIAL.
            MOVE '*' TO WK_MMSTA.
          ENDIF.
          SELECT SINGLE LVORM PRDHA MSTAE MSTAV FROM MARA
            INTO (MARA-LVORM, MARA-PRDHA, MARA-MSTAE, MARA-MSTAV)
            WHERE MATNR = WK_MATNR.
          IF ( NOT MARA-MSTAE IS INITIAL ) OR
             ( NOT MARA-MSTAV IS INITIAL ) OR
             ( NOT MARA-LVORM IS INITIAL ).
             MOVE '*' TO WK_MSTAE.
          ENDIF.
          MOVE MARA-PRDHA TO WK_PRDHA.
          SELECT SINGLE MAKTX FROM MAKT INTO WK_MAKTX
            WHERE MATNR = WK_MATNR
              AND SPRAS = SY-LANGU.
        ENDIF.
        IF Z_BLOCK EQ 'B'.
          IF WK_MMSTA EQ ' ' AND WK_MSTAE EQ ' '.
            DELETE IVBAP.
            CONTINUE.
          ENDIF.
        ELSEIF Z_BLOCK EQ 'U'.
          IF WK_MMSTA EQ '' OR WK_MSTAE EQ ''.
            DELETE IVBAP.
            CONTINUE.
          ENDIF.
        ELSE.
          IF WK_MMSTA EQ '' OR WK_MSTAE EQ ''.
            MOVE '*' TO WK_BLOCK.
          ENDIF.
        ENDIF.
        IF WK_PRDHA IN Z_PRDHA.                                    "I4792
          MOVE WK_BLOCK TO IVBAP-BLOCK.
          MOVE WK_PRDHA TO IVBAP-PRDHA.
          MOVE WK_MAKTX TO IVBAP-MAKTX.
          MODIFY IVBAP.
        ELSE.                                                     "I4792
          DELETE IVBAP.                                           "I4792
        ENDIF.                                                    "I4792
        IF NOT Z_ALNUM[] IS INITIAL.                              "I9076
          SELECT SINGLE * FROM MAEX                               "I9076
            WHERE MATNR = IVBAP-MATNR                             "I9076
              AND ALNUM IN Z_ALNUM.                               "I9076
          IF SY-SUBRC <> 0.                                       "I9076
            DELETE IVBAP.                                         "I9076
          ENDIF.                                                  "I9076
        ENDIF.                                                    "I9076
      ENDLOOP.

    Hi Nagendra!
    Get Sales Order Details
    CLEAR IVBAP.
    REFRESH IVBAP.
    check ivbak is not initial
    SELECT VBELN POSNR MATNR NETWR KWMENG WERKS FROM VBAP
    INTO CORRESPONDING FIELDS OF TABLE IVBAP
    FOR ALL ENTRIES IN IVBAK
    WHERE VBELN = IVBAK-VBELN
    AND MATNR IN Z_MATNR
    AND WERKS IN Z_WERKS
    AND ABGRU = ' '.
    Check for Obsolete Materials - Get Product Hierarhy/Mat'l Description
    SORT IVBAP BY MATNR WERKS.
    CLEAR: WK_MATNR, WK_WERKS, WK_PRDHA, WK_MAKTX,
    WK_BLOCK, WK_MMSTA, WK_MSTAE.
    avoid select widin loop. instead do selection outside loop.u can use read statement......and then loop if required.
    LOOP AT IVBAP.
    CLEAR WK_INVDATE. "I6677.sn
    SELECT MAX( ERDAT ) FROM VBRP INTO WK_INVDATE WHERE
    AUBEL EQ IVBAP-VBELN AND
    AUPOS EQ IVBAP-POSNR.
    IF SY-SUBRC = 0.
    MOVE WK_INVDATE TO IVBAP-INVDT.
    MODIFY IVBAP.
    ENDIF. "I6677.e n
    SELECT SINGLE * FROM MBEW WHERE "I6759.sn
    MATNR EQ IVBAP-MATNR AND
    BWKEY EQ IVBAP-WERKS AND
    BWTAR EQ SPACE.
    IF SY-SUBRC = 0.
    MOVE MBEW-STPRS TO IVBAP-STPRS.
    IVBAP-TOT = MBEW-STPRS * IVBAP-KWMENG.
    MODIFY IVBAP.
    ENDIF. "I6759.en
    IF IVBAP-MATNR NE WK_MATNR OR IVBAP-WERKS NE WK_WERKS.
    CLEAR: WK_BLOCK, WK_MMSTA, WK_MSTAE, WK_PRDHA, WK_MAKTX.
    MOVE IVBAP-MATNR TO WK_MATNR.
    MOVE IVBAP-WERKS TO WK_WERKS.
    SELECT SINGLE MMSTA FROM MARC INTO MARC-MMSTA
    WHERE MATNR = WK_MATNR
    AND WERKS = WK_WERKS.
    IF NOT MARC-MMSTA IS INITIAL.
    MOVE '*' TO WK_MMSTA.
    ENDIF.
    SELECT SINGLE LVORM PRDHA MSTAE MSTAV FROM MARA
    INTO (MARA-LVORM, MARA-PRDHA, MARA-MSTAE, MARA-MSTAV)
    WHERE MATNR = WK_MATNR.
    IF ( NOT MARA-MSTAE IS INITIAL ) OR
    ( NOT MARA-MSTAV IS INITIAL ) OR
    ( NOT MARA-LVORM IS INITIAL ).
    MOVE '*' TO WK_MSTAE.
    ENDIF.
    MOVE MARA-PRDHA TO WK_PRDHA.
    SELECT SINGLE MAKTX FROM MAKT INTO WK_MAKTX
    WHERE MATNR = WK_MATNR
    AND SPRAS = SY-LANGU.
    ENDIF.
    IF Z_BLOCK EQ 'B'.
    IF WK_MMSTA EQ ' ' AND WK_MSTAE EQ ' '.
    DELETE IVBAP.
    CONTINUE.
    ENDIF.
    ELSEIF Z_BLOCK EQ 'U'.
    IF WK_MMSTA EQ '' OR WK_MSTAE EQ ''.
    DELETE IVBAP.
    CONTINUE.
    ENDIF.
    ELSE.
    IF WK_MMSTA EQ '' OR WK_MSTAE EQ ''.
    MOVE '*' TO WK_BLOCK.
    ENDIF.
    ENDIF.
    IF WK_PRDHA IN Z_PRDHA. "I4792
    MOVE WK_BLOCK TO IVBAP-BLOCK.
    MOVE WK_PRDHA TO IVBAP-PRDHA.
    MOVE WK_MAKTX TO IVBAP-MAKTX.
    MODIFY IVBAP.
    ELSE. "I4792
    DELETE IVBAP. "I4792
    ENDIF. "I4792
    IF NOT Z_ALNUM[] IS INITIAL. "I9076
    SELECT SINGLE * FROM MAEX "I9076
    WHERE MATNR = IVBAP-MATNR "I9076
    AND ALNUM IN Z_ALNUM. "I9076
    IF SY-SUBRC 0. "I9076
    DELETE IVBAP. "I9076
    ENDIF. "I9076
    ENDIF. "I9076
    endloop.
    U have used many select queries widin loop-endloop which is a big hindrance as far as performance is concerned.Avoid such practice.
    Thanks
    Deepika

  • Payables Open Interface Import getting errors out

    Hello All,
    I am trying to run "Payables Open Interface Import" program to upload the invoice but the program is getting error out, in the log file at the end i am getting the below error:
    (Insert ap inv dists 1a) Inside the insert function
    (Insert ap inv dists 1) Insert into ap_invoice_distributions
    (Insert ap inv dists 1) Insert into ap_invoice_distributions
    ORA-00001: unique constraint (AP.AP_INVOICE_DISTRIBUTIONS_U1) violated
    Insert_ap_inv_dists<-Create_lines<-Import_invoices<- Before report trigger
    (Create Lines 22) Insert into ap_invoice_distributions
    create_non_item_lines<-Import_invoices<- Before report trigger
    Any one faced this kind of issue?
    any suggestions to resolve this.
    Thanks & Regards
    Aboothahir

    Pl post details of OS, database and EBS versions.
    Pl see these MOS Docs
    Payables Open Interface Error ORA-00001: unique constraint (AP.AP_INVOICE_DISTRIBUTIONS_U1) violated          (Doc ID 357784.1)
    APXIIMPT Payables Open Interface Import Fails ORA-00001          (Doc ID 353052.1)
    Unique Constraint Violated Importing Invoices With Multi Line Distribution Set          (Doc ID 386323.1)
    HTH
    Srini

  • Crystal Report Viewer error out when running multiple instances

    Hi,
    I am using java 1.4 with BO XI R3.0.
    I notice I can only run one report at a time. If I was to run two reports, the 1st report will error out while 2nd report will run to its completion. Reports run on separate popup windows. I have tested with IE6, IE8 and also FireFox 3.0
    Depending on the timing, I get different kinds of error.
    "A request was cancelled. The necessary security privileges could not be verified. This indicates a problem with the security server. [RCIRAS9190] [RASLIB9002] "
    "The Report Processing Server session you are using to connect is in the process of being shut down. You need to retry. [RCIRAS0200]"
    I am using PSReportFactory and set parameters into CrystalReportViewer to display.
    processParametersu2026
    CrystalReportViewer viewer = new CrystalReportViewer();
    pfieldDV = new ParameterFieldDiscreteValue();     
    pfieldDV.setValue(formatViewerParameterInputValue(tempRpt[1],tempParam[x]));
    pfield.getCurrentValues().add(pfieldDV);
    viewerParameters.add(pfield);     
    viewer.setParameterFields(viewerParameters);     
    createCrystalViewer(m_oReportWrap.getRequest(), response, sInstanceId,viewer);
    private void createCrystalViewer(HttpServletRequest request, HttpServletResponse response2, String sInstanceId, CrystalReportViewer viewer) throws ReportSDKExceptionBase, FileNotFoundException, IOException, SDKException
             IEnterpriseSession eSession = oLogon.getCESession();
             IInfoStore iStore = oLogon.getInfostore();
             IInfoObject rptObject = findInfoObject(iStore,sInstanceId);
             IReportSourceFactory rptFactory =    IReportSourceFactory)eSession.getService("","PSReportFactory");
             IReportSource reportSource = rptFactory.openReportSource(rptObject,Locale.ENGLISH);
             IReport report = (IReport)rptObject;
            ConnectionInfo conn = new ConnectionInfo();
            ConnectionInfos connInfo = new ConnectionInfos();   
            ServletContext sc = getServletConfig().getServletContext();
            String realPath = sc.getRealPath("");
            Properties prop = new Properties();
            viewer.setOwnPage(true);
            viewer.setDatabaseLogonInfos(connInfo);
            viewer.setReportSource(reportSource);               
            viewer.setURI(request.getRequestURI() + "?reportID=" + rptObject.getID() + &viewerType=vwrTypeJavaSDK&viewID=1");
            viewer.setEnterpriseLogon(eSession);
            viewer.setHyperLink("New Window");
            viewer.processHttpRequest(request, response2, sc, null);

    Thanks to both of you.
    I actually was able to resolved this issue by tracking the values inside IEnterpriseSession.
    // Perform Crystal Enterprise Logon
    ISessionMgr oSessionMgr = CrystalEnterprise.getSessionMgr();
    IEnterpriseSession m_oCESession = oSessionMgr.logon(sUserid, sPassword, sSystemName,  getSecTypeString(iSecType));
    System.out.println("in logon m_oCESession "+m_oCESession);
    The UserInfo in the SeucuritySession: userInfo was always null so whatever i pass in, it was not storing them.
    (EnterpriseSession:logon=(SecuritySession:userInfo=null)
    All i need to do is to add   IUserInfo userInfo = null;  before IEnterpriseSession then it will store the user & password.

  • Sql Server 2008 Reporting Security issue ( added name to Server, some how cannot acces the report ) getting error message

    have added name to Sql server , users cannot access the report, getting error message ,
    I have give all the permission to this users, so why this users still cannot look at the report,
    and getting error message,
    An error has occurred during report processing.
    cannot create a connection to data source Ax live
    for more information about this error navigate to the report server on the local server machine or enable remote errors.
    can some please help me what this message means,
    I really appreciate it
    thanks In advance

    If "Credentials supplied by the user running the report" is selected, when the report is run, the user will be prompted to provide credentials.  They would need to provide credentials that have the appropriate permissions (e.g., read, execute) to the
    database.  This prevents the double hop.
    If "Credentials stored securely in the report server" is selected, you have to enter the username and password of a user (or service account) that has the appropriate permissions (e.g., read, execute) to the database. When the report is run, SSRS will use
    these stored credentials each time to authenticate to the database engine and query the data.  Users running the report are not prompted to provide credentials.  With this option you can use an Active Directory or SQL Server account.
    In order to access/run the report, a user will need to authenticate to SSRS.  There are options here as well. You can provide them the link to the report manager and they can authenticate, navigate to, and run the report.  You can also provide
    direct links to reports that users click in a document or application.  At this point the user is typically still prompted to authenticate to SSRS.  You can also programmatically call the report using API's and essentially build a proxy that authenticates
    to SSRS and open the report.
    Not sure if that answers your question.

  • Expense request getting errored out after Expense approver rejected

    Dear Experts,
    I am facing issues where employee expense request is getting errored out when the expenses approver reject the Request.
    We are using a workflow to move this request.
    Once the employee submitted the expense request. We are having 2 level approval of his/her. Supervisor at the 1st and Expense approver at 2nd level
    In the 2nd phase the Expense approver rejecting the travel request to make modifications, however the rejected request is NOT routing back to the employee.
    Any assistance highly appreciated

    Hi Venkat,
    Many thanks for your reply
    The required work flow is properly configured. I can see after rejection it has been routed to the employee again.
    However after rejection its getting errored out, any idea on the possible reasons, does er approver is selecting or inputing any incorrect parameters.
    Regards,
    Tamiz

  • SSRS Reports getting error in XML document (1, 6110).

    Hi,
    SCCM 2012 R2  Query reports opening error it shows below errors few reports only open properly.
    Stack Trace:
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    System.InvalidOperationException
    There is an error in XML document (1, 6648).
    Stack Trace:
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    System.Xml.XmlException
    '', hexadecimal value 0x1F, is an invalid character. Line 1, position 6648.
    Stack Trace:
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Kiran

    This has already been discussed and solved, please use the search funtion:
    http://social.technet.microsoft.com/Forums/en-US/home?category=systemcenter2012configurationmanager&sort=relevancedesc&brandIgnore=True&searchTerm=There+is+an+error+in+XML+document+
    Torsten Meringer | http://www.mssccmfaq.de

  • Oracle report 'XML Report Publisher' error 2 step process

    We're getting error 'Invalid UTF8 encoding' when running the above report. This is a second step of the two step process when creating XML output in Oracle Apps. The first step is report 'PO Output for Communication'. This one error out with the following warning:
    Beginning post-processing of request 4487540 on node TYBU093047 at 07-OCT-2008 12:49:17.
    Post-processing of request 4487540 failed at 07-OCT-2008 12:49:17 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Any information on this is greatly appreciated.
    Edited by: user1733606 on Oct 7, 2008 11:27 AM

    review this
    http://solutionbeacon.blogspot.com/2007/07/simple-tutorial-for-publishing-fsg.html

  • XML Job is error out due to "emsg:was terminated by signal 11"

    We are using XML report to print checks and today suddenly program started error out. Due to following reason.
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    /u30/app/applmgr/abghfprd/806/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /u30/app/applmgr/abghfprd/806/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    stat_low = 8B
    stat_high = 0
    emsg:was terminated by signal 11
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 11
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 5641862.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 5641862 on node E2PSCORHRMDBA02 at 09-JAN-2013 12:56:20.
    Post-processing of request 5641862 failed at 09-JAN-2013 12:56:21 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Please help me if anybody faces this kind of issues.

    980896 wrote:
    Hi,
    Application version 11.5.10.3 and data base version 11g. Unix OS
    And here is the OPP log details on this.
    Output type: PDF
    [1/9/13 3:43:56 PM] [UNEXPECTED] [524201:RT5642840] 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:517)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Unexpected EOF.
    at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
    at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:526)
    at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1287)
    at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
    at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
    at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
    thanks,
    KrishnaPlease see these docs.
    Output Post Processor (OPP) Log Contains Error "oracle.xdo.parser.v2.XMLParseException: Unexpected EOF" [ID 1273272.1]
    Output Post Processor Fails Due To oracle.xdo.parser.v2.XMLParseException: Unexpected EOF [ID 741501.1]
    R12.1:Pymt Format Instruction Rpt Fails Java.Lang.Reflect.Invocationtargetexception [ID 1328979.1]
    EEO Error Signal 11 Post-Processing Of Request Failed Caused by: oracle.xdo.parser.v2.XMLParseException: Unexpected EOF [ID 461321.1]
    Thanks,
    Hussein

  • Oracle XML report getting into warning

    Hi,
    I have an amazing error in my XML report its an Advice Print Report, when the inner group retrives 10 record it goes into warning. For any value it works fine other than 10
    The problem is only for the 10 Records only.
    Any help is highly appreciated.
    Regards,
    RR

    Hi All,
    I tried to preview using Template Viewer and its giving me this error when Days_left = 3
    [041813_093808967][oracle.apps.xdo.common.xml.XSLTWrapper][ERROR] XSL error:
    <Line 68, Column 92>: XML-22036: (Error) Cannot convert to number.
    [041813_093808967][oracle.apps.xdo.template.FOProcessor][ERROR] End Memory: max=247MB, total=66MB, free=22MB
    End of Process.
    Time: 0.172 sec.
    FO Formatting failed.
    Please help :(
    Thanks
    Abhilash

  • Getting Error Out Of Memory while importing the work repository in ODI 10g

    I exported the work repository from topology of ODI 10g of one DB and tried importing it in the another ODI 10g topology of another DB.While importing i got the error 'Out of Memory' .
    Can somebody suggest me ,how to solve the heap size out of memory issue while importing in ODI 10g.
    Thanks in Advance.

    Hi,
    you have to post your question in ODI forum
    Data Integrator
    Suresh

  • Move order pick slip report XML report not geting out put as templete

    Hi,
    SUB: i have to create one XML report on .RDF(move order pick slip report).
    Submitting procedure move order pick slip report : i have created one Discrete Job and released that Job, then Component pick release for that particular job. then move order number will generates. then automatically fires the Move Order Pick Slip Report.
    NOTE: what i meant to say is i am not submitting the report from SRS window. it will fires automatically when move order is generated.
    for this i have taken .xml and generated .rtf according to my layout and i have registered with XML publisher also.it is correct . But while running the report i am getiing output as geting codes not in template(wht i have .rtf) format.
    if i have to see the output in template from. (i have taken in conc program output as XML also) still same problem.
    please help me if anybody having solutions.
    Thanks
    Venakt M

    Hi,
    Looking for some help on this.
    Thanks in advance!
    Venkat

  • Runtime xml has & and errors out.

    Some of the published models in configurator repository have & ,
    forexample> Planning & Support Model , and others are just without &
    I have this line in my xml string which I am passing from CO to jsp
    "<param name='ma_modelname'>"+modelName2+"</param>"
    How do I escape this character and runtime ?
    Thank You

    ok I did as you said :
    Question 1 : Is there a problem if I createURL() in PFR ? , because I get a few values on picking LOVs . So for now I have put this code in PFR.
    String configURL = webAgent + "/OA_HTML/maConfigFrames.jsp?XMLmsg="+ initMsg +"&configPath="+configPath+"&webAgent="+webAgent+"&modelName1="+modelName1 ;
    System.out.println("configURL = " + configURL);------------------prints ok in jserv.log
    configURL = new OAUrl(configURL).createURL(pageContext);
    System.out.println("configURL after encoding = " + configURL);-----------------prints ok in jserv.log
    pageContext.setForwardURL(configURL,null, OAWebBeanConstants.KEEP_MENU_CONTEXT, null, null , true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,OAWebBeanConstants.IGNORE_MESSAGES);
    when I click the button and go to jsp , error : page not found comes and url has the following :
    http://xxxxxxxxxx:8000/OA_HTML/maConfigFrames.jsp?XMLmsg=<initialize><param%20name='database_id'>ssss_mach</param><param%20name='icx_session_ticket'>822E8DE0B7EF06EAB179688022654AFC</param><param%20name='calling_application_id'>601</param><param%20name='responsibility_id'>24742</param><param%20name='ui_def_id'>3800</param><param%20name='ui_type'>JRAD</param><param%20name='return_url'>http://xxxxxxxxxxxx/OA_HTML/maConfiguratorHandler.jsp</param><param%20name='ma_webagent'>http://xxxxxxxxxxxx</param>
    <param%20name='ma_modelname'>830-10E%20PLANNING%20&%20MODEL%20BILL(101%20342005)</param> ------& should have been encoded
    <param%20name='terminate_msg_behavior'>full</param></initialize>
    &configPath=/OA_HTML/CZInitialize.jsp?
    &webAgent=http://xxxxxxxxx:8000
    &modelName1=830-10E%20PLANNING%20&%20MODEL%20BILL(101%20342005) --not ok
    ------------------------- i entered blank lines for readability
    as you can see & doesnt get encoded in last line as well as the xml I passed.

  • Crystal report Getting Error..

    Hi Experts.
    i have to create Crystal report using Store Procedure. When i Create Connection using OLE DB (ADO ) and Select the Store Procedure when i select the Store Procedure and pass the Date using Parameter i got the Following Error .
    Database Connector Error : 'ADO Error Code :0X Source : SQL Native Client 10.0 Description : Incorrect Syntax near The Keywqord : 'Convert' SQL State :42000 Native Error :  [Database Vendor Code : 156 ]'
    Here is my Query please help me out to sort this Problem ....
    ALTER PROCEDURE [dbo].[VehicleReport]
         -- Add the parameters for the stored procedure here
         @StartDate as datetime,
         @EndDate as datetime
    AS
    Select [@VEHICLE].Code ,[@VEHICLE].Name ,[@VEHICLE].U_ChasisNo ,
    [@VEHICLE].U_Color ,[@VEHICLE].U_EngineNo ,[@VEHICLE].U_FuelConsumed ,
    [@VEHICLE].U_GasConsumed ,[@VEHICLE].U_Horsepower ,[@VEHICLE].U_KG_KL ,
    [@VEHICLE].U_KM_Month ,[@VEHICLE].U_Model ,[@VEHICLE].U_Modification ,
    [@VEHICLE].U_RegNo ,[@VEHICLE].U_Remarks ,[@VEHICLE].U_Type ,
    [@VEHICLE].U_Useageprps ,[@VEHICLE].U_VehicleDes  from [@VEHICLE]
    Where Convert(VARCHAR(MAX),Cast([@VEHICLE].U_Date as Datetime),121)>=CONVERT(VARCHAR(10), @StartDate , 101)
    And Convert(VARCHAR(MAX),Cast([@VEHICLE].U_Date as Datetime),121)
    <=CONVERT(VARCHAR(10), @EndDate, 121)
    Thanks
    Regards.

    Is this error specific to Crystal?  I guess what I am asking is if you are using the Business One SDK?  If this is specific to Crystal and not the SDK, you may also want to post your question in the SAP Business One Reporting & Printing Discussion Forum at:
    Reporting and Printing
    Eddy

Maybe you are looking for

  • New excise rate changes

    Hi, As per the new excise rate changes ie, 14 to 10%, i have changed the % in FV12 with valid date. Issue is when i post GR my old po's, system is taking 10% instead of 14%.. whn i change the posting date before 7/12, it's giving 14%.. If i want to c

  • Location of Partition data

    I am setting up a design tools server on a machine running Solaris9. I want to setup a partition that contains a number of design tools. If I go to / and type mkdir "tools" then I am on the root partition. How do I get "/tools" to be on a separate pa

  • Error 12 with time machine

    Hi there, after a disk failure of an interal SATA disk of my dual-2GHz-G5 I´ve restored the lost data using time machine, which worked perfectly fine. All data restored and OK. But - since the restore to the reformated internal disk (same hardware, s

  • Weblogic shutsdown

    Hi, i am installing obiee 11g on linux 64 and i installed oracledb, jdk, and weblogic. So after this do i need to install rcu and obiee? and after installing weblogic i tried starting it to verify it works or not glad it worked but here the issue is

  • Layer Opacity with Mozilla Firefox

    On the website I am creating I have layers with a background colour with a lower opacity, so that it is slightly transparent. When I preview the page in Internet Explorer, it works ... but I can't seem to get it to work for Mozilla Firefox. Does anyo