Xmlp reports in different languages using XLIFF translation

We are doing xmlp reports in different languages using XLIFF translation and it is working fine. But for Arabic and Japanese pdf reports printing “????” instead off Arabic and Japanese. Upgraded Adobe Acrobat Reader to 7.0 and down loaded languages support updates but its still not working.
Are we missing anything?

Hi,
I am also facing the same issue. I am also getting "????" instead of Hebrew translation. I am trying to generate PDF file using the XMLP API. It works fine when tried to generate from MS Word using the "Preview Translation" option.
Please let me know is there any configuration parameters that need to be set.

Similar Messages

  • Maintain text in report in different languages

    Hi Gurus!
    I have a report in different languages. Now when user logins in different languages, I want him only see English in GUI in that specific report. How do I do that? I don't want to re-translate again all the text in text elements and selection text.
    Thanks!

    HI
    Remove all the text-element and place the values in terms of constant.
    Regards,
    Naresh

  • Need to run the report in different languages

    Hi All,
    i need to run the Bex report in different languages (SAP-BI). to maintain the Language plase give me the tables name.
    To maintain Query Description :Table?
    To maintain Desription of Key fig and CKF and RKF : Tables
    Regards
    Srinu

    thanks for replying, but i tried this option too, it did not work for me, neither isnull nor coalesce. I mean, the solution work for single value but when i pass multiple values then separated by a comma then it doesn't work and shows me an error like "Incorrect Syntax ','". I am using SQL server as DB and bip is 10.1.3.4.1
    also please share the SR number, so i can also check the same.
    can there be any other work around to this?
    thanks,
    ronny

  • 8D report in Different Language

    Dear All
    we are using the 8D report in Quality notification for Vendor related complaint .
    Some of users are printing the same in English language and few other need to print this in other language .
    how we can proceed for this situation?
    Pl guide

    You will need to update SAP Script for 8D report with different language specific printouts.
    Thanks,

  • Displaying text in different languages using smart forms

    hi,
      I am working on smartfroms.
      I have to display the text in different languages using smartforms.
      how to proceed ?
    thanks,
    Aruna.

    To Display in Different Languages:
    Smartforms:
    In the Smartform you create:
    In General Attributes, in Translate, select the radiobutton 'Into Selected Languages' and specify the lang for which you want the translation to be available.
    To translate:
    Go to SE63.
    In menu, Translation -> ABAP Objects -> Other Long Texts.
    In the Object Type Selection window that appears, expand FS ( Forms and Styles) and choose SSF (SAP SmartForms)
    Specify your form name in Object Name and select the source and target lang and click on Edit button.
    In the editor screen specify translated text in the lower half.
    After you are done, click on Save Active button.
    To view your form in the translated language, specify that language when you login.
    SAPscripts:
    Goto SE76.
    Specify the script name, source and target language. Click on Create/Change button.
    Specify all the translations. Click on release.
    It will prompt you to translate window contents.
    Double click on the window and translate the contents. When you are done, the Translation Status will become COMPLETED. Click on Release again.
    (You can edit and check too)
    Now when you preview by choosing the desired language, the translated script is displayed.
    Hope this helps
    Edited by: Jayanthi K on Jan 15, 2009 9:34 AM
    Edited by: Jayanthi K on Jan 15, 2009 9:35 AM

  • Broadcast reports in different languages

    Hi
    We want to broadcast reports to several users in different languages; english, danish, german etc.
    What is the best approch to handle this ?
    Kind regards
      Steffen

    In the broadcaster you can select the language in the first tabpage.
    The query/workbook will be executed in that language.
    Of course you'll have to translate the infoobject names etc to the desired languages.

  • Different languages used while uploading file from java Application

    Hi everybody,
    i have a problem with multiple languages , let me clear you the question, i were developing a java application using spring ,hibernate frame works, so i got a problem while uploading a file with chinees language or other
    it was saving with different format other than chiness in the database, can any one help me out ... i need the exact language when i upload the files,and when i get the data from DataBase which is in chinees language is '걨' going to be like as '???'
    thank you very much

    Santhosh_25 wrote:
    using utf-8 characterSet, but its not showing properly
    thank youOkay.. the problem with your browser settings.. (not sure)..
    In firefox try to set character encoding...
    go to View--->Character Encoding--->Unicode (UTF-8)..
    In IE
    go to View--->Encoding-->More-->Unicode (UTF-8)
    set this and try.

  • Starting a report in different positions using parameters

    Hi buddies.
    Here is the situation. When generating mailing labels sometimes we could end up with just printing one label in a page. So for the next one we have to get a fresh page(paper). Instead if we have parameter which says a label number and using that we should be able to select the position inside a page and print there instead of the default starting position. But there is no such system property through which we can change the default position in a page. Can anybody throw some light on this issue.
    Thanks in advance,
    VaradhaRajan.

    Hi Guys
    I have found out the solution by myself.
    I inserted dummy records (empty) according to the number entered number of records will be inserted. So the position is determined with the number of empty records preceeding it.
    Thanks

  • App Engine XMLP Report with PeopleTools 8.5

    Hi All,
    I have an issue with creating an XMLP report in App Engine using PeopleTools 8.5 / PSFT HCM 9.1. As Rowsets, XMLDoc objects are now depreciated as a datasource, I am using XML File as the datasource type.
    In my code, I create an XMLDoc object populate an XML file I put on the app server to be used as the datasource. I have taken this XML file output and loaded it into the template builder within Word without any problem, so by that I trust that the XML is well-formed. I have also created the appropriate datasource, report definition for the report within the PIA.
    My problem comes up when I try to run the report through System Process Requests. I run it as an XML Publisher process type and it gives me the following output. The error makes it appear like my XML is not formed correctly, but if that was the case, would it load into the template builder? If anyone can provide any insight into this problem, would be greatly appreciated. Below is snippets.
    XML output file I use for the datasource:
    <?xml version="1.0"?>
    <root>
    <employee>
      <under_500>
        <empl_num>
          <![CDATA[115]]>
        </empl_num>
        <empl_pct>
          <![CDATA[87.79]]>
        </empl_pct>
        <surv_num>
          <![CDATA[16]]>
        </surv_num>
        <surv_pct>
          <![CDATA[12.21]]>
        </surv_pct>
        <all_num>
          <![CDATA[131]]>
        </all_num>
        <all_pct>
          <![CDATA[1.49]]>
        </all_pct>
      </under_500>
    </employee>
    </root>Stdout file:
    [081710_155732658][oracle.apps.xdo.common.xml.XSLT10gR1][UNEXPECTED] <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    [081710_155732659][oracle.apps.xdo.template.FOProcessor][EXCEPTION] 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.invokeParse(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 com.peoplesoft.pt.xmlpublisher.PTFOProcessor.generateOutput(PTFOProcessor.java:88)
    Caused by: org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
            at oracle.xdo.parser.v2.XMLError.flushErrorHandler(XMLError.java:441)
            at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:303)
            at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:343)
            at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:285)
            at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:289)
            ... 12 more
    081710_172859989][oracle.apps.xdo.template.FOProcessor][ERROR] End Memory: max=63MB, total=13MB, free=2MB
    Error generating report output:  (235,2309) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute  Name:ProcessReport  PCPC:59808  Statement:1291
    Called from:TEST83.MAIN.GBL.default.1900-01-01.Gen_Rpt.OnExecute  Statement:193
    Process 5805 ABENDED at Step TEST83.MAIN.Gen_Rpt (PeopleCode) -- RC = 24 (108,524)
    Process %s ABENDED at Step %s.%s.%s (Action %s) -- RC = %s
    PSAESRV completed service request at 17.29.00 2010-08-17
    PeopleTools(8.50.11) AE SQL/PeopleCode Trace - 2010-08-17Trace file:
    Line     Time       Elapsed Trace Data...
    -------- --------   ------- ------------->
    161      17.28.59  5487.402000                   PCodeWTL(3/3): xdo.cfg path: D:\Apps\psoft\DEV1NAM\appserv\xdo.cfg
    162      17.28.59     0.008000           PCodeWTL(3/3): Using Output Directory:D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\RptInst
    163      17.28.59     0.000000           PCodeWTL(3/3): XML Publisher ProcessReport Job Start: 2010-08-17-17.28.59.000000
    164      17.28.59     0.000000           PCodeWTL(3/3): Report Definition Name: TEST83
    165      17.28.59     0.000000           PCodeWTL(3/3): Template ID:
    166      17.28.59     0.000000           PCodeWTL(3/3): Language CD: ENG
    167      17.28.59     0.000000           PCodeWTL(3/3): As of date: 2010-08-17
    168      17.28.59     0.000000           PCodeWTL(3/3): Output format: PDF
    169      17.28.59     0.000000           PCodeWTL(3/3): Actual output format: 2
    170      17.28.59     0.006000           PCodeWTL(3/3): Actual template ID: TEST83_1
    171      17.28.59     0.000000           PCodeWTL(3/3): Actual template date: 2010-08-11
    172      17.28.59     0.001000           PCodeWTL(3/3): Actual Language Code: ENG
    173      17.28.59     0.001000               PCodeWTL(3/3): TMPLFILE: D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\TEST83_1.xsl
    174      17.28.59     0.000000               PCodeWTL(3/3): RTFFILE: D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\TEST83.rtf
    175      17.28.59     0.014000           PCodeWTL(3/3): XSL template: D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\TEST83_1.xsl
    176      17.28.59     0.000000           PCodeWTL(3/3): Xliff File:
    177      17.28.59     0.008000                   PCodeWTL(1/3): xmlpublisher PTFOProcessor.generateOutput error.  XSL file:D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\TEST83_1.xsl  Data file:D:\Temp\xmlOut.xml  Xliff file:  Output file:D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\RptInst\TEST83.pdf  Format:2
    XDOException:nullIf anyone could provide any help, would be greatly appreciated. Thanks!
    Jared

    Jared,
    I'm facing EXACTLY the same issue as you have posted above.
    The issue is at the statement (in PeopleCode) : &ReportDef.ProcessReport(&sTemplateId, %Language_User, %Date, &sOutputFormat);
    And the trace is exactly the same as you have posted above. Were you able to resolve this issue?
    Any help would be appreciated!
    Thanks
    Saad Umair

  • Building Reports in Other Languages

    Have anyone tried to build the report in different language such as chinese?

    Look into my answer for the other question related to Translation Builder.
    Translation Builder
    regards,
    Senthil

  • Does LiceCycle Designer support different languages

    We would like to roll out a US based form to other non english speaking countries.
    Is it possible to design a form in different languages ? if so, where can I find more information on it ?
    Thanks
    Aditya

    Aditya,
    Yes it is possible to design a form in different language using LiveCycle Designer ES. The product is localized for many languages. You can also build forms that support many languages locales.
    Go to LiveDocs and check the index for language locales.
    http://livedocs.adobe.com/livecycle/8.2/acrobat_designer
    Steve

  • Material description - different language

    Dear Experts,
    We have material with both English and Spanish descriptions. When I create purchase order in English log on or Russian log on, system is picking the description based on the vendor language. It sounds like logical that purchase order is recieved by vendor and hence its picking the vendor language.
    But is there any way that material description should refer the log on language and not the vendor language.
    Regards,
    R.S

    Hi,
    I am trying to understand the description for material.
    But in the same context, I am facing problem with plant description which is maintained in two different languages using international version. But system is picking only one langauge in both English and Spanish.
    Please help.
    Regards,
    R.S

  • Addresses in different languages in Customer Master

    Hello Experts
    CRM 7.0 - EHP 1- WEB UI
    Requirement - 1
    Ability to store addresses in different languages and their translation in other languages.  The prospect ADDRESS data is maintained in DUTCH language.  For the same prospect the ADDRESS will also be maintained in FRENCH.
    Requirement - 2
    When the user will login to WEB UI with the FRENCH language, he/she should see the address maintained in FRENCH for the same prospect
    How can i achieve the same? Any customizing settings for the same (International Version)? Any SAP Note around this?
    Kindly revert
    Regards

    For example: I want to make an account for me with
    Tiger in English, and another one for my wife with
    Tiger in Japanese. Is that possible?
    Yes. You can choose any of the available OS X localizations for any user account you set up.

  • Getting report (rdf) output in different language format other than english

    I have a report registered in apps with the output type as pdf.when i run it,the output comes in pdf but in a language other than english.
    when i run the report in the reports builder the output in pdf comes in english.I am using EBS R12.
    pls suggest.....Thanx in advance...
    Regards,
    Kranthi

    >
    Can you help me how can i implement using xliff file.
    >
    nice guide - Translating Reports - http://docs.oracle.com/cd/E10415_01/doc/bi.1013/e12187/T421739T432386.htm
    >
    To generate an XLIFF file from an RTF template
    Open your template in Microsoft Word with the Template Builder for Word installed.
    From the Template Builder menu, select Tools > Translations > Extract Text.
    BI Publisher extracts the translatable strings from the template and exports them to an XLIFF (.xlf) file.
    Save the file to the desired location.
    >
    >
    One more clarification if i am going for 'create lang-template per lang' then do i need to have MLS configured in my EBS.
    >
    not sure about your point
    what do you mean "configured" ?
    mls is the ability to run you application on different language like italian, russian ....
    so if you want check how many lang do you have then
    select nls_language from fnd_languages where installed_flag in ('B','I');for my test instance i have only "AMERICAN"
    but i can run my report with 'lang-template per lang' in different lang
    so when you run your concurrent then click "options" and indicate "template language"
    if you have
    template name: XXTMP_ru.rtf lang: Russian
    template name: XXTMP_en.rtf lang: English
    then you can choose for "template language" - Russian and English

  • Multi Language Solution (not by use of "Translate Application")

    Hi All,
    I try to implement a "multi language" functionality into my APEX Application but want to avoid the "Translate Application" method.
    As I'm not very keen in JavaScript and PL/SQL Coding, I need your help.
    What I want to do:
    I have a table tbl_lang (var varchar2(20), lang_en varchar2(50), lang_de varchar2(50), lang_fr varchar2(50)).
    It contains the name of a variable "var" that shall be filled with the Item Titles in the preselected language (de, fr or en).
    The language can be chosen from a select list an dependent of the chosen language I do a "select var, lang_*en* from ... " or a "select var, lang_*de* from ... " and I fill my variable with the dependent language.
    Each Item on my Page has the variable set instead of a written Title.
    The Title of the Item Surname is for example &P2_LANG_SURENAME. and has the Value is "Surename" or "Vorname" or "Prénom".
    The Problem ist:
    I don't want to define a hidden Item for each Variable.
    Is it possible to read the translations from the tbe_lang and fill a bunch of variables or an array that I can use within the Apllication without binding it to a hidden Item?
    Best regards
    Thomas

    Hello Thomas,
    >> That menas if I want to change the original application I have to redeploy the language after each change!?
    I’m not sure what you mean by redeploy. The principle of the APEX translation mechanism is that you have your primary language application, which contains all your application logic. For each extra language, the APEX engine creates a language mapping application (a shadow copy as you call it) which contains a copy of your application logic and all the relevant translations to the underlying language. The translation mechanism includes a seed process which synchronize all the changes made to your primary language application (which is the only application you are working on) and also generate a XLIFF file that contains all the translatable components of your application. When you are done translating the XLIFF file, you can use the APEX translation mechanism to publish the new version and translation.
    Moreover, the APEX translation mechanism also allows you to translate all the APEX engine internal messages, which you can’t do by yourself.
    If by deployment you mean installing the multi-lingual application in a new APEX instance, working with the APEX translation mechanism means that you’ll need to install 3 (in your case) separate applications. The primary language application (which can also include all the supporting object) and simple import of all the other translated applications.
    From my own experience I can assure you that working with the APEX translation mechanism is much much more simpler, easier and efficient than the road you want to take, not to mention the far more simple (and central) maintenance options. Your way – specific PL/SQL code for each language – can be a maintenance nightmare.
    Also, bear in mind (and I believe this was your original question) that you’ll need to maintain a hidden item for every page component with a label, e.g. page items, buttons, tabs, report headers, etc. You’ll probably need to use some dynamic SQL functions otherwise you’ll have to deal with each component separately. In other words, you’re not only want to reinvent the wheel (as all of it has already been done by the development team) you are not dealing with very small and basic wheel, but something far more complicated.
    From your response to my questions, I understand that you never experience the use of the APEX translation mechanism. I think you should try it. You can use apex.oracle.com for that. Develop a simple application that includes all the component types you going to use (Forms, Reports, Tabular Forms, IR etc.) and see how you can handle it all. Only then, you should decide what road to take.
    As I said in my first post, what you are asking is probably doable. The question is whether you need to do it.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

