German special Characters ( umlaut) not displaying in WebI

Hi There,
i'm working with on BO XI R2 SP3 installed on Solaris.
I have problems with special german characters(umlaut) like ü, ö, ä. They are not being displayed correctly in Webi; actually they are displayed following this logic ü = u, ö = o, ä = a.
The problem is that when i'm using a string containing one of those in the filter conditions, the query so generated returns empty results because is not matching the data in the database.
Is there any way to display umlaut in the report result and in the LOV, as they are in the database?
Please any suggestion is more than welcomed.
Pierluca

Hi,
Could you please follow the below steps:
1>     Check if you have international language support pack installed on Bo server. Check if you have Arialuni.ttf under fonts file under Windows directory on BO Server.
2>     Specify Arialuni.ttf file name in fontaliases.xml under <bo installation>\fonts\
3>     Connectivity modification
Oracle 9
a> Modify oracle.sbo file under
Windows
u201C\BOInstalledfolder\dataAccess\RDBMS\connectionServer\oracleu201D
Under the corresponding target database engine, add the Unicode parameter with the UTF8 value as specified below;
        <DataBase Active="Yes" Name="Oracle 9">
          <Parameter Name="Library">dbd_oci9</Parameter>
          <Parameter Name="Unicode">UTF8</Parameter>
        </DataBase>
You can do the modification under the DEFAULT section. This applies for all target databases.
b>     Windows: Modify NLS_LANG setting in Registry
Under Oracle/HOME0 folder, you can find NLS_LANG definition
Default setting is(example in UK English):
     ENGLISH_UNITED KINGDOM.WE9ISO8859P 15
Changed to:
     ENGLISH_UNITED KINGDOM.UTF8
MS SQL Server 2000
a>     Modify odbc.sbo file under
u201C\BOInstalledfolder\dataAccess\RDBMS\connectionServer\odbcu201D
Under the corresponding target database engine,
u2022     add the Unicode parameter with the UCS2 value as specified below;
u2022     Check the Library parameter to set with the correct Unicode library name (See Connection Server release note for more information).
    <DataBase Active="Yes" Name="MS SQL Server 2000">
          <Parameter Name="Family">Microsoft</Parameter>
          <Parameter Name="Version">rdbms_mssqlserverodbc.txt</Parameter>
          <Parameter Name="SQL External File">sqlsrv</Parameter>
          <Parameter Name="SQL Parameter File">sqlsrv</Parameter>
          <Parameter Name="Array Bind Available">True</Parameter>
          <Parameter Name="Library">dbd_wmssql</Parameter>
          <Parameter Name="Unicode">UCS2</Parameter>
          <Parameter Name="Driver Level">31</Parameter>
            </DataBase>
You can do the modification under the DEFAULT section. This applies for all target databases.
DB2 UDB
a>     Modify db2.sbo file under
u201C\BOInstalledfolder\dataAccess\RDBMS\connectionServer\db2u201D
Under the corresponding target database engine, add the Unicode parameter with the UTF8 value as specified below;
        <DataBase Active="Yes" Name="DB2 UDB v8">
          <Parameter Name="Binary Slice Size">30000</Parameter>
          <Parameter Name="Max Rows Available">True</Parameter>
          <Parameter Name="Unicode">UTF8</Parameter>
           </DataBase>
You can do the modification under the DEFAULT section. This applies for all target databases.
b>  Define the Environment Variable DB2CODEPAGE with the value 1208.
Teradata V2R5
a>  Modify teradata.sbo file under
u201C\BOInstalledfolder\dataAccess\RDBMS\connectionServer\teradatau201D
Under the corresponding target database engine, add the Unicode parameter with the UTF8 value as specified below;
        <DataBase Active="Yes" Name="Teradata V2 R5">
          <Parameter Name="Unicode">UTF8</Parameter>
        </DataBase>
You can do the modification under the DEFAULT section. This applies for all target databases.
4> Universe - parameters - UNICODE_STRINGS - Yes
Please let me know if this works for you.
Thanks,
Madhu.

