Whenever User Logs Onto Sap Its In A Different Language

Hi Experts,
I have a situation where I deleted the language files off the server, but whenever one of my users connects to SBO through a client machine it picks up a different language. Is there anything I can change on the client side to fix this?
Regards,
Lebo

I had a similar problem, I was able to do a workaround by deleting the Language files not required off the Client and not off the server.
What I did to fix this is:
I explore to C:\Program Files\SAP\GUI
Then deleted all the languages package except English.
I'm assuming that will work for the other languages as well.
Edited by: M. Jenkins on May 7, 2009 1:13 PM

Similar Messages

  • I have "@mail.ru" tool bar(i think) under the address bar. Its in a different language. I am not able to remove that. Please help me to remove that

    I have "@mail.ru" tool bar(i think) under the address bar. Its in a different language. I am not able to remove that. Please help me to remove that. Its not listed under 'Extensions', plug-ins,add-on too..
    Thanks

    Please look at another post I have just made relating to mail.ru, and post back with how you get on.
    * [/questions/924267#answer-323108] <-- clickable link -- (blue) --

  • Regd Last Logon of User Logged onto portal

    Hi Experts,
    I am new to Enterprise Portal developments. I have a requirement like to display the last logon date and time of a person logged onto the portal.
    The Last Logon date and time ought to be displayed in the portal masthead. I already tried a few methods in doing it but it was not successful.
    In my coding I used getUserFactory() method to get the user data, but the compiler is throwing a compiling exception. I have included the com.sap.security.api.jar file. (Development is done in NWDS)
    Still its showing error. Is there anything I am missing in the above method. Is there any easier method than the above ??
    Thanks in Advance. Your help will be highly appreciated!!
    Regards
    Anand Sekar

    Hi Anand,
    You can use the below code to get the information you are seeking. To test it create n abstract portal component and copy and paste below code:
    public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              DataSource dataSource= null;
              ResultSet resultSet= null;
              String sqlStatement =null;
              ResultSetMetaData rsmd =null;
              String nativesqlStatement=null;
              try
              sqlStatement = "select MAX(TIMESTAMPHOUR),LOGONID from WCR_USERSTAT GROUP BY LOGONID";
                   InitialContext initialContext= new InitialContext();
                   dataSource= (DataSource) initialContext.lookup("jdbc/SAP/EP_PCD");
                   java.sql.Connection connection= dataSource.getConnection();
                   java.sql.Statement statement= connection.createStatement();
                   Statement stmt=NativeSQLAccess.createNativeStatement(connection);
                   resultSet= statement.executeQuery(sqlStatement);               
                   rsmd=resultSet.getMetaData();
                   if(resultSet!=null)
                        int m = 0;
                        response.write("<html>");
                        response.write("<body>");
                        response.write("<br>");
                        response.write("<TABLE width='100%' border='2' cellspacing='2'>");
                        response.write("<tr>");
                        response.write("<td>"+"LAST SUCCESSFULL LOGON" +"</td>" );
                        response.write("<td>"+"LOGONID"+"</td>" );
                        response.write("</tr>");
                        while (resultSet.next()) {
                             m++;
                             Timestamp ts = new Timestamp(resultSet.getLong(1));
                             response.write("<tr>");                         
                             response.write("<td>"+ts.toGMTString()+"</td>" );
                             response.write("<td>"+resultSet.getString(2)+ "</td>");
                             response.write("</tr>");
                        response.write("</table>");
                        response.write("<br>");
                        response.write("Record count is " + m);
                   catch (Exception e)
                         response.write("<br>Exception : " + e);
                         response.write("</body>");
                         response.write("</html>");

  • LabView hangs when trying to load the same VI with a different user logged onto Win2k

    When 'User A' is logged onto Win2k, a particular VI loads and runs fine. When 'User B' logs onto the same Win2k box, LabView hangs when trying to load the VI.
    I'm also not seeing the setup channels in the Data Neighborhood in MAX when logged on as 'User B'. I tried loading the configuration when logged on as 'User B' that I think is being used for 'User A', but nothing happens.
    Where are the configuration files (of whatever type) that tell LabView which user is logged on?
    Thank you!

    There are no configuration files that tells LabVIEW what users are logged on. It is Win2K permissions settings that allow different users access to different folders and applications. Try changing the permissions for the LabVIEW folder and see if that doesn't fix your problem.

  • Restrict the number of users logging onto the JAVA engine

    hi
    IS it possible to restrict the number of users logging on the JAVA Engine, if YES, how ?
    Thanks
    Jonu Joy

    Thanks for the replies, here's a little more info...
    We're working on project which allows a company to buy user licenses to access our portal.  So if a company has bought 5 licenses, the 6th user for that company will not be able to login.
    *Note: We treat each Access Key in the portal as a company.
    The way we determine if the user belongs to a company is by the AccessKey that is assigned to that user. We're not depending on IP addresses at all.
    Hope this clears the issue !
    I think we'll have to write some custom code to accomplish this.
    Thanks,
    harman

  • ITS login in different languages

    Hi,
    does anybody know, what can make that you cannot login anymore for an ITS-Service in all languages except english?
    (even if you let the users login with the standard ITS-Mask, so they can select the language)
    I get an strange abort of the service trying a german login...
    ana

    As a last option, you can define a login.html and tail.html to avoid the the SAP standard ITS login page. In your login.html page you can check available languages in the system by "SAPXJutil.dll".
    syntax: `declare fieldEcho, getLanguages
                      in "SAPXJutil.dll"; fieldEcho()`
    and you can check if no language specified at the service level, you can provide the list of languages available in the system in drop-down by the following code:
    `if (~language=="")`
                        <TR>
                          <TD>Language:</TD>
                          <TD><SELECT name=~language>
                               `if (getLanguages
                              ("langId", "langDesc") == 0) repeat with i from 1 to
                              langId.dim` <OPTION selected
                              value=`langId<i>`>`langDesc<i>`</OPTION>                 
                              `end else`
                              <OPTION value=en>No allowed languages specified! Using
                              English as default.</OPTION> `end`</SELECT> </TD></TR>`end`
    Regards,
    Velu

  • 12 users log onto 1 computer with their unique password, firefox will not open for them.

    I have multiple users (12-15) that share a computer. I installed firefox under my login (Admin). it opens on my login , but none of the other users can open firefox with their login. I have other computers that everyone can use firefox on their login so it is unique to this single computer.
    == This happened ==
    Every time Firefox opened
    == since installing firefox under my login.

    I have exactly the same issue. After FF upgraded on its own to version 5, it won't open from start menu, taskbar, desktop icon, or even by pressing firefox.exe in program files directory. It does so by pressing a link at msn messenger, inside Outlook etc.
    Disabling all addons, didn't help. Moreover, I can't start FF in safe mode or start profile manager (Start > Run> firefox.exe -ProfileManager).
    OS: Windows 7 64bit
    Windows Event Viewer entry details:
    Faulting application name: firefox.exe, version: 5.0.0.4183, time stamp: 0x4df95302
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x8c724fa6
    Faulting process id: 0xc0c
    Faulting application start time: 0x01cc37fe2fae7e8b
    Faulting application path: C:\Program Files (x86)\Mozilla Firefox\firefox.exe
    Faulting module path: unknown
    Report Id: 6e7f03eb-a3f1-11e0-8f4d-a4badb0238f6

  • Hi everyone, i recently bought a mac book pro and tried using the facetime app on it, but unfortunately i am not able to log onto it from my mac and able to log onto my id from a different mac, ipad2, iphone. My mac is giving me problems only for my id

    please send me how to use my macbook for facetime. Thanks.

    If your machine came with Lion preinstalled, you cannot use it on another machine. It is tied to the machine it came with. You are allowed to make a one time transfer of the OS when you sell the machine as long as it remains with that machine.
    If you purchase Lion from the app store, you are free to install it on as many Macs as you own - however, if/when you sell one of those Macs, you are required to uninstall Lion as the license is not transferable and you need to reinstall the original OS.
    You can read the SLA for yourself - the link to the downloads to all licenses is here:
    http://www.apple.com/legal/sla/

  • SAP script Read_text in different language

    Hi,
    My SAP Script is maintained in English language. In one place, i have to read a text which is portuguese.
    I have used Read_text FM in print program. The text is read correctly. But while i call that variable in script, a occurs "Language Not allowed".
    I can understand that it is because of Language  conflict. But is there any solution to overcome this? My user wants that text should be displayed in Portuguese only and the script should be maintained in English
    Note: I tried moving the text to another variable and put in script, but still the same error.
    Thanks,
    Ezhil.

    Hello,
    Even I got the same issue.
    If ur problem got resolved, can u pls share it with me.
    Regards,
    Priya

  • How to pop up a system message for a specific user when She/He log on SAP

    Hi Friends,
    As we know SM02 setting will pop up a system message to all users in specific client in a specific period when the user log on SAP system; and we can do the same thing via using function module SM02_ADD_MESSAGE.
    But now we want to pop up a message to a specific user ID when somebody log on SAP via this ID, instead of all user IDs in the client. Please do we have any similar traction / function module / class method to to do this job??
    Thanks in advance.
    Joe

    Below code can be used to send a pop up message to all users who are logged on to the
    system.
    DATA: MESSAGE(128) VALUE 'Test message'.
    DATA: OPCODE TYPE X VALUE 2.
    DATA: BEGIN OF USR_TABL OCCURS 10.
    INCLUDE STRUCTURE UINFO.
    DATA: END OF USR_TABL.
    CALL 'ThUsrInfo' ID 'OPCODE' FIELD OPCODE
    ID 'TAB' FIELD USR_TABL-SYS.
    LOOP AT USR_TABL.
    CALL FUNCTION 'TH_POPUP'
    EXPORTING
    CLIENT = SY-MANDT
    USER = USR_TABL-BNAME
    MESSAGE = MESSAGE
    EXCEPTIONS
    USER_NOT_FOUND = 1.
    ENDLOOP.
    In the above code just pass the desired user ID instead of All user ID's
    Edited by: harsh bhalla on Mar 26, 2009 2:14 PM

  • Need to find Logon Group in which the user Logged in

    Dear Experts,
    I have a issue to find the logon group while logging into the SAP
    For example
    One server having three LogonGroups
    1) MFSTRESS
    2) TEST
    3) HQSTRESS
    in that I want to find out the logon group in which the user logged in. I am not able to find in the transaction SMLG or AL08
    Is ther any function module is available  or any other way to find the logongroup.
    Please help on that its very urgent . I will reward the points immediately.

    hi,
    TH_USER_INFO – Returns information about user
    TH_USER_LIST – Displays users logged onto server
    Hope this helps, Do reward.

  • Multiple web-pages open each time I log onto Safari.

    Hi, I have mac os x lion and whenever I log onto Safari multiple web-pages open from last time Safari was used. Does anyone know how can I change this so it only opens one web-page whenever I log on.?

    This behavior is new in Lion.
    You have a few choices.
    Close all windows/tabs before quitting Safari.
    Or (what is essentially the same thing):
    When quitting Safari, hold the option key down.
    Or:
    When launching Safari from the dock, hold the shift key down.
    Or, to disable this behavior permanently for all applications, there is a checkbox in System Preferences, General.
    charlie

  • Log On problem via webgui. sap/bc/gui/sap/its/webgui

    Hello, would you be so kind to help me in my problem.
    I have sap web as 7.00, and i have published a service for using "sap gui for html" via browser from the Remote Place.
    http://........./sap/bc/gui/sap/its/webgui
    icm/server_port_0 i made 80 in the profile
    (icm/server_port_0     = PROT=HTTP,PORT=80).
    But there is such a problem.
    When u try to connect using this url it gives u the log on screen to enter your user/password (u can even change it!!)
    but when you try to log on it just refreshes the screen and nothing actually happens.
    The same time when you are doing it licaly in the office everything works fine.
    Does anybody know what can be the solution of this problem?
    Dmitry.

    Hi! &#1055;&#1088;&#1080;&#1074;&#1077;&#1090;.
    Well i have tried to use this transaction (SIAC_PUBLISH_ALL_INTERNAL) and it published a lot of services, but still i can't log on from home, for example, to the system in our office where ICM and ITS are running.
    I found an interesting link
    /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp
    And i tried mannually to publish "SYSTEM"  and "SHUFFLER" services. The same time "WEBGUI" service works fine in the office. Those two i also can publish, but i can't start them in SE80.
    It is written that
    sap/bc/gui/sap/its/system/ call was terminated because the corresponding service is not available. And i can't find such a service following that link... Still it shows that it has been published.
    May be it is so because i can't test the service
    /default_host/sap/public/bc/its/mimes
    The error is
    The URL http://.../sap/public/bc/its/mimes was not called due to an error.
    Note
    The following error text was processed in the system S01 : Illegal access to a string (offset too large)
    The error occurred on the application server s00-5000_S01_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: SPLIT_PATH_GIVE_ROOT of program CL_IAC_HELPER=================CP
    Method: SPLIT_PATH_GIVE_SERVICE of program CL_IAC_HELPER=================CP
    Method: GIVE_MIME_CONTENT_USING_PATH of program CL_IAC_HELPER=================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_ITS_MIMES=========CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP

  • I am trying to log onto a Mac Mini I haven't used in awhile and I forgot the password. I am trying to reset the password with my apple ID but the computer keeps saying the Apple ID and the password are incorrect whenever I know they are.

    I am trying to log onto a Mac Mini I haven't used in awhile and I forgot the password. I am trying to reset the password with my apple ID but the computer keeps saying the Apple ID and the password are incorrect whenever I know they are, as I am using the exact same ID right now.
    I have switched my password in the past, so my theory is my mac mini thinks that my password has not changed and it will not update because The Wi-Fi password has also changed so it cannot connect to any servers...Does that sound like I am on the right track?
    Is there a way to update my Wi-Fi password  (saved into the computer) without logging on?

    If the user account is associated with an Apple ID, and you know the Apple ID password, then maybe the Apple ID can be used to reset your user account password.
    Otherwise, boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar.
    In the Terminal window, type this:
    resetpassword
    That's one word with no spaces. Then press return. A Reset Password window opens.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select
     ▹ Restart
    from the menu bar.
    You should now be able to log in with the new password, but your Keychain will be reset (empty.) If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it.

  • Whenever I log out, Itunes deletes some of its files

    I have been having this problem since the last update. whenever I log off or shut down my computer, Itunes deletes some of its own files, because When I log back in i get the message "Itunes cannot not run because several key files are missing, reinstall Itunes." and I then have to uninstall, then reinstall Itunes. once this is done everything works fine. help?
    Dell Inspiron e1505   Windows XP  
    Dell Inspiron e1505   Windows XP  
    Dell Inspiron e1505   Windows XP  

    If you are on a PC with multiple User accounts, make sure "Fast User Switching" is off and that you are on an administrative account

Maybe you are looking for