Error XML preview rtf report

Hello

I have created a rich text presentation to my excel report containing xml tags.

I loaded the xml data and tried to preview the data, but I get the following error.

Windows cannot find 'C:\PROGRA~1\Oracle\XML '. Make sure you have entered the
Name correctly, and then try again. To search for a file, click on the
Start button, and then click Search
Could someone help me please.


Thank you
Malla

Malla,

You have the Office XML Editor installed under the directory "C:\PROGRA~1\Oracle\XML"?

You save the model before you try to preview the PDF file?

What is the version of Microsoft Word, you use?

Make the same mistake with another master, or just this one?

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • How to create a dynamic RTF report that creates dynamic columns based on the selection of dynamic columns in a table?

    Hi all

    Suppose I have table, whose structure changes frequently on a daily basis.

    For example. / / desc my_table gives you after the name of the column the day 1

    SQL > my_table DESC;

    Output

    Name

    Age

    Phone


    Day 2, two other columns are added, viz, address and salary.

    SQL > my_table DESC;

    Output

    Name

    Age

    Phone

    Address

    Salary


    Now, I want to create a Dynnamic RTF report which made extracting data from all columns from my_table daily. For this, I have defined a simultaneous program with XML output type and include in annex a data/definition of data model that takes XML as input and gives the final result of the conc program in EXCEL layout. I am able to do that for a constant number of columns, but don't know how to do it when the number of columns to display dynamically changes.

    For 1 day my XML file should be like this.

    <?xml version="1.0" encoding="UTF-8"?>
    <dataTemplate name="XYZ" description="iExpenses Report" Version="1.0">
    <dataQuery>
    <sqlStatement name="Q2">
    <![CDATA[
    SELECT Name
    ,Age
    ,Phone
    FROM my_table
    ]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_my_table" source="Q2">
      <element name="Name" value="Name" />
      <element name="Age" value="Age" />
      <element name="Phone" value="Phone" />
    </group>
    </dataStructure>
    </dataTemplate>
    
    

    And my day 1, EXCEL output RTF model should be like this.
    Name age phone

    Swapnill 23 12345

    For 2 days my XML file should be like this. With 2 new columns selected in the SELECT clause.

    <?xml version="1.0" encoding="UTF-8"?>
    <dataTemplate name="XYZ" description="iExpenses Report" Version="1.0">
    <dataQuery>
    <sqlStatement name="Q2">
    <![CDATA[
    SELECT Name
    ,Age
    ,Phone
    ,Address
    ,Salary
    FROM my_table
    ]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_my_table" source="Q2">
      <element name="Name" value="Name" />
      <element name="Age" value="Age" />
      <element name="Phone" value="Phone" />
      <element name="Address" value="Address" />
      <element name="Salary" value="Salary" />
    </group>
    </dataStructure>
    </dataTemplate>
    
    

    And my day 2, exit EXCEL model RTF should be like this.
    Name address telephone pay

    23 12345 Madrid 100000 Swapnill

    Now, I don't know below things.

    • Make the dynamic XML as we did in the day 1 there are 3 columns in the SELECT statement and the day 2, 5 columns. I want to create a dynamic XML which must not be changed if the new columns are added into my_table. I don't know how to create this query and also create their corresponding items below.
    • Make the RTF model dyanamic as day 1 there are 3 exit EXCEL columns and the day 2, 5 columns. I want to create a dynamic RTF model that would display all the columns selected in XML dynamic. I don't know how the RTF will create new XML tags and how it will know where to place them in the report. Means, I can create model RTF day 1, by loading the XML data for 3 columns and place 3 tags XML in the model. But how he will create and place the tags for the new columns the day 2?

    Hope so, you got my requirement, it's difficult. Please let me know how I can implement the necessary solution using the RTF dynamically without any manual intervention.

    Kind regards

    Patricia K.

    Post edited by: SwapnilK

    Hi guys,.

    I was able to solve above the requirement.

    I created a procedure that would create & update (attached to the data definition) XML file dynamically for each race. This dynamic XML contains the SQL statement for the data query that is built dynamically. I am updating this XML file using XDOLoader utility to the definition of data. Then run my program customized to generate the excel output.

    Exit excel retrieves correct number of columns dynamically (3 on Day1 and Day2 5), with corresponding data records.

    Kind regards

    Patricia K.

  • IF statement nested resulting in error XML

    Hello

    I'm having a terrible time, trying to get my report to stop generating errors, when I load on our server. I completed 1 of 2 reports where I used the IF statements nested, and the 1st report runs without any problems, but it gives me a headache and I don't know why.

    The source of data for this report is a query that retrieves all the data.

    Here is the code that is contained in a table in my RTF model that fails to run:

    <? for-each-group: row; /@RowNumber? > <? sorting: current-group () / DEPTID; ' ascending '; type_donnees = "number"? > <? sorting: current-group () / RECEIPT_DT;' ascending '; data-type = "text"? >

    <? If: (number (DEPTID) = 8110) or (number (DEPTID) = 9674)? >

    <? RECEIPT_ID? >

    <? RECEIPT_DT? >

    <? LINE_NBR? >

    <? DEPTID? >

    <? MERCHANDISE_AMT? >

    <? end if? >

    <? end for each group -? >

    I don't know why this is happening, I have another report EXACTLY like this, and it works fine. Let me point out that if I remove the IF statement, the report runs. But there is no reason why I shouldn't be able to use the IF statement inside the loop.

    Error message:

    "Generating report output error (235,2309)".

    Any idea on why it doesn't work?

    It was a problem of data type. I used the DEPTID as an expression of 4.0 character instead of the character 10.0 and it worked.

  • Can't view the data after loading the XML into RTF model

    Hi friends

    I am unable to view data in PDF after loading the XML into RTF model
    After I load the XMl file to my model
    The complement of the tab, I'm trying to get a glimpse of the output as pdf/xml etc, but he throws and error
    Window does not
    'C:\DOCUME~1\SYSNAME~\LOCALS~\APPLIC~1\Oracle\BIPUBL~1\TEMPLA~\tmp\3513518782149421out.pdf214921out.pdf '. Make sure you typed the name correctly and then try again. To search for a file, click the Start button and click Search

    I gave the name correctly only, but don't know y it displays error I have to reinstall the Office of Oracle BI Publisher once more please advice me what needs to be done to solve my problem of my PC

    Thank you
    Thiliban

    It seems that the problem is with the working directory of the BIP Office.

    If you have administrator access to the computer, please do the following:
    1 Windows-> Run-> regedit
    2. find the value of the next entry
    Publisher\Template HKEY_CURRENT_USER\Software\Oracle\XML for Word\TB_WORK_DIR generator
    3. change your path C:\DOCUME~1\SYSNAME~\LOCALS~\APPLIC~1\ORACLE\BIPUBL~1\TEMPLA~\tmp

    See you soon,.
    ND
    Use the buttons "useful" or "correct" to award points to the answers / mark the thread as answered, if your question is answered.

  • Create a XML page OFA report

    Hi all

    I have an obligation to create a PDF report from a page of the OFA. Since the code below, I was able to print the XML with values.

    I know I should map this XML to RTF by creating the defiition given by the responsibility of XML editor.


    I think I understand:

    1 generate the XML from Conttroller file

    2. load the XML to RTF and map fields

    3. register as a data definition and RTF

    4 output seen

    MY QUESTION IS: If I load the values from the below XML to RTF and the registry in the definition of data, I will get the same values whenever it is just. From my understanding, if the data changes in the report, there should be a way that will directly send the xml code generated by the controller to the RTF (without step2)



    I REALLY THINK THAT IT ME MISSING SOMETHING HERE. PLEASE HELP ME


    public void processRequest (pageContext, OAPageContext,
    {OAWebBean webBean)
    super.processRequest (pageContext, webBean);

    Am = OAApplicationModule
    (OAApplicationModule) pageContext.getApplicationModule (webBean);
    OAViewObject vo = (OAViewObject) am.findViewObject ("colorVO1");

    ByteArrayOutputStream OutputStream = new ByteArrayOutputStream();
    (XMLNode) vo.writeXML(4,"")
    try {}
    ((XMLNode) vo.writeXML (4, XMLInterface.XML_OPT_ALL_ROWS)) .print (outputStream);
    } catch (IOException e) {}
    TODO
    throw new OAException ("the value of VO is" + vo,)
    OAException.CONFIRMATION);
    }
    System.out.println (OutputStream.ToString ());



    Generated XML code:

    < colorVOEx3Row >
    < username > CBA < / username >
    < username > 33102 < / UserId >
    < > 27241 CreatedBy < / CreatedBy >
    < Clr1 > 0 < / Clr1 >
    < / colorVOEx3Row >
    < colorVOEx3Row >
    deg < user name > < / username >
    < username > 33604 < / UserId >
    < > 1135 CreatedBy < / CreatedBy >
    < Clr1 > 0 < / Clr1 >
    < / colorVOEx3Row >
    < colorVOEx3Row >
    < username > * mno < / username >
    < username > 33643 < / UserId >
    < > 24587 CreatedBy < / CreatedBy >
    < Clr1 > 2 < / Clr1 >
    < / colorVOEx3Row >
    < / colorVOEx3


    Please let me know, what should me my next steps to generate the report. If I load the above XML to RTF, my data in the page irresepscive, I always get the rows.i 3... e... (abc, def, * mno).

    I hope I am clear.

    In this approach, we need generate the XML code example to create the RTF (State presentation) model.

    Now in the RESP to XML editor.
    1. create a data definition by mentioning enforcement (e.g., human resources, etc.)
    2. create a model of type "RTF".
    3. download already created the file .rtf (presentation of the State) as a template file

    When you launch OAF page, the output XML data from VO will be generated. These data XML appears in the report, based on the layout of the .rtf file.

    -Anand

  • photos has not been loaded for weeks (usually the browser chrome on PC windows at work).  I tried now on some other computers and get the same error message and I report every time.  can I do or just wait for someone to fix it

    photos has not been loaded for weeks (usually the browser chrome on PC windows at work).  I tried now on some other computers and get the same error message and I report every time.  is there anything I can do or just wait for someone to fix it?

    If you want any help here, you'll have to tell us what the error message.

    Which report you errors to?

  • error file name of report with the Chinese Date format

    Hello

    I see an error in the DUT report stage writing in the standard template files.  This step is calling the API method save on the Runstate.Report object.

    This problem occurs on computers using localization in Chinese with the date in the name of the report file.

    Is this a known issue?  Is it possible to change the name of the file before calling the method above to eliminate the problem?

    Mike,

    You have the ability to recognize characters multi-byte enabled? Please navigate to configure"Station and select the location tab. There should be a checkbox to recognize multibyte characters. This box is checked? Otherwise, try to check the box and re-run your movie file.

    Please let me know the results of this test. Thank you!

  • Resource monitor error "the device, mscank, reports"tv_ConfigMgrErr24"

    I get the error "the device, mscank, reports"tv_ConfigMgrErr24".» This device won't be available until the problem is resolved. The Plug and Play ID for this device is ROOT\LEGACY_MSCANK\0000. "This error is reported when the resource i run and performance monitor on my laptop. My config laptop is Sony Vaio win7 Home premium 64-bit. Kindly give me solution nd more of information for this problem. Full details of this error is:

    Symptom:

    Device is not present, not working not properly, or does not all its drivers installed.

    Cause: A device has a configuration issue preventing it from working correctly.
    Details: The device, mscank, reports "tv_ConfigMgrErr24". This device won't be available until the problem is resolved. The Plug and Play ID for this device is ROOT\LEGACY_MSCANK\0000.
    Resolution: 1. check that the correct driver is installed.
      2. try updating the drivers using Windows Update.
      3. check with the manufacturer for an updated driver.
      4. try to uninstall and reinstall the device using Device Manager.

    Hi riteshwalia,

    Mscank is a file system driver that may be associated with any device.

    Device Manager open to check what hardware device is not working properly on the computer, and then uninstall it.

    (a) open Device Manager by clicking the Start button.

    (b) click on Control Panel, click system and security, and then, under System, click Device Manager. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    (c) now check if any device has any yellow exclamation on it.

    Once you find any device with any brand, right click on the device and then click on the option to Uninstalland restart the computer and check if it works.

    If you can't find any device with all brands then check by activating hidden devices.

    (a) in Device Manager click on view and later click on Show hidden devices and check to see if you find any device with exclamation point and uninstall

    If the previous step fails, run Windows update to check and install the update from the recommended on the computer device driver.

    Updated a hardware driver that is not working properly

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    If all steps above fail, then contact the manufacturer for updated driver for any device connected to the computer.

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • URL (for database field) in the RTF report

    Hello!

    I create report BI Publisher (ver. 11.1.1.7..) to RTF.

    One of the fields of the report contains the URL link to an external resource.

    URL is stored in one of the database fields in the format () varchar2).

    After the launch of the report, URL Is displayed as of the text, it is not clickable.

    Please tell me How do I draw a hyperlink the database to make it is clickable in RTF report.


    Sincerely Alex

    Check this http://docs.oracle.com/cd/E23943_01/bi.1111/e22254/create_rtf_tmpl.htm#BIPRD3265

  • How to design the multi-onglet in rtf report in oracle apps r12

    Hello


    How to design the multi-onglet in rtf report in oracle apps r12

    a consultant who works on multiple projects in this report... . How to design rich text using the multi tab.


    Thank you

    Praveen,

    Already sent an invitation to chat. It's [email protected]

    Kind regards
    Vinod

  • Error message "Preview not available for this file.

    I use LR 4.4, but it did not work properly since I got my new camera (Canon 70 d). When you try to import, I get the error message "Preview not available for this file. I got lucky better connection of the device with a usb cable, which allow me to see the jpg images, but he wouldn't let me see the raw images (.cr2). I would solve this problem by opting for the LR5?

    I use LR 4.4 on a Windows 7 PC.

    Thanks for any help that can be provided.

    Robert

    Support for the Canon 70 d was introduced with LR version 5.2. See the link below.

    Camera Raw plugin | Supported devices

  • Calculation of the sum of a column on a XML editor RTF with NULL values

    Hello

    I have a problem to get the sum of a column in XML editor RTF, if one of the lines has a null value.

    say, I have 4 columns and values

    CASES1:
    NULL, NULL, 4, NULL
    Sum, I expect is: 4

    CASE2:
    NULL, NULL, NULL, NULL
    I'm waiting for is a null

    Is there a way to do this?

    Thank you
    Anita

    Try this

    AMT's column

  • Error: XML parsing failed because «»

    Error: XML parsing failed because «»

    I have searched for the meaning of this very confusing error message, but all I can find is comments saying I should put verbose = true in my build.properties file.
    I use JDeveloper 11.1.1.5 to build if it uses a file build.properties this isn't one that I created.

    When I click on the error it just takes me to the top of the file bpel that I have an error in (or so he claims).

    Can someone explain please once and for all what this error message means and then suggest ways to fix this?

    Thank you.

    This error occurs when there is a wsdl file or xsd double in your project. Remove one double and its references... you should be happy to compile your project successfully.

  • Error of RTF report Total template.

    Hi experts,

    I created an RTF template, it works very well, in BI we go with a few parameters for this model in the SQL query.

    I get the following error.

    Error message: 'conffile': C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config\xdoconfig.xml
    Real fonts: C:\Program Files\Oracle\BI Publisher\BI editor Desktop\Template Builder for Word\fonts
    Run Start OPE
    Model: C:\Documents and Settings\sskodthivada\Desktop\work on sumary\FRU Master repair Annex report Summary.rtf
    SetLocale RTFProcessor: en - us
    FOProcessor setData: C:\Documents and Settings\sskodthivada\Desktop\xmls\XML_NOTWORKING.xml
    SetLocale FOProcessor: en - us
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL (unknown Source)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform (unknown Source)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform (unknown Source)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform (unknown Source)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO (unknown Source)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO (unknown Source)
    at oracle.apps.xdo.template.FOProcessor.createFO (unknown Source)
    at oracle.apps.xdo.template.FOProcessor.generate (unknown Source)
    at RTF2PDF.runRTFto (RTF2PDF.java:708)
    at RTF2PDF.runXDO (RTF2PDF.java:517)
    at RTF2PDF.main (RTF2PDF.java:305)
    Caused by: oracle.xdo.parser.v2.XPathException: could not convert to number.
    at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1534)
    at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:521)
    at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:489)
    at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:271)
    at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:155)
    at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:192)
    ... 15 more

    I think for this error:

    RTF is built according to operational requirements, in this, I'll have wise model
    Total and grand total. When I remove these two rows (total and grand total) it works fine all the parameters. I think the problem is in these calculations total only...

    For total, I use this formula:
    <? xdoxslt:set_variable ($_XDOCTX, "Tvar', xdoxslt:get_variable($_XDOCTX,_'Tvar') + sum (current - group (//PRIORITY1REPAIR)) + sum (current - group (//PRIORITY2REPAIR)) + sum (current - group (//PRIORITY3REPAIR)))? >

    Great for total:
    <? xdoxslt:set_variable ($_XDOCTX, "Tvar', xdoxslt:get_variable($_XDOCTX,_'Tvar') + sum (current - group (//PRIORITY1REPAIR)) + sum (current - group (//PRIORITY2REPAIR)) + sum (current - group (//PRIORITY3REPAIR)))? >

    Here I am providing example of XML file for which I got this error
    rowset <>
    < ROW >
    NOKLA < MANUFACTURER > < / MANUFACTURER >
    XYZ < TEMPLATE > < / TEMPLATE >
    ALLTEL < PLANTYPE > < / PLANTYPE >
    < PLANPERIOD > 2009 - 22 < / PLANPERIOD >
    < PLANWEEKPERIOD > 25/05/2009 < / PLANWEEKPERIOD >
    < PRIORITY1REPAIR > 0 < / PRIORITY1REPAIR >
    < PRIORITY2REPAIR > 0 < / PRIORITY2REPAIR >
    < PRIORITY3REPAIR > 0 < / PRIORITY3REPAIR >
    < PRIORITY1ASC > < / PRIORITY1ASC >
    < PRIORITY2ASC > < / PRIORITY2ASC >
    < PRIORITY3ASC > < / PRIORITY3ASC >
    < / ROW >
    < ROW >
    NOKLA < MANUFACTURER > < / MANUFACTURER >
    XYZ < TEMPLATE > < / TEMPLATE >
    ALLTEL < PLANTYPE > < / PLANTYPE >
    < PLANPERIOD > 2009 - 22 < / PLANPERIOD >
    < PLANWEEKPERIOD > 01/06/2009 < / PLANWEEKPERIOD >
    < PRIORITY1REPAIR > 0 < / PRIORITY1REPAIR >
    < PRIORITY2REPAIR > 0 < / PRIORITY2REPAIR >
    < PRIORITY3REPAIR > 0 < / PRIORITY3REPAIR >
    < PRIORITY1ASC > < / PRIORITY1ASC >
    < PRIORITY2ASC > < / PRIORITY2ASC >
    < PRIORITY3ASC > < / PRIORITY3ASC >
    < / ROW >
    < ROW >...
    That way I'll have my XML: if I have null in all columns of PRIORITY1ASC in the entire xml file I get this error. otherwise it gives good results.

    I go with if condition for these lines PRIORITY1ASC, PRIORITY2ASC, PRIORITY3ASC. Because I don't want to print the model if I have a value zero
    For one of these lines.

    Can someone help me pls.

    Published by: André on June 18, 2009 16:45

    Cool.

  • ORS XML 7.0 report output defaults to RTF format

    Someone had this problem? After you apply the Patching, the default output for XML reports 7.0 RUP is RTF. This must be the changes manually before you run the report in PDF format, to view the report in PDF Format. Suggestions how this default to PDF?


    Thank you, Tyler.

    Hi Tyler, you can go to the definition of the report template and click on "Update" and then change the default output to PDF and save it. It is a new feature of ORS 7.0.

    Thank you!

Maybe you are looking for

  • Firefox 38.0.1 recently closed tabs/session charges as new tabs after accident? Please help restore addresses

    Firefox 38.0.1 charges previously opened session/tabs as new tabs after crashing.The only solution for this problem is PS. worm. 34, 35, who speaks to find sessionstore.js which I can't find.I guess that there is a new way to solve this problem in ve

  • I can no longer connect to my email on Comcast with Thunderbird

    Comcast technical support checked settings are now correct but still can't connect. changed to recommended ports and SSL, but still does not work. Can connect with webmail on this computer and other devices. I see other people seem to have the same p

  • WRT1900AC very low flow

    I am experiencing speed very low flow (cable) on my WRT1900AC. My ISP bandwidth is 70Mbps down and 6 Mbps to the top, if I connect my main POC directly to the modem, I get near these speeds (usually ~ 68Mbps down and 6.1Mbps upwards). When it is conn

  • SetRequestProperty function fails

    Hi all who knows why work httpConn.setRequestProperty ("Cookie", "cc = 0"); fails with Cookie while working with ather headers such as httpConn.setRequestProperty ("User-Agent", "A = B"); ttpConn.setRequestProperty ("Content-Type", "application/x-www

  • Entry of blackBerry Smartphones Bopomofo Language Option

    I downloaded the application for entering Chinese characters using zhuyin.  It seems that the keyboard is missing from some bopomofo.  Does anyone know how to use this feature entirely?  Thank you!