XML Publisher not updating translated XLFs

Hi,
We are using XML Publisher Administrator responsibility to upload French translated XLFs for our RTF files. We are using EBS version 12.1.3.
We are able to successfully upload XLFs in WINDOWS-1252 encoding format. However,when we download those, the resulting files are encoded in UTF-8,with some characters distorted out.However, the final report output shows the correct European character set.
Can anyone suggest why is this happening ?

<TEL_TXT><?b?>Telephone:<?/b?> Call this number to pay by credit card using a land line or mobile phone.</TEL_TXT>
<TEL_HOW>Tel: 1300 362 589</TEL_HOW>
<INT_TXT><?b?>Internet:<?/b?> Visit this website to make a secure credit card payment over the internet.</INT_TXT>
We use BPEL to extract information from an external source, once we get this, we use BI publisher to then compile everything together including output from a receivables report, to produce a pdf report. Microsoft Word just ignores the <?b?>, thinks it's a sub tag. p.s i put the ? in there so that html browser does not bold the text. in the real sample the ? are not in there.
Message was edited by:
THLAM
Message was edited by:
THLAM

Similar Messages

  • XML Data not updating on xlf

    hi,
    My IT department created some xml files for a project that I am working on. I want to have XML connecting into the dashboard whenever I update the xml file. Is there a way I can do it? I tried saving the XML data into Excel and importing the spreadsheet into dashboard, which gave the me the data but if I want to have XML data connection with the URL of xml data in my local file it doesn't work. I also tried XML Maps for data manager and that worked one time but if I update same file it won't show me new data after refreshing.
    Does any body know how to do it from starting and give me steps to automatically refresh the data... I have three different data sheets for charts. I have Xcelsius 2008 Engage....I am totally confused...
    Thanks.

    Hi, Sejal Shah
    Please Have a Look at the following Thread where i explain the Steps, hope will help to solve your problem,
    [XML u2013 Structure Needed in Xcelsius|XML u2013 Structure needed in Xcelsius;
    Please REply if any Issue.
    Kind Regards,
    Faisal

  • XML Publisher report - Number translation in Italian

    While i am Doing an XMl publisher report in english and Italian Languages i am facing an issue with the Dot translation.
    For eg: 4.5 is translated to 4,5 in Italian.This creates a problem for me when i am doing summary on this column.So how should i handle in case italian.

    better to ask this question in the BI (XML) Publisher Forum: BI Publisher

  • XML Publisher Not taking Template during Runtime

    Hi All,
    I am working on standard Pack Slip report using XML publisher.
    I have modified existing template according user requirement.
    When I run the Concurrent program (Packing Slip Report) from SRS screen, The program is not taking Template uploaded using XML publisher Admnistrator. It just Currently printing output in regular RDF output format. I have even looked at Data Definition for the template, everything seems to be perfect (CODE: matches with Concurrent Program Short Name). Please let me know what could be possible problem. This is very very urgent..Please help me out in resolving this issue.
    Thanks!!!

    Kal,
    In this scenario, may be you need to run the process “XML Report Publisher” to combine the xml and layout.
    Add this existing program 'XML Report Publisher' to your request group and run it once. After completion of this process then re-run and test your report.
    Thanks,
    Prasad Raju

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

    When Running XML publisher program from Oracle Procedure, Program not generating output file, but same XML publisher program running from Concurrent program runs and produces the output file.
    Here is the code
    CREATE OR REPLACE PROCEDURE apps.wmmgd_sepa_formats (
       p_return_msg      OUT      VARCHAR2,
       p_return_code     OUT      NUMBER,
       p_payment_batch   IN       VARCHAR2                                    ---,
    --- p_bank_name          in varchar2
    IS
       name:      wmmgd_sepa_formats
       purpose: this procedureis to  create SEPA payment formats
       revisions:
       ver      date        author           description
       1.0     6/11/2013  V Gongireddy  Created the Procedure
       l_ret         BOOLEAN;
       l_req_id      NUMBER;
       v_org_id      NUMBER;
       v_cntr        NUMBER;
       v_file_name   fnd_concurrent_requests.outfile_name%TYPE;
       v_language    VARCHAR2 (20);
    BEGIN
       SELECT fnd_profile.VALUE ('ORG_ID')
         INTO v_org_id
         FROM DUAL;
       fnd_file.put_line (fnd_file.LOG, 'org id ' || v_org_id);
       fnd_file.put_line (fnd_file.output, 'Start org id ' || v_org_id);
       FOR i IN 1 .. 10000
       LOOP
          v_cntr := v_cntr + 1;
       END LOOP;
       l_ret :=
          fnd_request.add_layout ('SQLAP',
                                  ' WMMGDSEPAFORMATXSL',
                                  'en',
                                  'US',
                                  'XML'
       IF l_ret = TRUE
       THEN
          BEGIN
             fnd_file.put_line (fnd_file.output,
                                'Payment batch ' || p_payment_batch
             l_req_id :=
                fnd_request.submit_request ('SQLAP',
                                            'WMMGDSEPAFORMAT',
                                            FALSE,
                                            p_payment_batch
             v_cntr := 0;
             FOR i IN 1 .. 10000
             LOOP
                v_cntr := v_cntr + 1;
             END LOOP;
             p_return_msg := 'Request submitted. ID = ' || l_req_id;
             p_return_code := 0;
             COMMIT;
          EXCEPTION
             WHEN OTHERS
             THEN
                p_return_msg :=
                      'Payment Request set submission failed - unknown error: '
                   || SQLERRM;
                p_return_code := 2;
                fnd_file.put_line (fnd_file.LOG,
                                   'the_request_id ' || l_req_id || p_return_msg
          END;
       END IF;
    END wmmgd_sepa_formats;
    Thanks in advance

    And metalink note 1100253.1 states that this issue (java.lang.StackOverflowError) might be caused by a too large set of data to be sorted in the layout file. Recommendation is to removed the sort from the layout file and instead sort the data already in the data definition.
    regards,
    David.

  • Library xml is not updated, or created empty

    I have my playlists and files in itunes, but not in imovie for example. I figured out that the Library.xml is not created even when i open itunes with a new library.
    Maybe it has some "invalid" chars in my music file names. I have a lot of files, so renaming one by one is not a option.
    I'm just guessing that is the problem, but i suppose the xml have to support utf-8, am i right?
    And the option to export the playlist as xml does nothing.
    The question is simple: How can i fix that?

    Hi Pradeep,
    R you able to replicate document perfectly with standard transaction type?
    Best Regards,
    Pratik Patel

  • Workflow: XML Container not updated

    Hallo Gurus!
    I am starting a new workflow with SWW_WI_START_SIMPLE. After that i change some container values with following code:
    *Workflow starten
      CALL FUNCTION 'SWW_WI_START_SIMPLE'
        EXPORTING
    *   CREATOR                            = ' '
    *   PRIORITY                           = SWFCO_NO_PRIO
          task                               = wa_ess_prozess-prozess_task
    *   CALLED_IN_BACKGROUND               = ' '
    *   DEADLINE_DATA                      = ' '
    *   NO_DEADLINE_PARAMETERS             = ' '
      IMPORTING
    *   WI_ID                              =
    *   WI_HEADER                          =
    *   RETURN                             =
    *   WI_RESULT                          =
        swf_return                         = lwa_swf_return
        TABLES
          agents                             = it_swhactor
    *   DEADLINE_AGENTS                    =
    *   DESIRED_END_AGENTS                 =
    *   LATEST_START_AGENTS                =
    *   EXCLUDED_AGENTS                    =
    *   NOTIFICATION_AGENTS                =
    *   SECONDARY_METHODS                  =
    *    wi_container                       = i_event_cont
    CHANGING
       wi_container_handle                =  lc_container
      EXCEPTIONS
       id_not_created                     = 1
       read_failed                        = 2
       immediate_start_not_possible       = 3
       execution_failed                   = 4
       invalid_status                     = 5
       OTHERS                             = 6
      TRY.
          CALL METHOD lc_container->if_swf_cnt_element_access_1~element_set_value "if_swf_ifs_parameter_container~set
            EXPORTING
              name       = 'Vorgesetzter'
              qname      = 'Vorgesetzter'
              value      =  m_vorg
    *                  unit       =
    *                IMPORTING
    *                  returncode =
        CATCH cx_swf_cnt_cont_access_denied .
        CATCH cx_swf_cnt_elem_access_denied .
        CATCH cx_swf_cnt_elem_not_found .
        CATCH cx_swf_cnt_elem_type_conflict .
        CATCH cx_swf_cnt_unit_type_conflict .
        CATCH cx_swf_cnt_elem_def_invalid .
        CATCH cx_swf_cnt_container .
      ENDTRY.
    COMMIT WORK.
    No excpetions are raised, but the container is not updated! Did i make something wrong?
    Please help!
    Thanks in advance.
    Alex

    Hallo Mike.
    I think i should explain my requirements in more detail. I'm working on different Employee Self Service Scenarios. The User Interface is a Webdynpro which can be called form the Portal. In Background a Workflow is trigger and all following steps can be executed through the UWL.
    For each Scenario it is possible to enter different date by the user. As the data is used in the workfow i would like to set it into the container by an generic Function Module for all scenarios. Each Process has a unique name and i made a table where the related information (Workflow task...) is stored.
    But i think I already found a solution:
    CREATE OBJECT cnt TYPE  cl_swf_cnt_container .
      TRY.
          CALL METHOD cnt->if_swf_cnt_element_access_1~element_set_value
            EXPORTING
              name  = 'Vorgesetzter'
              value = m_vorg.
    *    unit       =
    *  IMPORTING
    *    returncode =
          CALL METHOD cnt->if_swf_cnt_element_access_1~element_set_value
            EXPORTING
              name  = 'Prozessdaten'
              value = <wa_proc_struc>.
    *    unit       =
    *  IMPORTING
    *    returncode =
          CALL METHOD cnt->if_swf_cnt_element_access_1~element_set_value
            EXPORTING
              name  = 'ESS_KEY'
              value = lwa_ess_key.
    *    unit       =
    *  IMPORTING
    *    returncode =
          CALL METHOD cnt->if_swf_cnt_element_access_1~element_set_value
            EXPORTING
              name  = 'PROCESS_NAME'
              value = i_ess_process.
    *    unit       =
    *  IMPORTING
    *    returncode =
        CATCH cx_root .
      ENDTRY.
      CALL METHOD cl_swf_ifs_conversion_base=>to_ifs_xml
        EXPORTING
          source_container    = cnt
          import_param        = 'X'
          export_param        = 'X'
          local_elements      = 'X'
          no_system_elements  = ' '
          no_initial_elements = ' '
    *      id                  = l_key-task
        IMPORTING
          ifs_xml_stream      = ifs_xml_container
          error_handle        = lv_excp.
      IF lv_excp IS NOT INITIAL.
        CALL METHOD lv_excp->if_message~get_text
          RECEIVING
            result = lwa_swf_return-message.
        e_return-type = 'E'.
        e_return-id   = 'ZESS'.
        e_return-number = lwa_swf_return-message.
        e_return-message  = lwa_swf_return-text.
        e_rc = 1.
        ROLLBACK WORK.
        EXIT.
      ENDIF.
    *Workflow starten
      CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'
        EXPORTING
          task                      = lwa_ess_prozess-prozess_task
    *   LANGUAGE                  = SY-LANGU
          do_commit                 = ''
    *   USER                      = SY-UNAME
    *   START_ASYNCHRONOUS        = ' '
    *   DESIRED_START_DATE        =
    *   DESIRED_START_TIME        =
    *   DESIRED_START_ZONLO       = SY-ZONLO
         ifs_xml_container         = ifs_xml_container
    IMPORTING
       return_code               = l_subrc
    *   WORKITEM_ID               =
    *   NEW_STATUS                =
    TABLES
    *       input_container           = i_event_cont
       message_lines             = lit_messag
       message_struct            = lit_messstruc
       agents                    = it_swhactor
    With this technique i am now able to set dynamic structures (e.g. <wa_proc_struc>) to the Container.
    Thanks.
    Alex

  • Windows 7 XML SP2 not updating

      I have a problem that hopefully someone can help with.  I am using a HP Omni 120-1124 Desktop PC. It has Windows 7 Home premium, 64-bit installed. There are 2 Windows updates that will not install no matter what I do.  They are: 1) "Security Update for MSXML 4.0 Service Pack 2" (KB954430) and "Update for Microsoft XML Core Services 4.0 Service Pack 2" (KB973688). In one of the MSN articles I looked at, it said to go to: c:\
    Windows\System32 and right-click the Msxml4.dll file and click properties. The file Msxml4.dll file is not there.
    Any advice on how to proceed would be greatly appreciated!
    Thank-You, Terry
    This question was solved.
    View Solution.

    Hello Terry57,
    I understand you are having issues with a couple of Microsoft Windows 7 Updates not installing. I am providing you with a Microsoft Support document: Troubleshoot problems with installing updates that Microsoft has designed to address the very issue you are experiencing.
    I hope I have provided you with the solution you were looking for. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • XML file not updating

    The imsmanifest.xml doesn't seem to be updated after I have
    completed the test in the presentation. I have tried all the
    settings in quiz manager.
    I am suppose to see the test results in the imsmanifest.xml
    file, right?

    did you use the site list manager tool, or edit the XML by hand?
    if you edited by hand, did you increase the file version number ?
    http://technet.microsoft.com/en-us/library/dn640701.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • XML template not updating

    Hi
    I have a data definition and a template registered.
    When i make changes to the xml template and upload it still shows the same old output.
    ie when i run the concurrent proram i am getting the same old template layout.
    i tried to change few labels on the template and uploaded,but the concurrent program still picks the old template.
    Can any one help me regarding this.
    Thanks in advance.

    Hi,
    Try this and see if you still get the same Output
    Save the XML Output of the Concurrent Program
    After making changes to Template, load XML Data and see preview of the Output in the Stand alone.
    or
    Check whether Data Definition and Template are Assigned Accordingly
    Regards
    JDev..

  • Recovering iTunes Song List (iTunes Library.xml not updated)

    How do I recover the iTunes library song list? My computer recently crashed, so I had to get this new one. The old hard drive is working fine. I just need the song list to be able to identify the songs that I have yet to copy unto my iPod (I arrange the library by 'Date Added'). Since my music files are located in a variety of places, it would be very difficult for me to locate each without being guided by the list.
    For some weird reason, the iTunes Library.xml is not updated. It's still dated 2009, so that fix goes out the window, I guess.
    Thanks in advance.

    try if the suggestions in this thread help: http://discussions.apple.com/thread.jspa?threadID=2168081&tstart=0.
    JGG

  • XML PUBLISHER report in Excel out put problem

    Hi Experts,
    I have developed one XML report which output type is EXCEL in Oracle Application.
    I am getting some -ve value in the report so I need to do the trailing sign
    Menace for example I got a value -8645 I need to display the value like (8645).
    This functionality is working in PDF output but in EXCEL out put it is not working.
    Could any body please help me on this..
    Its Urgent .
    Thanks in Advance.

    Check this metalink notes, did you got any error..?
    Note: 364547.1 - Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364547.1
    Note: 359875.1 - Cannot View Xml Publisher Report Output In Excel Format
    Note: 358296.1 - How To Produce Requests In Formats Of HTML, RTF, and Excel From XML Publisher
    Note: 850685.1 - Wrong Output Format In Xml Publisher Output
    Note: 727031.1 - XML Publisher Requests Always Get Defaulted to Output Format as PDF Whatever the Template Type is Set To
    Note: 337343.1 - Unable to View Excel Output File Created by XML Publisher
    Note: 401328.1 - Default Layout Format for XML Publisher Concurrent Request Is Always PDF
    Re: XML Publisher Server on EBS 11.5.10.2

  • RSS feeds not updated

    The rss feeds on: http://www.oracle.com/technology/syndication/rss_otn_dev.xml
    are not updated.

    Hi,
    We have caught up the feed.  In recent months we have been focusing on Twitter communication (@AdobeLabs), but we will continue to update our blog going forward.  Thank you for noticing!

  • XML Syntax not translated correctly by BI Publisher.

    We have issues when we are calling a web service that returns a xml tag with predefined formatting. Such as <b>text</b> within the xml tag. When we use microsoft word (bi publisher addon) to translate the xml into a pdf document, it ignores this formatting, and treats it like a sub tag.
    Is this a bug in bi publisher?
    Has anyone worked around this?
    I understand u can just use the bold function of word, but what if you just want to bold the a certain section of the content of the tag?

    <TEL_TXT><?b?>Telephone:<?/b?> Call this number to pay by credit card using a land line or mobile phone.</TEL_TXT>
    <TEL_HOW>Tel: 1300 362 589</TEL_HOW>
    <INT_TXT><?b?>Internet:<?/b?> Visit this website to make a secure credit card payment over the internet.</INT_TXT>
    We use BPEL to extract information from an external source, once we get this, we use BI publisher to then compile everything together including output from a receivables report, to produce a pdf report. Microsoft Word just ignores the <?b?>, thinks it's a sub tag. p.s i put the ? in there so that html browser does not bold the text. in the real sample the ? are not in there.
    Message was edited by:
    THLAM
    Message was edited by:
    THLAM

  • Translations not working: Error-.xlf (No such file or directory)

    Hi All,
    I am using translations in one of my XML Publisher Oracle Report.
    My bursting control file code is as given below and it's working fine:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- $Header: BURSTING_FILE_TNC_XXREQXMLPB.xml 115.0 2009/08/11 12:11:23 xdouser noship $ -->
    <!-- dbdrv: none -->
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="Bursting">
    <xapi:request select="/XX_REQ_XMLPB_TEST_REP/LIST_G_REQUISITION_NUM">
    <xapi:delivery>
    <xapi:filesystem output="/u01/11.5.0/out/">
    </xapi:filesystem>
    <xapi:email server="mailrelay.tui.de" port="25"
    from="test.com">
    <xapi:message id="${CF_LANG}" to="${CF_EMAIL}"
    attachment="true" content-type="text/html" subject="XX Requisition XMLPB Test">
    &lt;font face="arial" size="3"&gt;
    Dear iProcurement-User,&lt;br/&gt;
    Please find the 'XX Requisition XMLPB Test' Report attached. &lt;br/&gt;
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output="XX Requisition XMLPB Test" output-type="excel" delivery="${CF_LANG}">
         <xapi:template type="rtf" locale="en-US"
         location="xdo://TNC.XXREQXMLPB_TUSD.en.US/?getSource=true"
         filter=".//G_REQUISITION_NUM[CF_LANG='en']" > </xapi:template>
         <xapi:template type="rtf" locale="de_DE"
         location="xdo://TNC.XXREQXMLPB_TUSD.en.US/?getSource=true"
         filter=".//G_REQUISITION_NUM[CF_LANG='de']"
         translation ="/u01/11.5.0/XMLPUB_TMP/XXREQXMLPB_TUSD_de_DE.xlf" >
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Here instead of referrring translations from file system I want to refer to data base path as for .rtf i have done.
    that will not require to change the control file manually when promoting to different instances.
    Is possible to avoid hardcoding of path for translations.
    Or if you are using any other syntax please let me know..
    Thanks in advance.
    Regards,
    Suman

    Hi,
    Yes, I am able to use transalations, i have taken template language 'CF_LANG' also to filter the data ,
    for this you can simply use pp action table to get template language selected while submitting the report:
    modify your document tag according to given below:
         <xapi:template type="rtf" locale="en-US"
         location="xdo://TNC.XXREQXMLPB_TUSD.en.US/?getSource=true"
         filter=".//G_REQUISITION_NUM[CF_LANG='en']" > </xapi:template>
         <xapi:template type="rtf" locale="de_DE"
         location="xdo://TNC.XXREQXMLPB_TUSD.en.US/?getSource=true"
         filter=".//G_REQUISITION_NUM[CF_LANG='de']"
         translation ="/u01/...../XXREQXMLPB_TUSD_de_DE.xlf" > </xapi:template>
    Cheers,
    Suman
    Edited by: suman.g on Sep 9, 2009 6:45 AM
    Edited by: suman.g on Sep 9, 2009 6:50 AM

Maybe you are looking for

  • Issue in cancelling excise through J1IEX.

    Dear All, I have an issue regarding cancellation of excise invoice. Our user  cancelled the excise invoice in the below mentioned procedure. 1. Cancelled material doc through MIGO not MBST. 2. Posted the vendor excise in J1IEX to reverse the excise.

  • 7500A cant get it to scale down from A1 to A3 properly

    hi when i try to print off A4 or A3 and scale my document to fit the paper i end up with sections missing the also happens some times on A4 i am using windows 7 and often print of drawings from pdf

  • Icq on Blackberry "Service not enabled for this handheld"

    Every time I try to login to icq on my blackberry it gives me an error that says "Service not enabled for this handheld".  I called Sprint whom my service is through and they told me that everything is enabled for messaging programs on my account.  D

  • How to upload material master using BAPI

    I have a flat file with 3 fields MATNR,MAKTX,MEINS and I want to create material master with 2 views basic data1 & basic data2 with three fields using BAPI Can anyone tell me how to do this only using three fields and 2 views and also i want to know

  • LookupService.getChannel

    Hi Group, In Message Mapping UDF we are using lookup service with hard coding Business system and CC in the arguements. Channel channel = LookupService.getChannel("Alert_Dev_BS","Alert_Call_Receiver_CC" ); it is working fine in development environmen