Similar Messages

  • IS-FS-EDT:German special Characters umlaut not uploaded in the database

    Hi,
    I have problems with special German characters (umlaut) like ü, ö, ä. I am uploading BPs using External Data Transfer using flat file. Flat file contains multiple strings.
    The problem is that when I'm using a string containing one of those in the flat file text for example u201Cu201D, EDT uploaded the string without umlaut i.e. umlaut replaced with #.
    Is there any way to upload umlaut using EDT as it is in the database?
    Thanks in advance.

    Hi,
    I have problems with special German characters (umlaut) like ü, ö, ä. I am uploading BPs using External Data Transfer using flat file. Flat file contains multiple strings.
    The problem is that when I'm using a string containing one of those in the flat file text for example u201Cu201D, EDT uploaded the string without umlaut i.e. umlaut replaced with #.
    Is there any way to upload umlaut using EDT as it is in the database?
    Thanks in advance.

  • German special characters are not returned from catalog

    When the german special characters are part of the descrition of the article from the the catalog (external). ( reaching catalog from PM order components screen)
    It returns '#' in place german special characters ö ('Umlet') . This is because of the initial charset from the HTML page. How do we get the correct charset of the loaded HTML page.
    But when we execute the same through WTS the german characters are correctly returned but charset is incorrect. Can someone help me to resolve this?

    Hi ,
    Can you pls check the customization OCI interface Convert of HTML fields to SAP Fields where in you maintained the text, which is inturn mapped to conversion module in the customization for example IOCI_DESCRIPTION_W.
    Regards
    Satish

  • Infotypes special characters are not displayed correctly

    hi experts,
                  While entering names with special characters in infotypes it happens that some of them are not correctly displayed .
    can you please help me out as soon as possible
    thnx
    harish

    Thank you for your fast reply :)
    The site is not online available unfortunately.
    The character encoding used by Firefox is UTF-8 (automatically detected) which is correct. I even tried manually switching to other Chinese standards, but none of them brought a satisfieable result.
    The site itself does not specify a font (the css only contains "font-family: Arial,Tahoma,Verdana;"), and the site does not provide a custom font either.
    I noticed that if i copy and paste the text into word, the characters are wrongly displayed too using the font MS Mincho (so I assume Firefox automatically selects this font to display the characters which would explain why they are displayed incorrectly)
    Ah, I now included the font "SimSun" in the css (which is installed on in windows and using this font the characters are displayed correctly in word) - and this solved he problem!
    Thanks for your help!!

  • Certain special characters do not display correctly in Firefox ( font COLOR="#1f1a17" FACE="Symbol" SIZE="3" ¬ /font ). Is there a fix?

    Certain special characters which display correctly in Explorer do not display correctly in Firefox. Example: <font COLOR="#1f1a17" FACE="Symbol" SIZE="3">¬</font>
    Is there a fix?

    The symbol font usually doesn't work in Firefox, a website needs to use an Unicode replacement or an HTML entity to specify such a character.
    See:
    *[https://developer.mozilla.org/en/Mozilla_Web_Developer_FAQ#Why_aren.e2.80.99t_symbol.2fdingbat_fonts_working.3f Why aren’t symbol/dingbat fonts working? - MDC FAQ]
    *http://en.wikipedia.org/wiki/Unicode_symbols
    *http://en.wikibooks.org/wiki/Unicode/Character_reference/2000-2FFF

  • Umlauts not displayed in WebI Rich Client

    Hello everyone,
    We have a problem with one user machine using Web Intelligence Rich Client 2-tier mode.
    Data umlauts (õäöüšž) are turned to symbols and the query result are incorrect.
    It's interesting, because metadata umlauts are displayed correctly. For example, the user sees umlauts header of reports.
    The problem have to be in one machine, because when same user log in to another computer then umlauts are displayed correctly.
    Environment details:
    XI3.1 Edge Professional with DI
    Build Number: 601
    Product Version: 12.3.0.601
    Data Source: DWH
    Database Name: Oracle Database 11g Release 11.2.0.1.0 - 64bit ...
    Auditing: Enabled 
    Client details:
    Windows 7 32-bit
    Oracle client 11g
    Rich Client version 12.3.0
    NLS_LANG = ESTONIAN_ESTONIA.BLT8MSWIN1257
    Do anyone have experience with this kind of problem?
    Thanks in advance,
    Jana

    Hi Jana,
    normaly this type of problem happens when the NLS_LANG variable is not set or is incorrectly set.
    have a look at this KBA https://service.sap.com/sap/support/notes/1260474
    if you can't read it hte resolution is the following
    Resolution
    Ensure
    that the Database is set to UTF8
    NLS_LANG
    to be set to UTF8 on the database server
    If you are
    importing the database from another server, make sure that the initial Database
    is set to UTF8 too before doing the import/export.
    Once this is done proceed as usual to set up Unicode for your
    system >>>>Make sure a backup is done before making the
    changes<<<<
    Installed International Support features Microsoft Office Setup
    Modify NLS_LANG on the client machine to be UTF8
    (HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OracClient10G_home)
    Ensure that Unicode parameter in oracle.prm and oracle.sbo files
    are set to UTF8 (found in <install directory>\Business Objects\Business
    Objects Enterprise 115\win32_x86\DataAccess\ConnectionServer\oracle)
    Ensure Unicode parameter in cs.cfg file is set to UTF8 (found in
    <install directory>\Business Objects\Business Objects Enterprise
    115\win32_x86\DataAccess\ConnectionServer)
    In Designer parameter make sure that UNICODE_STRING parameter is
    set to Yes
    Cheers
    Simone

  • Special characters are not displaying in ADF jsp page

    Hi All,
    By using ADF view controller,I am getting the data from database table but when I display the data in jsp page after special character < what ever the data is there it is not displaced.Provide any suggestions.
    Thanks in Advance
    Mani

    Hi Mani,
    < is a special HTML character and obviously it may not me displayed correctly.
    Here is a reference of all HTML special characters: http://www.w3schools.com/tags/ref_entities.asp
    In your case you can replace < with its special symbol representation - *&amp;#60; or &amp;lt;*
    I also advice you to do so for all special HTML characters.
    You can use this Java library for that purpose : http://commons.apache.org/lang/api/org/apache/commons/lang3/StringEscapeUtils.html
    Nikolay

  • German special characters (Umlaute)

    Hello,
    I just wanted to switch over from Eudora 6.2 to Mail 2.0.7.
    After importing the mails completely and starting with Mail I realized that all mails contaning characters such as "äöü?" been converted to strange characters.
    I couldn't find anything in Mail's settings and so I have switched back to Eudora (as long as this problem is not being solved;-().
    Does anybody have a hint what I have to change or fix?
    Thanks a lot and greetings from Leipzig
    Ralf
    PS.: I'd love to use the special features of Mail but at the moment "No Way:-("

    how did you import the Eudora Mailboxes? Did you use the free application Eudora Mailbox Cleaner for this?
    If not then you definitely might want to give a try. For me and regarding to the comments in VersionTracker it did a perfect job, in converting several thousands of old messages including attachements. In addition it is super fast.
    Best regards
    Rolf

  • German special characters..

    I just got my first iPod this afternoon and am now in the process of uploading all my CDs into iTunes. However, some of my files require typing German special characters (umlauted vowels). I'm using a PC and the special character codes for PCs are not working in iTunes. I'm stumped!
    Anyone know how to access special characters? They seem to exist, since certain albums I've uploaded which have German titles are picking up umlauts.
    TIA....
    Bob

    Trevor,
    If the client application attempts to store a character such as the euro that is not defined in the database character set a replacement is selected and the clients representation will be lost. If the client uses a different code page to the databases character set the symbol can still be stored as long as both code pages have a code. The client must also have the character set component of NLS_LANG set to the client's character set.
    The solution is in finding a correct combination of the MS Windows code page that match the chosen Oracle client character set encoding for that character. The problems are with the client PC settings, and the resolution could be time consuming when looking for the available OS code pages and font information. You could find some information on code pages at the following Microsoft site:
    http://www.microsoft.com/typography/unicode/cscp.htm

  • German Special Characters not displayed correctly in RTF  using code

    Hi ,
    In my code we are using webdynpro method
    WDResourceFactory.createResource(
    byte[] data, String resourceName,WDWebResourceType
    Type)
    Here in our code we are implementing this as
    ITemplateElement templateEl = wdContext.currentTemplateElement();
    WDResourceFactory.createResource(
    templateEl.getReportData(),
    reportName.substring(0, reportName.lastIndexOf('.')),
    WDWebResourceType.RTF); reportName.lastIndexOf('.')),
    Here templateEl.getReportData() returns a set of bytes which has some
    german special characters.
    We are generating the Bytes using String.getByes(),Just before
    String text = new String(in);
    collector.putBusinessObject(boName, bo);
    reportDocTemplateParser(collector, text);
    collector.removeBusinessObject(boName);
    String generatedText = collector.generateRTF();
    out = (null != generatedText) ? generatedText.getBytes() : null;
    The out put is the if i am giving a word with german special characters for eg:
    Betriebsübersichten it first gets converted to bytes and then passes through method WDResouseFactory.createResourse(.....) which creates an RTF file and finally in the RTF file it appears as Betriebsbbersichten the special character is not displayed correctly.
    i came to knw that while converting into bytes we have to make it RTF supported encoding.ie for eg generatedText.getBytes('cp1252').i even tried with other charactersets like ISO-8859,cp1253 and so on but none of them worked.
    It would be really great if you could suggest the needful.
    Thanks and Regards
    Neeta

    I soved this by using get_data function of response object. Then converting this into ISO-8859-1 charset.
    See code below.
    DATA :  lv_encoding   TYPE abap_encoding,
              lv_conv       TYPE REF TO cl_abap_conv_in_ce,
              lv_x_string   type xstring.
      lv_x_string = pv_http_client->response->get_data( ).
        lv_encoding = '1100'.
        lv_conv = cl_abap_conv_in_ce=>create(
                              encoding = lv_encoding
                                 input = lv_x_string ).
        lv_conv->read( IMPORTING data = pv_result ).

  • Smart Web Printing does not show/print german special characters (äöü)

    I have installes Smart Web Printing on my computer with WIndows 7. I do use a german localization. Selected text is shown and printed correct, except german special characters ä ö ü. They are even not shown correctly in the menues of the application.

    Response to cor-el suggestions:
    I tried what you suggested as far as checking the theme (it's "Default 8.0") and deleting the sessionstore files (there was one .js file, one -1.js file and one .bak file). I still have the same slow response problems (especially typing, it has gone dead on me for a short time twice while typing this replay so far, now a third time) and lost of headers and trailers and some data.
    I did the suggested actions three times just to make sure that I was doing them correctly. On the first try, the sessionstore.js and sessionstore-1.js was more than twice the size of sessionstore.bak. Since doing what was suggested, the sessionstore.js and sessionstore.bak are, I believe, the same size. I did not write down their size is why I am not certain.
    The printing problem appears to only be with one website which is an investment website which I would prefer not to document here. I print from this website each weekday and I have confirmed that the printing problem started when the upgrade to version 8.0 occurred.
    I need a solution to this or I am going to either go back to IE (Ugh!) or find another browser. The typing delays are an extreme annoyance since I do lots on the Internet including a lot of emailing. The delays also involve the buttons to select functions within a website.
    Is there a way to get back to the version previous to version 8.0?

  • German special characters not displaying on page instead of that Question marks displayed

    when i submit form,i need to send a mail with filled data.Here Suppose user entered german special characters.I am getting Question marks instead of ä,Ä,ö,Ö,ü,Ü,ß. I have used meta tag like
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />.But i am getting fine characters with IE and Chrome.I am using FireFox 3.6.16 english.

    Hello core team,
    Thanks a lot!!!!
    i m not only the person to use html form.So many non technical persons using the same. how can i tell to all persons regarding changing character encoding. i need some permenant solution,

  • Unity Connection 8.6 LDAP or CUCM Import with german special characters called "Umlaut": ä, ö, ü

    Hi,
    for  jabber 9.1 integration i sync'ed all users at Callmanager, Presence and  Unity to our LDAP (MS AD). with CUCM and Presence (both 8.6.x), it  works fine, just Unity Connection sync the Users from AD, but i cannot import Users  with german special characters ä, ö, ü  (i.E. German Name in LDAP-su: Müller).
    Jabber  9.1 need for Voicemail Integration the AD Authentication. Know  somebody, if there is an Workaraound or Fix ?
    This is a general issue, with or without Jabber, with sync directly from AD, or indirectly through CUCM (sync'ed with AD)
    thx and regards
    Jacky

    I located an identical defect (CSCts28455) that was closed as unreproducible. The defect references CSCtj73444 "Add support for UTF-8 password to LDAP and RADIUS/MSCHAP" which is added to 8.4.2 with the recommendation of RADIUS/MSCHAP or LDAP only for international character support. It would make sense to go to the latest in your current train (ie: 8.4.4.1.ED) and see if the issue remains. What you want to do appears to be supported.
    Matthew

  • Chinese characters are not displayed in the Firefox bookmarks

    Chinese characters are not displayed in the Firefox bookmarks. The name looks like e.g. "??????? ???? cn.nytimes.com"
    Chinese character of the site name is displayed ok in the head of the browser window and there is no problem reading chinese web content. I use Firefox Portable 11 /English from portableapps.com in Windows XP.
    I googled and got some tips:
    1) Set your browser to recognise Chinese language internet sites.
    Windows users: Under "Tools - Options" on your browser's menu-bar add Chinese to the languages list.
    - I did this.
    2) Set your browser's "Character Set" or "Encoding" to UTF-8 (sometimes also called Universal Alphabet or Unicode).
    Encoding settings can be changed under the "View" option in your browser's menu-bar.
    - It was already set to UTF-8.
    3) Windows users: If Chinese text still does not display correctly, East Asian language support may need to be enabled.
    - This has been done when I installed Windows.
    I still don't get any Chinese fonts in the bookmark names. I can edit the bookmark name with chinese characters and then save the bookmark, it works fine. But why does not Firefox recognize the characters when saving bookmarks? Help is appreciated.

    No I didn't change anything deep beneath the hood. My problem didn't apply to the URL, but to the name of the link or bookmark header or whatever you would like to call it. (When hitting Ctrl + D there is a Name field). I only got ???????? instead of chinese characters in the name. Also for e.g. www.cntv.cn ...but maybe all China is not in the whitelist either. ;-) But anyway, this was not the real problem for me.
    Apparently I was wrong as after a reboot of the computer it worked. The solution seemed to be to add Chinese to the language list. I don't know why it was not enough to restart Firefox?
    Now I only have problems to show chinese characters in the name field of my external link manager... But I guess it is not an issue for Mozilla.

  • Problem with german special characters in APEX

    Hi,
    we have a problem with all the special characters in german language in our Application.
    APEX version 3.1.0.00.32 is installed on a oracle database 9.2.0.6.0
    The nls_characterset of the database is: American_America.WE8ISO8859P1
    We have modified the wdbsvr.app file on our HTTP-Server like it's shown in the installationguide for APEX and have set the nls_lang parameter to American_America.AL32UTF8.
    If I look at the source code of the html-pages of our application, there are already the following settings in the header of every page:
    meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
    With this settings all the german special characters like ä ö ü are not shown correctly in the browser.
    What can I do that the pages are shown correctly?
    Thanks for help!

    Hi Petra,
    ok, so my guess was correct. So the solution is to set the charset attribute in the HTML header to "charset=UTF-8". This is actually the way it should be. But I'm wondering why it is not in your case? Are you using a custom template for the page(s) in question where the charset attribute is set to a custom value? The meta tags in the HTML header are usually set by/through the #HEAD# substitution string in the header definition section of the page template, cp. one of the page templates in Shared Components --> Templates. And as far as I know you are not able to change this substitution string, you can only switch the inclusion on/off with the option "Include Standard CSS and JavaScript" in each page definition. (I might be mistaken, though, I'm quite new to APEX...)
    Regards
    Frank

