XML report rtf preview error

Hi
I have created a rtf layout for my excel report with xml tags.
I have loaded the xml data and tried to view the preview data but i am getting the following error.
Windows cannot find 'C:\PROGRA~1\Oracle\XML'.Make sure you typed the
name correctly, and then try again. To search for a file, click the
start button and then click Search
Could any one please help me.
Thanks,
Malla

Malla,
You mean path,do i need to copy the rtf and xml files to that folderIf the files are not in that directory, copy it and check then.
When you load the XML data, you should see the browse window and select the file, so is this what you are doing?
Do you get the "Data loaded successfully" message?
You may also review this tutorial and verify the steps.
Creating Reports in Oracle E-Business Suite Using XML Publisher
http://www.oracle.com/technology/obe/obe_bi/xmlp_ebiz/index.html
Regards,
Hussein

Similar Messages

  • XML Report completes with error due to REP-271504897:  Unable to retrieve a string from the Report Builder message file.

    We are in the middle of testing our R12 Upgrade.  I am getting this error from the invoice XML-based report that we are using in R12. (based on log).  Only for a specific invoice number that this error is appearing.  The trace is not showing me anything.  I don't know how to proceed on how to debug where the error is coming from and how to fix this.  I found a patch 8339196 that shows exactly the same error number but however, I have to reproduce the error in another test instance before we apply the patch.  I created exactly the same order and interface to AR and it doesnt generate an error.  I even copied the order and interface to AR and it doesn't complete with error.  It is only for this particular invoice that is having an issue and I need to get the root cause as to why.  Please help.  I appreciate what you all can contribute to identify and fix our issue.  We have not faced this issue in R11i that we are maintaining right now for the same program which has been running for sometime.  However, after the upgrade for this particular data that the user has created, it is throwing this error REP-271504897.
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    REP-0002: Unable to retrieve a string from the Report Builder message file.
    REP-271504897:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-271504897: MSG-00100: DEBUG:  BeforeReport_Trigger +
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Printing_Option
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG:  Organization Id:  117
    MSG-00100: DEBUG:  BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG:  P_Choi
    Report Builder: Release 10.1.2.3.0 - Production on Tue Jul 23 09:56:46 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Hi,
    Check on this note also : Purchasing Reports Fail When Changing Output To XML REP-0002 REP-271504897 REP-57054 (Doc ID 1452608.1)
    If you cant reproduce the issue on other instance, apply the patch on the test instance and verify all the funcionality related to the patch works OK. Then move the patch to production. Or you can clone the prod environment to test the patch.
    Regards,

  • Crystal report addon : preview error

    Hi All,
    The question has been answered a number of times on SDN but the workaround does not work in my case. please guide.:
    I am working on 2007 B PL 10. I have installed crystal report 2008 for B1 downloaded from SAP portal. I have installed crystal report addon. it gets connected but when I preview the report it gives me the error :
    *Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=12.0.2000.0, Culture=neutral,
    PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.*
    I have .net framework 1.0, 2.0 and 3.0 installed. I have gone through the demo of crytal report installation and publishing and ,have installed in the same order as shown. As instructed there, if I have crystal 2008 installed , I dont need to install the crystal report runtime. but if I dont have it, from where should i download it? is it from the following thread ? :
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567
    Thanks,
    Binita
    Edited by: Binita  Joshi on Jan 28, 2010 7:57 AM

    Thanks Nazar. i downloaded it and on running it gives me the error : this installation package could not be opened. contact the software vendor to verify that this is a valid windows installation package.
    can anybody tell from where you guys get this 'CRRuntime_12_0_mlb.exe'??

  • XML Report output giving error "word cannot open the file because....

    Hi All,
    Greetings!
    I have a standard report, 'Payables Posted Invoice Register".
    The report was going in to warning beacuse of some Invalid characters in the Data.
    I corrected the invalid characters and then ran the report ; it completed fine.
    But now when I try to open the report output, the output is not getting open but its allowing me to save the file.
    When I save it on my local machine and try to open it, I am getting an error as "word cannot open the file because it is larger than 512 megabytes".
    The document size showing is 664MB when I saved it on my machine. And the output type of the report is RTF and not PDF.
    Can anybody please help?
    Thanks,
    Sachin

    not sure, if the Microsoft word has limitation of file size.

  • XML report raises an error

    Hi all,
    I have a report, in XML format, like this:
    <report name="emp_report" DTDVersion="1.0">
         <data>
              <dataSource name="Q_EMP">
                   <select>
                        select empno from emp
                   </select>
              </dataSource>
         </data>
         <layout>
              <section name="main">
                   <groupLeft name="M_emp">
                        <group>
                             <field name="F_EMPNO" source="emp"/>
                        </group>
                   </groupLeft>
              </section>
         </layout>
    </report>
    and the following keys:
    cmdkey=cmrephtml, specifying desformat=html
    cmdkey=cmreppdf, specifying desformat=pdf
    cmdkey=cmrepcsv, specifying desformat=delimited
    Using the URL "http://host:7779/reports/rwservlet?cmdkey=cmrephtml&destype=cache&report=emp_report.xml",
    it returns a fine output in HTML format. But when I change the key to cmreppdf or cmrepcsv, it returns
    this error message:
    "The XML page cannot be displayed
    Cannot view XML input using style sheet.
    Please correct the error and then click
    the Refresh button, or try again later.
    Invalid at the top level of the document.
    Error processing resource 'http://host:7779/reports/rwservlet?cmdkey=cmreppdf&destype=cache&report=emp_report.xml'.
    Line 1, Position 1
    %PDF-1.3
    ^"
    What is wrong there?
    Laszlo Graf

    Laszlo,
    What exactly are you trying to achieve here? Have you tried OmniPortlet yet?
    Udv,
    Peter

  • Report Document Preview Error

    Hi All,
    Please how do i resolve this following  error:
    The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
    This comes up when i run my application online but doesn't occur when i run it during design.
    The application was developed with VS2010 with Crystal Report 2010, and hosted on a 64bit Window server 2008 Server.
    I have installed the both VS2010 and Crystal Report on the server with no result.
    Anyone, Everyone, please help.
    KayMan

    Hi Ludek
    I disabled the error traps in the app and this what the error reported in full. Any clue?
    Server Error in '/zamfara' Application.
    Retrieving the COM class factory for component with CLSID {4DB2E2BB-78E6-4AEA-BEFB-FDAAB610FD1B} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {4DB2E2BB-78E6-4AEA-BEFB-FDAAB610FD1B} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
    ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically \ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
    To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
    Source Error:
    Line 41:         datAdapter.Fill(dsSet, SelectTable)
    Line 42:
    Line 43:         Dim CRS As New ReportDocument
    Line 44:         CRS.Load(ReportName)
    Line 45:         CRS.SetDatabaseLogon("sa", "Kayuzz1*")
    Source File: C:\inetpub\vhosts\estarsnet.net\httpdocs\zamfara\ReportPage.aspx.vb    Line: 43
    Stack Trace:
    [UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {4DB2E2BB-78E6-4AEA-BEFB-FDAAB610FD1B} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).]
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +193
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +44
       ReportPage.Page_Load(Object sender, EventArgs e) in C:\inetpub\vhosts\estarsnet.net\httpdocs\zamfara\ReportPage.aspx.vb:43
       System.Web.UI.Control.OnLoad(EventArgs e) +91
       System.Web.UI.Control.LoadRecursive() +74
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

  • Print sm rows on 1st pg, some content and then rest rows for xml report/RTF

    Hi all,
    I am working in XML output Commercial Invoice format report and in that report there are shipper information and then item information, then total and then remaining item info.
    My requirement is like this,
    The Grand total of all items listed in the supplement(2nd) pages should be recorded on the first page of the Commercial Invoice.
    means...
    1) Shipper/Buyer Information port of lading .. etc info
    2) item information(if item more than 5 then remain items should be print on next page)
    3) total weight/total value/total packages/other cost...etc (multi rows)
    4) remain items information(2nd onward page)
    5) page total weight/ page total value / page total packages..
    Please suggest me, how can i generate this formate.
    Thanks in Advance!

    Hi all,
    I am working in XML output Commercial Invoice format report and in that report there are shipper information and then item information, then total and then remaining item info.
    My requirement is like this,
    The Grand total of all items listed in the supplement(2nd) pages should be recorded on the first page of the Commercial Invoice.
    means...
    1) Shipper/Buyer Information port of lading .. etc info
    2) item information(if item more than 5 then remain items should be print on next page)
    3) total weight/total value/total packages/other cost...etc (multi rows)
    4) remain items information(2nd onward page)
    5) page total weight/ page total value / page total packages..
    Please suggest me, how can i generate this formate.
    Thanks in Advance!

  • XML Report Concurrent Output Error

    Hi
    when i am running the Oracle Concurrent it successfully run but when i see the output it gives error below its Mentioned.where is the Problem.
    Kindly reply me asap.
    i will be thankful to u
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Edited by: 811288 on Dec 7, 2010 1:14 AM

    Laszlo,
    What exactly are you trying to achieve here? Have you tried OmniPortlet yet?
    Udv,
    Peter

  • XML reports error

    when i run any XML report i found error in log .
    Environment will now switch to UTF-8 code-set.
    Parts of this log file may not display correctly
    as a result. This is an expected behavior.
    XML_REPORTS_XENVIRONMENT is :
    /disk1/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /disk1/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_YEMEN.UTF8
    REP-3000: Internal error starting Oracle Toolkit.

    Please post the details of the application release, database version and OS.
    when i run any XML report i found error in log .
    Environment will now switch to UTF-8 code-set.
    Parts of this log file may not display correctly
    as a result. This is an expected behavior.
    XML_REPORTS_XENVIRONMENT is :
    /disk1/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /disk1/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_YEMEN.UTF8
    REP-3000: Internal error starting Oracle Toolkit.REP-3000 error is related to the DISPLAY settings, please make sure that the DISPLAY is set correctly.
    Please also see these docs/links.
    Master Note : Comprehensive REP-3000 Troubleshooting and Overview Guide [ID 200474.1]
    How To Perform Quick Checks for REP-3000: Internal Error Starting Oracle Toolkit. [ID 364838.1]
    Troubleshooting Tips for REP-3000 Error when Running E-Business Suite PDF/POSTSCRIPT/HTML Reports [ID 207532.1]
    Rep-3000 , REP-69 When Running any Reports on E-Business Suite 12.0.4 [ID 729849.1]
    REP-3000 Error While Creating XML File with Arabic data (REP-3000). [ID 562573.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=REP-3000&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Generate XML report using MAX Generate report.vi

    Hi All,
    Caught in simple and wierd problem. I'm using a simle VI called MAX Generate Reoprt.vi to generate an XML report but getting error
    Error code -2147220553
     Error description :Incorrect report file extension provided.
    The image of the block diagram is attached. I'm able to generate HTML reoport from MAX(absolutely no probs).
    Thanks in advance
    Regards
    VDC
    Attachments:
    Error_in_MAX.JPG ‏7 KB

    You must have the correct file extention. Here's what is wirtten in the detailed help of the function:
    output filename specifies the filename of the generated report.
    You must have the correct extension for the type of report to generate (.xml, .htm, .html, or .zip).
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • XML Report Publisher program is erroring out

    Hi All,
    I've customized the AR Customer Statements.
    I've created a data definition as "ARXSGP" and uploded the sample_output.xml of Statement Generation Program to it. Also I've created a Data template as "ARXSGPO" and attached the data definition "ARXSGP" to it and uploaded the customized rtf file "XXHCC_CLE_F_ARCUSBALSL.rtf" and set the default output type to PDF.
    As I donot wish to call the XML Report Publisher program manually every time when I Print the Statements through Print Documents-->Statements.
    So I've done the below customization in ARXSGP.rdf file ie; Print Statements Report which is an Oracle Report.
    I've added the below code in After Report trigger.
    =======================================
    FUNCTION AfterReport
    RETURN BOOLEAN
    IS
    BEGIN
    Below code added for Customer Statement Case Study
    DECLARE
    l_req_id NUMBER := 0;
    L_XML_LAYOUT BOOLEAN := TRUE;
    BEGIN
    L_XML_LAYOUT := FND_REQUEST.ADD_LAYOUT (TEMPLATE_APPL_NAME => 'AR', TEMPLATE_CODE => 'ARXSGP', TEMPLATE_LANGUAGE => 'en', TEMPLATE_TERRITORY => 'US', OUTPUT_FORMAT => 'PDF');
    IF L_XML_LAYOUT THEN
    srw.message(20001, 'Template is picked ');
    srw.message(20002,'Concurrent request Id : '||:p_conc_request_id);
    l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO',
    'XDOREPPB',
    NULL,
    NULL,
    FALSE,
    :p_conc_request_id,
    222, -- Receivables
    'ARXSGPO', -- Statement Generate
    'en-US', -- English
    'N',
    'RTF',
    'PDF');
    IF l_req_id > 0 THEN
    COMMIT;
    ELSE
    srw.message(20004, 'Failed to submit request');
    END IF;
    ELSE -- Not L_XML_LAYOUT
    srw.message(20005, 'Template is not picked ');
    END IF;
    END;
    --------------------Code Ends----------------------------
    SRW.USER_EXIT('FND SRWEXIT');
    RETURN (TRUE);
    END;
    ==============================================
    After Printing the Statements through Print Documents-->Statements
    Statement Generation Program is being called and later XML Report Publisher program is also being invoked.
    But the XML Report Publisher Program is erroring out with below error.
    XML Publisher: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOREPPB module: XML Report Publisher
    Current system time is 03-SEP-2012 17:42:18
    Oracle XML Publisher 5.6.3
    java.lang.NumberFormatException: For input string: "ARXSGPO"
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:447)
         at java.lang.Integer.parseInt(Integer.java:497)
         at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:215)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    ------------- 1) PUBLISH -------------
    Disabling requested Output Post Processing. Nothing to process. The output of the request is zero byte.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 03-SEP-2012 17:42:22
    Please help out with a solution.
    Thanks,
    Tech D

    for r12 add one row for parameter "Dummy for Data Security" from desc of XDOREPPB
    follow works for me
    SQL> set serveroutput on
    SQL>
    SQL> declare
      2    v_request_id   number;
      3  begin
      4 
      5   begin fnd_global.apps_initialize(0, 20419, 0); end;
      6   v_request_id := FND_REQUEST.SUBMIT_REQUEST('XDO',
      7                                              'XDOREPPB',
      8                                              NULL,
      9                                              NULL,
    10                                              FALSE,
    11                                              'N', -- Dummy for Data Security
    12                                              9888637, -- Request
    13                                              0, -- Template Application
    14                                              'XXAND10_1', -- Template
    15                                              'en-US', -- Template Locale
    16                                              'N', -- Debug Flag
    17                                              'RTF', -- Template Type
    18                                              'RTF' -- Output Format
    19                                              );
    20 
    21    dbms_output.put_line(v_request_id);
    22    if v_request_id > 0 then
    23      dbms_output.put_line('successfully submitted.');
    24      commit;
    25    else
    26      dbms_output.put_line('not submitted.');
    27      rollback;
    28    end if;
    29 
    30  end;
    31  /
    9888651
    successfully submitted.
    PL/SQL procedure successfully completed
    SQL> 'Y' for "Dummy for Data Security" also works for me
    SQL> declare
      2    v_request_id   number;
      3  begin
      4 
      5   begin fnd_global.apps_initialize(0, 20419, 0); end;
      6   v_request_id := FND_REQUEST.SUBMIT_REQUEST('XDO',
      7                                              'XDOREPPB',
      8                                              NULL,
      9                                              NULL,
    10                                              FALSE,
    11                                              'Y', -- Dummy for Data Security
    12                                              9888637, -- Request
    13                                              0, -- Template Application
    14                                              'XXAND10_1', -- Template
    15                                              'en-US', -- Template Locale
    16                                              'N', -- Debug Flag
    17                                              'RTF', -- Template Type
    18                                              'RTF' -- Output Format
    19                                              );
    20 
    21    dbms_output.put_line(v_request_id);
    22    if v_request_id > 0 then
    23      dbms_output.put_line('successfully submitted.');
    24      commit;
    25    else
    26      dbms_output.put_line('not submitted.');
    27      rollback;
    28    end if;
    29 
    30  end;
    31  /
    9888652
    successfully submitted.
    PL/SQL procedure successfully completed
    SQL>

  • "Run Report" form error befor running XML report

    I created XML report (Concurret Programs with Output Format XML), created XML file as Data definition and RTF template, and will Output in Excel. When open Run Request and choose XML report, before Parametr form is opened, get 2 error:
    FRM-41084: Error getting Group Cell
    FRM-41072: Cannot create Group req_layout
    Help me, where is Problem?
    Edited by: Sega99 on 2010.26.1 02:41

    hi
    Please post u r thread in report forum. thanks.
    Sarah

  • Error on viewing an uploaded Xdo file of a converted XML report

    1. Report converted from XML to BI publisher following the steps mentioned in the Oracle® Business Intelligence New Features Guide
    Release 10.1.3.4.1
    2. Uploaded the generated xdo file from the BI publisher screen "Upload a Report" option
    3. The upload is successful. But when the report is clicked for viewing, it displays the error
    "The report cannot be rendered because of an error, please contact the administrator"
    "oracle.apps.xdo.dataengine.Parameter.getParameterDataType()I"
    4. I set the debug level in the System Maintenance -> Server Configuration-> debug level option of the Admin Tab and bounced the OC4J
    5. The following error displayed in the OC4J start screen
    [030310_033043195][][STATEMENT] Setting JDBC Connections..
    [030310_033043632][][EXCEPTION] java.lang.NoSuchMethodError: oracle.apps.xdo.dat
    aengine.Parameter.getParameterDataType()I
    Could someone help me out?
    Thanks
    Subu

    Hello Tim / Experts,
    Running EBS report in BI publisher
    Followed the steps mentioned in the Standard Oracle docs/guides:
    1.     Change the output format of the report in concurrent program definition to produce XML output
    2.     Create the Data Definition by registering the concurrent program shortname in the Data definition of BI publisher
    3.     Create RTF template
    4.     Upload RTF template into the template manager of BI publisher to display the output from the concurrent request.
    The step3 to create the RTF template has not been given much coverage in any of the oracle docs/guides
    The requirement is for the RTF to have the same layout as the original rdf so that it displays the output in the same fashion. In order to produce the rtf file followed the steps below:
    Converting Reports from Oracle Reports to Oracle BI Publisher
    1.     Saved the 6i RDF report in 10g report builder
    2.     From the Tools menu and File conversion sub-menu, converted the report in XML format
    3.     Ran the conversion script, with the input file as the XML file saved above
    java.exe -classpath ……………………\xdocore.jar; ……………………\collections.jar; ……………………\aolj.jar; ……………………\xmlparserv2-904.jar oracle.apps.xdo.rdfparser.BIPBatchConversion -source ……………………\input -target ……………………\output -debug
    4.     The conversion script above produced the following outputs:
    •     Report definition file REPORT.xdo
    •     DataTemplate REPORT_template.xml
    •     PL/SQL package specification REPORTS.pls
    •     PL/SQL package REPORTB.pls
    •     RTF Layout Template REPORT.rtf
    •     Log file REPORT.log
    5.     The RTF Layout Template REPORT.rtf had field orientation changed from horizontal to vertical i.e. the fields in the original report were in one straight horizontal line, whereas the converted report output rtf had all these fields arranged in a vertical fashion
    6.     Compiled the packages into database
    7.     Uploaded the REPORT.rtf of steps 5 into the template manager of BI publisher
    8.     Ran the concurrent request
    The report failed with warnings, not surprising since the layout was disoriented
    Queries:
    1)     Which is the easiest method of producing the RTF template (that has an identical layout of the rdf report) ? Any document which explains all this ?
    2)     Steps to create the RTF template
    3)     To attach format triggers and other things which are not supported by conversion tool ?
    Thanks
    Anupam

  • Error In XML Report

    Hi all,
    We are getting this error while running the an XML Report.
    the concurrent program is ending with compilation with WARNING and
    the DIGNOSTICS of the concurrent program is not showing any XML data with the ERROR "A name was started with an invalid character. Error processing resource " .
    When the log file is checked, it says that 'ONE OR MORE POST PROCESSING FAILED".
    Can any one help us ?

    hi Viral,
    Actually we are using a .rdf file but not the data template...
    And we have changed the .rdf file....
    does it affect the XML output?
    and if it does then what is the solution to this problem?
    Thanks ,
    Sachin

  • 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.