Maybe you are looking for

  • Error while Import

    Hello, Oracle:10.2.0.3.0 OS: Windows 7 I have two dump files as dump14.dmp>> DATA_ONLY dump15.dmp>>METADATA_ONLY I am getting error while doing import in this way-[First import metadata then data] C:\Users\abc>IMPDP system/xyz@TDB  remap_schema=scott

  • Why is bonjour not working with my mac computer and hp printer?

    Why is bonjour printing with my hp printer not working? I have a mac hooked up to an hp printer. i installed bonjour on my windows 7 laptop and it was able to install this printer via bonjour. yet when i click print on my laptop, nothing happens. on

  • How to call another class function in SharePoint?

    Facing 'ConvertViewToHtml' does not exit in current context. Here is my code: namespace ChangeControl3_Nov class eGA_Utility public static void SendmailwithTwo(string To, string subject, string Body, string frommail, byte[] docFile, byte[] docFile1,

  • Can I know what is the process for us to do Good Return from customer?

    Can I know what is the process for us to do Good Return from customer?

  • HP touchsmart 520, error unable to start bluetooth stack service

    I am wanting to use the bluetooth feature on my Touchsmart 520 for transferring pics, audio files etc.  My periphal device is a Samsung Galaxy S5.   My phone shows that it is paired with my pc, when i try to access via bluetooth I get the error messa