Maybe you are looking for

  • I need to go back one version to CC 2014 - the one before the October release

    ... and it looks like Adobe took it off the Previous Versions in the Cloud installer.   I've done months worth of work in CC 2014 on ongoing projects, and I can't go back to the CC version using the Cloud installer. Adobe, please put the previous ins

  • Sort address book (and show) company names

    Hi all, I would like to be able to do the following in Address book. Any help/suggestions would be most appreciated: 1) Display a contacts First/Last name and the company they work for in the list of names 2) Sort the list of contacts by company they

  • Position goods issue log.

    Dear gurus,    We run the solution on ECC 6.0 SR3. when I performed goods issue using tcode 'vl06g',Goods movement error occured. Now my problem is that the error log is so simple ,there is no material number and the item is empty.how can I position

  • Problem importing PSD or PNG with transparent background

    I am using eLearning Suite 2. (CP5 Photoshop CS5) I am trying to import a PSD or PNG. I am using it as part of a master slide.  It is a simple shape, with a transparent background containing a gradient overlay, inner shadow, bevel and emboss.  When i

  • PC Crash with Labview 7 and windows 2000

    Problem: the PC does reboot without any prompt when a LV 7 vi is running; the reboot seems to occur randomly (no time dependent); sometimes instead of rebooting, the PC switches to the blue screen with the following message: Stop: 0x0000001E (0xC0000