Maybe you are looking for

  • Multiple Exchange and other Accounts - Can Calendars Sync Individually?

    I currently sync mail with my iPhone 3G (4.2.1) with two Exchange Servers, gmail, hotmail, gmx, AOL and Yahoo!. I maintain real calendars on both Exchange Servers (but not on the other accounts). Don't know whether it's relevant, but the two Exchange

  • Search Server Error - Illegal operation attempted on a registry key that has been marked for deletion

    Hello, I have a 5 server farm (DC, 2 WFEs, 1 SQL,1 CA w/ search) and am experiencing an issue when returning search results.  This issue just started occurring recently, and basically the search page throws a correlation id whenever used.  The error

  • Authorization BI Report

    Hi, I have some problem with the authorization. Here is the scenario, I need to make one user in to access BI report, but only from one cube(let say cube A). The user cannot access, display or execute any others report except the reports generate fro

  • Authorizations to Create/Display table entries

    Hi All,   One of our requirement is to restrict the user from changing the entries in the table, however allow to create/display entries in the table, can this be achieved using authorization groups(Authority check objects) without writing any code i

  • Monitoring Sun Ray Server health

    I am interested in deploying Sun Ray Server as a component of a large VDI implementation. I want to be able to monitor the health of the Sun Ray Server software beyond the standard OS level stuff - number of concurrent Sun Ray Client connections for