Is possible to Inherit LDAP language in WAS?

Hello,
I want to know if it is possible to inherit the language that I have in the LDAP to the WAS user? I see that it's an independent parameter but it causes a lot of trouble and double maintenance with tools as BPM (notifications) and Portal.
Or it's mandatory to set the user language in both systems (LDAP and WAS).
Thanks & Regards
SU

It depends on how the java code is gnerated. If for example months are given with fixed array .... then it will only be english
But then agin you have the source code (.java files) open all java files in the oracle.forms froject and alter to your language then recompile and reacreate the jar (easily done with Jdeveloper)

Similar Messages

  • Is it possible to accommodate dual language for single country?

    Hi folks,
    Here is the background information on our requirement. Any help would be appreciated.
    There are 3 Language parameter fields in SAP.
    1. Field PA0002-SPRSL which can be modified in ESS via Personal Profile. This does not force a revisit to the SAP Portal log on screen.
    2. Field in the back end using transaction SU3 for default parameters; field LANGU in table USDEFAULTS
    3. SAP Portal Logon Screen. The parameter field name is unknown and I would like to know where the field value sits.
    Currently the only language parameter that changes screen languages is the SAP Portal logon screen language parameter (number 3 above).
    The default parameter is associated with the use of language with data, based on the country value (molga) set in the default parameters (number 2 above).
    The personal Admin parameter on Infotype 0002 is utilized during SQL reads by various SAP programs and function modules to extract data that is available in multiple languages. For example, if the field SPRSL is set to DE (German), and the data has a language field such as the text from Country table T100, the German text of the country will be displayed rather than the defaulted language of English for country code 10 (USA).
    How will the language issue be addressed?
    The language requirement was established in requirement ENFHCM031 in SolMan, and was expanded in APPENDIX-A-ENFHCM031-ESS-Language setting of the requirement.
    Basically, the requirement is that USA (English & Spanish)and Canada (English & French) is to have dual language capabiltiies.
    The current configurable defaulted language to change the screen to either Spanish or French is by the Country Code and Personal Areas (Company Codes).
    USA and Canada default to English screens but the SAP Portal logon (see Appendix A in Solman) screen allows for language changes.
    My understanding is that this logon screen is going away with SSO via IDM.
    We are being told that technically that the option for the logon screen to remain without entering a User ID cannot be done. Is this true? what is the alternative/solution?
    Thanks.

    Hi,
    this is the hierarchy your language settings are taken into account:
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/938297a5061d69e10000000a1553f6/frameset.htm
    Regards
    Anja

  • I just download the Adobe Creative Cloud in my computer. As I live in Brazil, the software is in portuguese, but I'd like it in English. Is that possible to change the language? Thanks a lot.

    I just download the Adobe Creative Cloud in my computer. As I live in Brazil, the software is in portuguese, but I'd like it in English. Is that possible to change the language? Thanks a lot.

    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

  • Iphone - languages.. is it possible to get another language than English?

    Iphone - languages.. is it possible to get another language than English?

    It depends on what you're trying to do.
    See this website for more info:
    http://m10lmac.blogspot.com/2007/06/iphone-language-capabilities-seem.html
    typing - no
    Safari - depends on the language
    Mail - perhaps? I've been told it should work depending on the application sending - it didn't work with Lotus Notes.
    Aym

  • HT1498 Hi, Is it possible to change the language when renting movies from apple TV?

    Hi, Is it possible to change the language when renting movies from apple TV?

    It depends on how the java code is gnerated. If for example months are given with fixed array .... then it will only be english
    But then agin you have the source code (.java files) open all java files in the oracle.forms froject and alter to your language then recompile and reacreate the jar (easily done with Jdeveloper)

  • Is it possible to use assembly language..?

    is it possible to use assembly language code with the packager for iphone?

    I hope we can write assembly language in XCode and not in packager for iphone. it supports flash and the script of flash AS3.0

  • Is it possible to set your language preference on books so you can avoid looking at books in languages you are not interested in ?

    Is it possible to set your language preference on books so you can avoid looking at books in languages you are not interested in ?

    Hi,
    I don't think so, I would be happy to have such function too.
    In the French iBook store there is a section where you can find books by language, I guess in other countries there is the same section. But it's not really convenient…
    Hope this helps,
    Guillaume

  • Is it possible to find out which user was used to delete the job?

    Is it possible to find out which user was used to delete the job?
    Any logs?

    Hi,
    You can find who are the users who executed sm37 in ST03N.
    This might also help you in analyizing.
    Regards,
    Vamshi.

  • Unable to locate message file: ldap language .ms

    Hi,
    i have OAS10.1.2.0.2 installed on RHEL4
    i somehow locked orcladmin account so i am not able to logon into SSO.
    i tried the following
    i went to the oidpasswd tool directory and executed the following
    [orace@... bin]$ oidpasswd connect=orcladmin unlock_su_acct=TRUE
    but i keep getting the follwoing error:
    "unable to locate message file: ldap<language>.ms"
    what should i do to fix this error.
    Someone please guide me.
    Thanks,
    Philip.

    Thanks for the reply.
    this is what i did.
    i have 2 disks inmy RHEL box.
    I have 3 directories
    /home/oracle where i have my user "oracle" account
    and then i installed OAS on the following directories
    infrastructure - /ora2/AS101202infra
    midtier - /ora2/AS101202BI
    now this is how my /home/oracle/.bash_profile file looks like
    ------ .bash_profile------------
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    ORACLE_HOME=/ora2/oracle/AS101202infra; export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/local/bin;
    export $LD_LIBRARY_PATH
    ORACLE_SID=asdb; export ORACLE_SID
    PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$ORACLE_HOME/ldap/mesg
    export PATH
    ORG_PATH=$PATH
    export ORG_PATH
    unset USERNAME
    but when i do a sqlpus or any other command, i get error saying set your ORACLE_HOME to oracle software directory.
    als when i open a terminal and type in "su - oracle"
    I get the following error
    -bash: export: '/ora2/AS101202infra/lib:/lib:/usr/local/bin': not a valid identifier
    Check whether $ORACLE_HOME/bin/ldapbind exists
    Yes ldapbind exists
    Does $ORACLE_HOME/ocommon/nls/admin/data/lx1boot.nlb exist, and is it readable?
    i dont see any folder called "occomon"
    Is the output of
    % type ldapbind
    $ORACLE_HOME/bin/ldapbind?
    i typed in
    [[email protected]]ldapbind
    and i got result as
    "bind successful"
    i dont get any message like " $ORACLE_HOME/bin/ldapbind"
    Philip.

  • Unable to locate message file: ldap language .msb

    Hi
    I am trying to start OID using the command
    ./oidctl start
    But i get the error
    unable to locate message file: ldap<language>.msb

    If you are running on a Linux box (and it looks like you are from the command), first check your $PATH variable and make sure that the Oracle stuff is at the front, here is my path:
    /as/oracle/infra/bin:/as/oracle/infra/opmn/bin:/usr/bin:/usr/kerberos/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin
    So just make sure your path is correct first then post your results.

  • TS4498 Is it possible to set italian language in Logic Pro X 10.0.6 ?

    Is it possible to set italian language in Logic Pro X 10.0.6 ?

    Unfortunately Logic Pro X does not have an Italian version:

  • Hi, is there a possibility a text message /SMS) that was deleted before a long time to restore

    Hi, is there a possibility a text message /SMS) that was deleted before a long time to restore

    It can be restored only if you have an iTunes or iCloud backup that contains the message. If not it is gone.

  • Is it possible to change supplementation language from German to English ?

    Hi,
    We installed Czech language in SAP ERP 2005 System. The language was classified with  German as supplementation language. The supplementation was successfully executed from SMLT transaction.
    We copied several clients. After time we recognized that  English would be better choice as supplementation language for our users. Is it possible to change it ?
              Thanks
                   Jiri

    Hi Jiri,
    Go to SMLT -> click on the information button beside the Language you need ro supplement (in this case Czech) and click on the change button, then just select english as supplement language and save.
    Regards
    Juan

  • Is it possible to change UI language in CS2?

    Hello,
    I bought and installed Adobe CS2 Standard Edition (bought in English) many years ago, and I was able to select the language I wanted for the UI during the CD installation. Now that I want to switch the activation to another computer, I discovered the activation server error. The error page* mentions that the product should be selected and installed in the language that it was orinally bought in (in my case, English). Can I still change the UI language after I have installed it or am I stuck with English? Feedback would be much appreciated.
    * = The error page for activating CS2 may be found here: http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

    No, only the language the product was installed in will be available. If you need a different language, you will have to choose it during install/ run a reinstall in the different language, but that may not at all be possible, because the serial number also determines the language...
    Mylenium

  • What key(s) do i type to change language from english to other? i am writing s story in dual languages. i was told to click command and space bar together but it is not working.

    what key(s) do it type to change language from english to other? i am writing a story in dual languages. I was told to click command and space bar together but it is not working.

    Command Spacebar opens Spotlight as you have found out. If you want to change languages you need to say what app you are using to write the story in, I'm guessing you are using Pages or MS Word. If that's the case
    Pages: Open Inspector - Click the T tab - Click Language and change your language.
    MS Word: Tools Menu - Language - Choose your language.

