Swedish characters in OEM reports

Hi,
I have created a report that lists a table that have text with swedish characters in it.
When i publish the report as "Whenever the report web page is viewed" the charachters is shown correctly,
but with the option "Only when scheduled" all the swedish charachters are replaced with a "?".
The Oracle account has default NLS_LANG=Swedish_Sweden.WE8ISO8859P1
and root has the same when the Apache server is started.
Where and what should i change ?
Environment:
Solaris SunOS 5.9
OEM 9.2.0.1
Oracle 9.2.0.5.0
Thanks in advance.
/Uffe

If anyone is interested ?
I found a "Japanese" solution in Metalink's FAQ Note:220379.1
Add the lines :
wrapper.env.copy=NLS_LANG
wrapper.env.copy=LANG
in the file $ORACLE_HOME/Apache/Jserv/etc/jserv.properties
/Uffe

Similar Messages

  • Displaying special characters in ALV report.

    Hi Experts,
    Can we display special characters in ALV reports? Special characters such as tick mark.(Like in character map(Font Bookshelf  Symbol 7) of windows ).
    I tried with icons in ALV report, I was able to display tick icon in the ALV report, but when we export the report in to a excel, the icons comes in as Hexadecimal code.
    Can any we display special characters like tick in ALV report or display the icons in excel aswell?
    I will be gratefull for the <urgency reduced by moderator> response.
    Regards,
    Sharath.
    Edited by: Thomas Zloch on May 10, 2011 10:26 AM

    Sharath,
    I think it is possible to do so.
    Please check this link.
    http://www.sapfans.com/forums/viewtopic.php?f=13&t=322569
    Thanks,
    Guru.

  • OEM Report Generation Failed

    Hi Guys,
    I have been trying to set up ORM Reporting, I have changed the REPORTS_USER password, I have run the "oemctl configure rws" script and I have stopped and started the HTTP server. However when I log on to http://server.name.com:3339/ and try to access the reports it comes up with this error:
    "Generation of the report failed because a connection could not be made to the Oracle Management Server oem.hazpower.com. Ensure that the Oracle Management Server is running and that the webserver has been appropriately configured for Enterprise Manager Reporting."
    I can't find out where the problem sits, are there any logs etc that I can look at???
    Thanks,
    Craig

    Hey..
    I found the fix, if anyone else has the same issues you can find it on Metalink under
    Note:202533.1 Cannot View Reports After Configuring The OEM Report Webserver
    Cause: ===== The JSERV.PROPERIES file contains two LD_LIBRARY_PATH entries. One of which is incorrect and pointing to non 32bit environment. Fix: === Navigate to the LD_LIBRARY_PATH in the $ORACLE_HOME/Apache/Jserv/etc/jserv.properties file and correct the entry. Restart Apache and access the Reports.
    Cheers,
    Craig

  • Special/Swedish characters in an AXL request

    Hello,
    I am developing an application that is adding a user to the Call Manager (4.1). When I try to add a name with swedish characters (???) the CCM changes them to question marks "?". I have tried adding the swedish characters unicode encoded, ? = &#246, but then I get a AXL syntax error.
    Adding the names with swedish characters using the normal CCM interface works fine.
    Any idea what I could be doing wrong?
    Thanks in advance
    Tomas

    I believe it would be helpful if you share the code that writes the axl requests (I asked which ones you used.. you did not reply so far).
    Here's an addUser request that uses an ? and a ? and my code - based on the java code from the sdk to make axl requests- has no trouble sending it.. and the user is created with the proper characters:
    http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 http://gkar.cisco.com/schema/axlsoap.xsd" sequence="1234">
    H?nsliB?nzlihbue1234512345
    However, if you do a getuser, and use the same code to send / receive requests, the result will be distorted.. that's because data from the dc directory comes back UTF-8 encoded, whereas data from the database comes back as Latin (that's the default character set on your and my computer).. since the request can be sent without making any changes, that means you don't need UTF-8 encoding.. you should not do anything with the encoding, unless your default character set isn't Latin1 (it's the default throughout Europe.. even if you have an English OS, as long as the regional settings are for a European country, you'll have the proper character set..
    Don't forget though: getXYZ comes back latin encoded if the data is from the SQL server, and UTF-8 encoded if it's from the DC directory.. so you have to tell the stream reader that the data is utf-8 encoded when you do a getuser (at least for ccm 4.1.3).

  • LR 2.1 Unable to Open as Smart Object in PS CS3 due to swedish characters in folder name

    When I try to open a raw file from Lightroom 2.1 as a smart object in Photoshop CS3 and the folder contains swedish characters, like åäöÅÄÖ, it will not open at all -> PH starts up and presents a "Open As" dialog.
    It works fine when I open images that is in a folder only having english characters...
    As I read that some apostrophe-related problems were fixed in the 2.1 release I hoped that it included all special characters allowed in folder names... The same problem occurs in version 2.

    My problem might be of a similar origin.
    I have also posted it on a different thread http://www.adobeforums.com/webx/.59b6903c
    I use mostly Hebrew characters for Keywording (the file names are in English) after opening in CS3 and saving, the keywords are converted from Hebrew fonts to accented fonts like åäöÅÄÖ.
    This didn't happen in LR1 and does not happen if I use CS3 as my secondary editor (not using the new LR2 edit in CS3 functionality)
    Shai

  • Issue with Swedish Characters in mail body

    Hi,
    We are sending mails to some other system from SharePoint. All the swedish characters like ä,Ä,ö become ???.
    When we are sending mails from outlook to that system , we are getting proper mail.
    so the issue is from sharepoint side.
    we are sending mails in UTF8 format nad we have tried all other options as well.
    can some one help us in this case.
    Thanks,
    Heerak

    Hi Heerak,
    According to your description, the email sent from SharePoint replaced Swedish characters with question marks.                                            
    I tried to reproduce this issue, however the Swedish characters in the email body displayed right.
    Did this issue occur in all the emails sent from SharePoint?
    I recommend to create a simple workflow with the send email action to see if the issue still occurs in order to narrow the issue scope.
    Please also re-check if the character set for the corresponding web application is UTF-8.
    Go to Central Administration > Application Management > Manage web applications > Highlight the corresponding web application, click General Settings in the ribbon and choose Outgoing E-mail.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Problems displaying swedish characters !

              Hi !
              I have a very strange problem, which I have been struggling with for a while now.
              I have a JSP page which calls Java classes to generate a HTML table. I define the
              basic structure of the table in the JSP file, such as which fields should be in it etc..
              The Java classes makes a call to an Oracle database and fetches the records in a
              recordset.
              On the JSP page I call a method which generates the HTML table from the recordset
              and returns a string to the page. I have a lot of swedish characters in some of the
              columns, and they display fine. At least when the table is not that big....
              Example:
              I populate the table with 24 records and swedish chars (åöä) looks ok, but when I
              populate the table with 25 records the swedish chars displays as jibberish.
              For example: 'ö' => 'ö'
              What seems strange to me is that it looks like its depending on the amount of data
              that I return to the JSP page. In the logfiles all characters seems to be ok.
              Content-Type is set to 'iso-8859-1', if I change to 'UTF-8' they look ok.
              Unfortunately I cannot set UTF-8 as the content-type due to
              restrictions on the rest of the website.
              And since it seems that if I only send a smaller amount of data
              to the browser it looks ok, so there must be some way out of this...
              Has anybody got any clues ??
              regards,
              /Magnus
              

    Solved the problem....
              I did not use the PrintWriter in the 'response' object to write the HTML-table, I
              simply just sent out a big string to the page which got corrupted when reaching
              a certain size.
              Solved it by using the PrintWriter instead.
              /Magnus
              Magnus Rosenquist wrote:
              > Hi !
              >
              > I have a very strange problem, which I have been struggling with for a while now.
              >
              > I have a JSP page which calls Java classes to generate a HTML table. I define the
              > basic structure of the table in the JSP file, such as which fields should be in it etc..
              > The Java classes makes a call to an Oracle database and fetches the records in a
              > recordset.
              >
              > On the JSP page I call a method which generates the HTML table from the recordset
              > and returns a string to the page. I have a lot of swedish characters in some of the
              > columns, and they display fine. At least when the table is not that big....
              >
              > Example:
              > I populate the table with 24 records and swedish chars (åöä) looks ok, but when I
              > populate the table with 25 records the swedish chars displays as jibberish.
              > For example: 'ö' => 'ö'
              >
              > What seems strange to me is that it looks like its depending on the amount of data
              > that I return to the JSP page. In the logfiles all characters seems to be ok.
              >
              > Content-Type is set to 'iso-8859-1', if I change to 'UTF-8' they look ok.
              > Unfortunately I cannot set UTF-8 as the content-type due to
              > restrictions on the rest of the website.
              >
              > And since it seems that if I only send a smaller amount of data
              > to the browser it looks ok, so there must be some way out of this...
              >
              > Has anybody got any clues ??
              >
              > regards,
              > /Magnus
              Magnus Rosenquist
              Mobile Mind AB
              +46 (0)63 12 49 30 (Phone)
              +46 (0)702 69 41 72 (Mobile)
              mailto:[email protected]
              http://www.mobilemind.se
              

  • Upload files with swedish characters NS 4.7

    Hi,
    I can upload files with swedish characters in the file name with IE 5, but not with Netscape 4.7. iFS presents an error message that the file doesn't exist or is empty.
    Is there a solution for this problem?
    /Elin
    null

    check out if you are using javascripts and whether IE supports it
    Roberto Nanamura <[email protected]> wrote:
    >
    Hi,
    I am having a problem uploading files with Internet Explorer, it works with
    Netscape Communicator. Has someone had the same problem?
    I am using WebLogic 5.1 service pack 5 with Netscape iPlanet 4.1 service pack 2
    in a Solaris 7.
    Best regards,
    Roberto N Nanamura
    Technical Consultant
    Summa Technologies

  • Swedish characters hangs Staroffice 8

    HI,
    I have just installed Staroffice 8 on Solaris 9/sparc but when trying to write Swedish characters "������" writer hangs!
    Is this a know bug or is there something else in the environment that is wrong?
    /michael

    Have you compared the HTTP responses between the working and non-working
    ones?
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com
    +1.617.623.5782
    WebLogic Consulting Available
    "Johan Thorselius" <[email protected]> wrote in message
    news:3ac9ed18$[email protected]..
    >
    We have a problem with swedish characters using Solaris 8, WLS 6.0 andOracle 8.1.7.
    When we insert text containing swedish characters to html input fieldsthey turn
    up as invalid characters. At the same time, when reading text from Oracleto the
    same JSP pages everything looks fine. We don't think this has anything towith
    Oracle, it must be something at the WLS level, in the servlet and or JSP.We don't
    see the problem using WLS on Windows NT. Can this be a problem with thecharacter
    set ? How do we solve it ?

  • Swedish characters....

    I am having serious problems with swedish characters under
    Oracle 8.0.5 for Linux. I have selected the WE8DEC charset
    for my ORCL instance and the NLS_TERRITORY AND NLS_LANGUAGE
    are properly set in the initORCL.ora file, but i just cant
    get the charachers J}Y to work in sqlplus. When i set the
    NLS_LANG environment variable i get probliems logging in
    from sqlplus !!!!
    What am i doing wrong !!
    null

    What do you set NLS_LANG to?
    Try using:
    NLS_LANG=american_america.we8iso8859p1
    or
    NLS_LANG=american_america.we8dec
    # schoen
    Erik Ytterman (guest) wrote:
    : I am having serious problems with swedish characters under
    : Oracle 8.0.5 for Linux. I have selected the WE8DEC charset
    : for my ORCL instance and the NLS_TERRITORY AND NLS_LANGUAGE
    : are properly set in the initORCL.ora file, but i just cant
    : get the charachers J}Y to work in sqlplus. When i set the
    : NLS_LANG environment variable i get probliems logging in
    : from sqlplus !!!!
    : What am i doing wrong !!
    null

  • Turkish characters in Bex reports

    Hello Experts,
    I have a problem viewing Turkish characters in Bex reports. In place of Turkish characters I get some invaild characters. This problem is only with Bex reporting (Via excel).
    Web reporting, RSRT (Bex) everywhere it is showing properly, only in Bex (via excel) I am having this problem.
    I checked for OSS too, but not much help.
    Any help is appriciated.
    Thanks
    VJ

    Hello Green,
    we have solved our problem. Actually we have written to SAP and they said that currently with Bex (EXCEL only) may not support all the characters. So they asked us to 1) install SAP GUI Patch version 44 logon as english and
    2) Windows -> Start -> Control Panel -> Regional and Language Settings
    Select Turkish on the first Drop Down Box, on the tab Regional Options as well as on the Advanced options. Then the specified characters as well as the English characters will display properly
    This worked for us....
    hope this helps
    VJ

  • Pass a parametervalue to OEM Report-sql

    Hi,
    I want to create a report with an input field
    and then run a sql-query with that value.
    I have three report elements:
    "HTML"
    <SCRIPT LANGUAGE="JavaScript">
    function setDefaultDate() {
    l_date = new Date();
    l_date_str = l_date.getFullYear() + "-"
    + (l_date.getMonth() + 1) + "-"
    + l_date.getDate();
    document.ext_form.p_datum.value = l_date_str;
    function getDatum() {
    l_date_str = document.ext_form.p_datum.value;
    return l_date_str;
    </SCRIPT>
    "HTML(1)"
    <FORM name="ext_form" method="POST">
    <table BORDER="0">
    <tr>
    <td><b>Datum:</b></td>
    <td><input type="text" name="p_datum" value="datum")></td>
    </tr>
    </table>
    <SCRIPT LANGUAGE="JavaScript">
    <!--
    setDefaultDate();
    // Hide -->
    </SCRIPT>
    </FORM>
    "Table from SELECT statement"
    SELECT ...
    WHERE run_date = getDatum()
    This does not work because there is no getDatum
    function available in the database.
    Can this be solved ?
    Regards
    Ulf Magnusson

    Hi,
    I am trying to link some OEM reports with an existing intranet website. Some of the OEM reports we developed are showing user's tablespace usage, User's Indexes, User-groups total space, etc. For these reports I have to pass userid in OEM reports. How do I do that?
    Thanks in advance.

  • Swedish characters wont display!

    How do I get these swedish characters " å, ä ,
    ö " to show up in a dynamic text box?
    Do I have to embed a particular character map....which one?
    thanks
    T

    figured it out...I just embed: å, ä , ö
    doh!

  • Tomcat, JSP,  swedish characters problem

    Hi all,
    I have run into yet another Swedish character problem that I havn't been able to solve. I use Tomcat 5 locally, and Tomcat 4 on a remote server to show my JSPs. When I run the pages locally and enter strings in a form, they show up on other pages with swedish characters looking ok, but when I do it on the Tomcat 4 they are replaced with "?". I set the encoding to utf-8 on each page and the locale is sv_SE.
    Any ideas why?
    BR
    Markus

    This example only sets the default file encoding. You'll have to make sure the charset is not being set in another step of your process.
    On Windows:
    # Place near top of catalina.bat
    set CATALINA_OPTS=-Dfile.encoding=UTF-8
    On Linux:
    # Near top of startup.sh
    CATALINA_OPTS=-Dfile.encoding=UTF-8
    export CATALINA_OPTS

  • Automating OEM Reports

    Config: OEM Grid Control 10.2.0.3, Repository 10.2.0.3
    How to??
    Take an existing out of the box OEM Report and automate it so that it runs each Monday morning at 6:00 and it emailed to one or more email addresses.
    Thanks,
    catharine

    Assuming it is the same screen as 10.2.0.2 (not using 10.2.0.3 yet). You make a copy of it because you cannot edit it.
    1. Select the required Report
    2. Click "Create Like"
    3. Give it a new Title in General Tab.
    4. Go to Schedule Tab
    6. Select to Schedule Report
    7. Select Repeating
    8. Select Frequency Type as Weekly
    9. Select Days od the Week asn Monday
    10 Fill in other fields as you require
    11. Select to E-mail report each time the scheduled report completes
    12. Enter the required Email Addresses
    13. Click OK

Maybe you are looking for

  • JavaFX Canvas : "fuzzy" lines compared to Swing

    Hi, I would very much like to port my Swing application (that draws on a JComponent) to JavaFX. But to my dismay the JavaFX Canvas does not draw as sharp and thin lines as Swing does. Lines drawn with the same thickness is noticeably thicker (and "fu

  • Verizon's Commitment to Fixing My Problem

    Last week, I lost my FIOS service.  At first I didn't realize that it was more than my internet, but eventually I noticed that it was also the phone.  I went through all of the self-help remedies, eventually rebooting the main box.  Nothing worked. I

  • Country Detection for URL redirect (Shopping Cart)

    I want have two domain names www.demo.com.au www.demo.co.nz If a viewer from New Zealand (NZ) visits the Australian site (.com.au), I want the website to detect that they are from New Zealand and redirect them to the NZ domain.  I found this Javascri

  • OCI - Error handling

    descrption Hi I am developing the reconnection logic in my application code for cases where the process gets disconnected due to the restart of the database. Now I saw that the OCI returns the follwing error codes in errbuf when I use (void) OCIError

  • Button's on a parrallax site

    Hey People, I am having trouble adding buttons to my parrallax scrolling site, when I add an animation to make a hover state and mouse down to bring in another slide it freaks out and jumps all ovet he page?? any help??