Language Problems with Resource Renderers

Hi Experts,
I created a Collaboration Room based on a SAP Standard Workset Template "SAP_Team_Room_2".
In the iView "Documents and Links" only english is available.
All the Labels and Options for the Resource Renderers are always in english, no matter what
the users specified language is. The Navigation (on the left ie Room Admin, Team Members etc)
is language dependent.
Why are the options and labels not language denpendent?
Thanks for your advice.
Kind Regards
Paul

Ok, I search the information for load backup.
For the other issue there are a few things you should check:
1) Are the devices managed in RME?
Yes, I have 75 devices managed with RME
2) Do you have syslog enabled on the device to LMS?
Yes, I is enabled
3) Are the devices having configs archived successfully?
I dont now, you can tell me how do this?
Greatings
Daniel M

Similar Messages

  • Language problem with Safari!

    I can't view the Arabic language correctly with "Safari". I chose the "Arabic (Windows )" as my "Default Encoding". I'm using "Safari 3.0.3 (522.15.5)". My OS is "Windows Vista Ultimate". "Arabic" is my current language for non-unicode programs. I don't have this language problem with neither "Internet Explorer 7" or "Firefox 2.0.0.7". I really like the "Safari Web Browser" but this problem si really annoying. How can I solve it? Thanks!

    Try to run nightly version of Safari: http://nightly.webkit.org or wait for final version of Safari. Localization issues are major known bugs in Safari.

  • Language problem with my jdbc connection

    Hello,
    i'm having a problem with my jdbc connection.
    the problem is that i'm connecting to MS- Access db the have arabic tables, and columns, it was working fine on a windows XP environment prepared for arabic language, but when i had to move to windows vista it did not work and it gave me an exception.
    i'm using netbeans 6.1 IDE, and the exception is
    java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6957)
    at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)
    at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:3110)
    at sun.jdbc.odbc.JdbcOdbcStatement.execute(JdbcOdbcStatement.java:338)
    when i printed the select statement and the exception it gave me:
    SELECT [??? ???????], [??? ??????], [??? ?????], [??? ?????], [????? ???????????] FROM EDU_DIVISION; [Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect.
    the question marks are very weird to appear!!!!!!
    here is the code:
    public void edu_branch() {
            sucpy = 0;
            eflag = 0;
            asql = "SELECT [\u0643\u0648\u062F \u0627\u0644\u062C\u0627\u0645\u0639\u0629], [\u0643\u0648\u062F \u0627\u0644\u0643\u0644\u064A\u0629], [\u0643\u0648\u062F \u0627\u0644\u0642\u0633\u0645], [\u0643\u0648\u062F \u0627\u0644\u0634\u0639\u0628\u0629], [\u0627\u0633\u0645 \u0627\u0644\u0634\u0639\u0628\u0629], [\u0627\u0633\u0645 \u0627\u0644\u0634\u0639\u0628\u0629 \u0628\u0627\u0644\u0627\u0646\u062C\u0644\u064A\u0632\u064A\u0629], [\u0627\u0644\u0643\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0635\u0631] FROM EDU_BRANCH;";
            Connection connection;
            Statement statement;
            try {
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                connection = DriverManager.getConnection("jdbc:odbc:info");
                System.out.println("Connection to Access file is created...");
                statement = connection.createStatement();
                statement.execute(asql);
                System.out.println("Executing query : " + asql);
                aset = statement.getResultSet();
                if (aset != null) {
    //------------------------------Oracle operations--------------------------------------------------------------------                  
                    while (aset.next()) {
        can you help me please

    arabic language
    SELECT [??? ???????], [??? ??????], [??? ?????], [??? ?????], [????? ???????????] FROM EDU_DIVISION; >[Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect.
    the question marks are very weird to appear!!!!!!It failed to understand your unicode sql.
    it was working fine on a windows XP environment prepared for arabic language, but when i had to move to windows vista it did not workStrange. Maybe you need to compare the differences of some system properties on both hosts, for instance, sun.io.unicode.encoding, file.encoding, user.region, and so on.

  • Discoverer Viewer Locale language - problems with data retrieved

    Hi all, I have a very strange problem.
    I'm using Discoverer Viewer 10g and when I connect to the same eul/database using Locale: Locale retrieving from browser, I see all my data different from "0" into my report; if I choose Greek as Greek's language I see ONLY "0" as data.
    All the queries for the reports are always the same, but something has problems with the language chosen.
    This doesn't happen, for example if I choose another language (Italian or French for example), but ONLY with Greek !!!!
    Anyone have had a similar problem in the past ?
    Thanks in advance
    Alessandro

    It appears as though there is a general JDBC problem. Please make sure your JDBC client is up to date with the Server. We have seen data conversion problems when there was a mismatch.

  • Language problems with std reports

    Dears gurus,
    We are facing some problems with standard reports due to translations...
    We have 4 languages actives at our ERP System, DE, EN, ES and PT... The completation Language is EN in all cases...
    The SMLT Import Logs for both languages (ES and PT) and completation with EN are not showing errors, but if we import at last the Language ES, the reports runs OK with logon language ES but with PT as logon language all texts are showed in DE, even that the completatin language is EN. If we re import PT language the reports runs OK with logon language PT but with ES as logon language all texts are showed in DE...
    Had anyone faced the same problem and solve it?
    Thanx a lot!!!

    Garth, we found that the reports with problem was created or provided by SAP trough Report Painter or Report Writer.
    We can solve the problem recreating the "Report Group" in the logon languaje that works bad. To do this you have to find in which Report Group  is the Report that you are running and using transaction GR52 complete attributes for this group, save (Logged in with the language that shows the problem)  and the problem is solved.
    I hope this helps you.
    Thanx
    Regards
    MJ

  • Problems with @Resource

    Hi!
    I have a problem with JMS!
    I use javax.annotation.Resource to obtain reference in this way:
    @Resource(mappedName = "jms/TopicConnectionFactory")
    private static TopicConnectionFactory connectionFactory;
    @Resource(mappedName = "jms/Topic")
    private static Topic topic;
    I use glassfish v.3
    If i use this annotations in class MAIN... and Then I pass references to publisher and subscriber... there aren't problems !
    But if I use this annotations directly into the classes publisher and subscriber... i have this error:
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.glassfish.appclient.client.acc.AppClientContainer.launch(AppClientContainer.java:424)
    at org.glassfish.appclient.client.AppClientFacade.main(AppClientFacade.java:134)
    Caused by: java.lang.NullPointerException
    at manager.Publisher.<init>(Publisher.java:35)
    at manager.Subscriber.<init>(Subscriber.java:42)
    at manager.MainManager.main(MainManager.java:35)
    ... 6 more
    Java Result: 1
    Where in "Publisher.java:35" there is--> connection = connectionFactory.createTopicConnection();
    Where in "Subscriber.java:42" there is --> Publisher p = new Publisher(subName);
    And Where "ainManager.java:35" there is --> Subscriber s = new Subscriber("nameManager");
    help, please!
    Edited by: user13635722 on 5-gen-2011 23.49

    Ok, I search the information for load backup.
    For the other issue there are a few things you should check:
    1) Are the devices managed in RME?
    Yes, I have 75 devices managed with RME
    2) Do you have syslog enabled on the device to LMS?
    Yes, I is enabled
    3) Are the devices having configs archived successfully?
    I dont now, you can tell me how do this?
    Greatings
    Daniel M

  • Language problem with streets in Brussels

    Dear,
    I have a problem with the Maps application on my Nokia 3710.
    Street names in Brussels (Belgium) are only available in Dutch. The equivalent name in French is between brackets, but it is impossible to search the street using the French version. This is very frustrating, because you don't always know the Dutch equivalent name of a street everyone - including the expats - calls by its French version (Brussels is 90% French-speaking.)
    How can I fix this?
    Many thanks in advance

    hi there,
    I just tried "boucher bruxelles" and got "beenhouwerstraat (rue des bouchers) brussel (bruxelles)",
    so it seems to work perfect with search. Shouldn't be a problem that dutch comes first in the resulting bilingual result.

  • Problem with resource bundle messages written inside script of jsf included

    Hi,
    I have a main jsf page with the name Details.jsp.In this page I included Contacts jsf page.I am using resouce bundle for my application.I written all the output text tags with this resouce bundle keys.And I written the Details main page javascript alerts with this resource bundle correctly.But the problem is,I am having script alrts in my included jsf apge i.e. in Contacts page.When I write the script alerts with the resource bundle keys,it is not displaying properly.
    ---------------------------------------------------------------------Details.jsp--------------------------------------
    <f:loadBundle basename="Details_en" var="msg"/>
    <f:view>
    <head>
    <script>
    function saveFn()
    var d=document.getElementById('dform:dinputtext').value;
    if(d=='')
    alert('<h:outputText value="#{msg.requiredValidationMsgkey}"/>');
    return false;
    if(emailValidation()==false)
    return false;
    </script>
    </head>
    <body>
    <h:form id="dform">
    <h:outputText value="#{msg.nameHeader}"/>
    <h:inputText value="#{Bean.name}" id="dinputtext"/>
    <jsp:include page="/Contacts.jsp"/>
    <h:commandButton value="Save" onclick="if(saveFn()==false) return false;" action="#{Bean.saveAction}"/>
    </h:form>
    </body>
    </f:view>
    -------------------------------------------------Contacts.jsp----------------------------------------
    <script>
    function emailValidation()
    var em= document.getElementById('dform:cSubView:cemailtext').value;
    if(em=='')
    alert('<h:outputText value="#{msg.emailValidationMsgKey}"/>');
    return false;
    </script>
    <f:subview id="cSubView">
    <h:inputText value="#{CBean.email}" id="cemailtext" />
    </f:subview>
    The alert message in SaveFn is getting appeared coorectly.But in the function emailValidation is not geting dispalyed correctly.It is appearing as normat output text in the page,but not as an alert.

    Thanks for the reply.
    But I want to do some validations using javascript not only the required validation.
    In my application 5 text fields and one command button are there .Depending upon combination of 2 or 3 text field values, I have to get the values when I pressed command button.
    If I use the h:messages for validators,the conversion error is occurring when the text field takes wrong data.So it is going to give incorrect results when I press the command button.Thats why I am using javascript.
    When user enters wrong data,I want to do validation using javascript and I want to display the alert message using resource bundle.

  • Language problem with aperture

    Hi all,
    I am new in aperture.
    After installing the software (downloaded from appstore), the software is in english except keywords.
    All the standard keywords proposed by aperture are in french.
    I removed the software, and even deleted preferences files and any other related file to aperture (except my library which was still in the pictures file).
    After that I made sure english language was on top of the list in preferences and removed any other language.
    Reboot my computer and reinstall aperture from the Purchase tab in the appstore.
    Finally, keywords are still in french.
    did anyone already encounter this kind of problem ?
    Btw, I am using a french canadian keyboard but I don't think this has an impact on the laguage of the soft.
    Thx !
    Ben

    All the standard keywords proposed by aperture are in french.
    Where do you see "All the standard keywords proposed by aperture "? In the Keywords HUD? The Keywords Controls?
    As Frank Caggiano says:
    Keywords are on a per library basis, the keyword file is stored in the library package and if you create a new empty library you will start out with a minimal default set of keywords.
    So a new Aperture library shoul start out with default keywords sets in the language you set in the system preferences. But an existing library will keep the keyword sets that were used, when you created the library. Also, any image you already imported will keep the keywords in the original language. And if you import images already tagged with keywords in a different language, the keywords will not change the language according to the new system settings.
    The defaukt keyword sets  shown in the Keywords HUD and any custom keywords you create are stored in the library, but not the default button sets of the Keyword Controls. So where are you seeing the keywords in French?
    Regards
    Léonie

  • Oracle 11gR2 RAC problem with resource state

    Hi all,
    I installed Oracle 11gR2 grid infrastructure with 2 nodes and I installed DB 11gR2.
    S.O: HP-UX
    I actived both DB instance in each node.
    For an hardware problem node 1 become unstable (continuos auto reboot).
    I found that the problem was RAM.
    However I note that database resource is in a particular state and i don't able to reset it.
    Performing command crsctl status resource ora.orcl.db this is the result
    ora.orcl.db
    1 OFFLINE UNKNOWN node1 Startup Initiated
    2 ONLINE ONLINE node2 Open
    That UNKNOWN state is really abstruse.
    I tryed to perform crsctl stop resource ora.orcl.db -n node1 and the result is
    CRS-2679: Attempting to clean 'ora.orcl.db' on 'node1'
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    HPUX-ia64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    CRS-2680: Clean of 'ora.orcl.db' on 'node1' failed
    CRS-4000: Command Stop failed, or completed with errors.
    I tryed to perform crsctl start resource ora.orcl.db -n node1 and the result is
    CRS-2662: Resource 'ora.orcl.db' is disabled on server 'node1'
    CRS-4000: Command Start failed, or completed with errors.
    How do I do to reset that UNKNOWN state?
    Thanks in advance.
    Bye
    Alessandro

    I tryed srvctl enable instance -d orcl -i ORCL_1
    but the results is
    srvctl enable instance command is not supported for configuration using server pool.
    I tryed to delete service ora.orcl.db and recreate it.
    Now I have
    NAME=ora.orcl.db
    TYPE=ora.database.type
    TARGET=ONLINE , ONLINE
    STATE=UNKNOWN on node1, OFFLINE
    So Targets are both ONLINE, but if I write crsctl start resource ora.orcl.db
    the result is
    CRS-2679: Attempting to clean 'ora.orcl.db' on 'node1'
    CRS-2672: Attempting to start 'ora.orcl.db' on 'node2'
    CRS-5003: Invalid attribute value: '' for attribute DB_UNIQUE_NAME
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    HPUX-ia64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    CRS-2674: Start of 'ora.orcl.db' on 'node2' failed
    CRS-2679: Attempting to clean 'ora.orcl.db' on 'node2'
    CRS-2681: Clean of 'ora.orcl.db' on 'node2' succeeded
    CRS-2632: There are no more servers to try to place resource 'ora.orcl.db' on that would satisfy its placement policy
    CRS-2680: Clean of 'ora.orcl.db' on 'node1' failed
    CRS-4000: Command Start failed, or completed with errors.
    Where DB_UNIQUE_NAME attribute must be set?
    Any other suggest?
    Thanks in advance.
    Regards.
    Alessandro
    Edited by: Alessandro Zenoni on 21-giu-2010 11.26

  • Language Problems With Safari For Windows

    Hello
    I am using SFW on Windows Vista Media Edition.
    I bought the whole thing in Spain.
    First my Windows XP Media Edition is in Spanish and I cannot find the way to change the language to English.
    The reason I mention that is because , having originally been using XP Media Edition, I have been using the very nice SFW for some three weeks.
    However when I downloaded the SFW software it installed in Spanish.
    Does anyone have the method (for a novice) of getting the whole thing to change to English please?

    Unfortunately, you cannot change the language for Windows Vista, because Spanish is the default language for the version on that computer you purchased. You should contact the vendor of your computer system and ask them to provide you with a U.S. or U.K. English version, since you were unaware that the installed version was in Spanish. If they will not do that, you'd need to buy a copy of Windows Vista Media Edition in English and install it over the version you already have.
    For Safari, you can change the language displayed, but keep in mind that Safari defaults upon installation to the default language of the OS. To change the default language for Safari, do this:
    1. Navigate to C:\Program Files\Safari and look in all the folders for .lproj files. These are language resource files and they are in more than one folder, so you have to check all of them to be sure you find everything.
    2. Remove all the language files or folders that aren't named "English.lproj"; (move them to a folder on your Desktop named so that you know where each group goes in case you have to put them back), then minimize or close the Find/Search window and try starting Safari to see if you have English again.
    Mulder

  • Thai Language problem with informix ODBC

    I have a problem about crystal report connected informix database.
    It displays Thai language incorrectly such as ºÃÔÉÑ· ˹Öè§ÈÙ¹Âì˹Öè§.
    Informix ODBC version is IBM Informix 3.82 32 BIT and crystal report version 11.
    Please help me to solve this problem.
    Thank you

    Please re-post if this is still an issue to the Data Connectivity - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

  • Thai language Problem with Labelshop start (External design program)

    Hi all,
    In my project, we have designed form vai Labelshop start and then import it to SAPscript.
    Now we're facing the problem about Thai language when we test running. Thai language in ASCII format is not correct.
    Anyone please advice the possible solution for this problem. If this problem is about font in Labelshop start program, please advice how to import new font to Labelshop.
    Thank you very much,
    Anek.

    DiskStudio - Create or remove a partition without reformatting your hard drive.
    http://www.micromat.com/index.php?option=content&task=view&id=33
    With DiskStudio you can:
    * Add new partitions to your hard drive.
    * Delete partitions previously created by Apple's Disk Utility or DiskStudio.
    * Erase and reformat existing partitions in a number of standard formats.
    * Completely erase and repartition an entire hard disk.
    Use DiskStudio to:
    * Install a new copy of Mac OS X, but keep your original copy intact.
    * Install a completely different operating system, such as Mac OS 9, on a new partition.
    * Create a partition to hold special projects, such as audio or video files.
    * Create a partition to hold scratch space for programs such as Adobe Photoshop.
    When a hard drive is first set up for use, it is partitioned into one or more logical volumes. These appear on your desktop as though they were separate drives. Using the standard disk tools that come with the Macintosh, there is no way to change this partitioning scheme without completely erasing the entire drive and starting over. With DiskStudio, this is no longer necessary.
    DiskStudio provides the tools you need to control how information is stored on your hard drive. An easy to use, non-destructive disk partitioner has been requested by more of our customers than any other type of utility. DiskStudio fills this important need for Mac OS X. With DiskStudio you will be able to quickly and easily change the way information is stored on your hard drives as your needs change over time.
    System Requirements:
    * PowerPC G3 or better. (Beige G3 machines not supported)
    * Mac OS X 10.3 or greater.
    * CD-ROM or DVD-ROM.
    * 256 Megabytes RAM or higher.
    Cost is $50.
    Check this site for battery part numbers and sources. Mac PRAM, NVRAM, CUDA/PMU & Battery Tutorial
    Cheers, Tom

  • Freezing problem with resource capping with zones

    I've just installed an set up an M4000 box with 4 CPUs and 64Gb of memory. I've installed one zone with CPU and Memory capping as such:
    global-mac# zonecfg -z myzone
    zonecfg:myzone> info
    zonename: myzone
    zonepath: /zones/myzone
    brand: native
    autoboot: true
    bootargs:
    pool:
    limitpriv:
    scheduling-class:
    ip-type: exclusive
    fs:
         dir: /data
         special: /myzfs
         raw not specified
         type: lofs
         options: [nodevice]
    net:
         address not specified
         physical: nxge0
         defrouter not specified
    capped-cpu:
         [ncpus: 1.00]
    capped-memory:
         physical: 16G
         [swap: 8G]
         [locked: 4G]
    rctl:
         name: zone.cpu-cap
         value: (priv=privileged,limit=100,action=deny)
    rctl:
         name: zone.max-swap
         value: (priv=privileged,limit=8589934592,action=deny)
    rctl:
         name: zone.max-locked-memory
         value: (priv=privileged,limit=4294967296,action=deny)
    zonecfg:myzone>
    Everything seems fine until I get into the zone and move about with the CD command, then everything will freeze for a while and then a few other commands (even a few returns at the prompt) and it will freeze again. Has anyone come across this problem before? Anyone used this sort of resource capping?
    If I change the zone configuration to remove the capped resources, the zone works just fine...

    <script>
    var mymsg = "<bean:message key="image.details" />";
    </script>Javascript is just content, so you can dynamically
    add your messages to it wherever you want.thanks
    gimbel2 but how can we store this in jsp variables.

  • Language problem with Firmware Password

    A pretty big flaw when setting the Firmware Password is that you could choose what language you input source should be in.
    For example; I'm from Sweden, so i wrote my password with swedish characters... and of course I used special characters and maby swedish letters...
    However when you need to access the firmware, and then get promted to type you password, the input soruce is automatically in US characters... this means that when im trying to write my password, I get a whol lot of different characters, and thus writing the wrong password.
    When setting the firmware password Apple should inform about this, that you should use only US characters, OR let you be able to choose what input language to use when entering your password.
    So if you have set your firmware password in you native laungage, and then can't get in, maby this is you problem.

    To tell Apple something, use
    http://www.apple.com/feedback/
    I assume you were able to type your password in the end, right?  I think the US layout can make any characters that you would have been able to make with the Swedish layout, just perhaps on different keys.

Maybe you are looking for