Maybe you are looking for

  • Dolby Digital Auto Setting Doesn't Work w/4.4.2?

    I have a bunch of old movies that were recorded in stereo, pre-Dolby, and of course, a bunch of newer in Dolby Digital.  After upgrading to Apple TV iOS 4.4.2 yesterday, I now find that the Settings/Audio & Video/Dolby Digital/Auto setting no longer

  • New computer, want to transfer library

    i want to transfer the library, apps, and videos from my itouch onto my new computer but itunes won't let me. i tried to copy and paste from the itouch library onto itunes library but i can't. i don't have backup files for the stuff either so i'm stu

  • How can I create my own Midi Soundbank file ?

    Hello everyone ! I wanted to know if someone knew how to create a Soundbank* file like those are propsed here : [http://java.sun.com/products/java-media/sound/soundbanks.html]. I tried to find something to explain that in the internet, but I have fou

  • Migrating a database to ASM.

    Hi all, I have an environment for test purposes running 10.2.0.1.0 database on a Linux CentOS 4 box. Now what I´m trying to accomplish is migrate this database to ASM. Some adittional info: $ ps -ef | grep pmon oracle 4063 1 0 07:27 ? 00:00:00 ora_pm

  • How would I do a http post of the below listed XML string within a JSP?

    Hi, How would I do a http post of the below listed XML string within a JSP? <DoService xmlns="http://www.gdinrw.org/wss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WSS" version="1.0"> <ServiceRequest DCP="HTTP_POST" mimeType="text