Language problem for one user

Hi experts,
In KM we created a folder for BW report links. The user start the report and the BW report is shown in the language selected in the IE settings (SAP user language is empty). This works fine, but for one user the BW reports always displayed in French. I set the SAP user language to English (the welcome text is English, portal menu is English etc), but the reports are still displayed in French. Cache are emptied, tried another pc, change IE langaue to English, but still the same problem.
When I check the source, the next 2 lines are always ending with xx_fr.js instead of xx_en.js or another selected langauge
javascript "/irj/portalapps/com.sap.ip.bi.web.portal.mimes/unifiedrendering/resources/js/languages/urMessageBundle_fr.js
sapbi_page.registerInclude "/irj/portalapps/com.sap.ip.bi.web.portal.mimes/unifiedrendering/resources/js/languages/urMessageBundle_fr.js
How to solve this?
thanks in advance.
Vo.

Pproblem is solved, user had set the personal property language to French.

Similar Messages

  • ALV grid Refresh problem  for one user

    Have an ALV with editable columns. Validation and save works for all columns for one user but not for the other. The user with the issue is able to modify the values and save to the database fine.The problem is it doesn't display in the ALV once refreshed. Please suggest any ideas of how to look into this issue as it works for one and not other user.

    Strange work for one user not for other.
    Once you save the data, rebind the data to table. so that new data will display. ( that use set_initial_elements as true, so that old values not display ).
    Regards
    Srinivas

  • Report exection problem for one user - not able to see the data.

    Hello Friends ,
    Need some help . I have got the one ticket from bussniess side about the report execution .
    Unfortunately , I am also not having authorisation of that report due to sensible data.
    Problem - User is executing the report but some how he is not ABLE TO see the data for one company code Hierachy .
    I executed the same report through RSSMQ via his user id , and I got the  below message.
    All value were selected . Hierachy Authorisation cannot be used.
    A displayed hierachy requier a hierachy authorisation .
    But when i checked his authorisation , I am able to see that he should have authorisation to all the hireachy .
    could you please let me know , how can I check more ?
    Regards,

    after accessing the report , u go to su53 tcode and check the authorization and u can see what is problem in authorization for the that user and u can send the details to secuity team to rectify the issue ,

  • POP3 and IMAP problem for one user

    Hi All,
    One of my users has recently connected her iPhone4 to our GW7. We set her up just like numerous other of our users, and she is having some issues. When set up as IMAP using the default application on her iPhone, she can see all her folders and all her mail up to December 21, 2011, but nothing after that. If she asks to download more messages, it successfully shows earlier messages, but still nothing more recent than December. When set up as POP, she is able to download recent messages, but there are wide gaps in what she can see. Whole days are missing. I can send her a new message, and she can POP it right away, but messages that came in just hours before will not come over. None of our other users have any such issues--including at least one with the same iPhone.
    The user swears that she has no other e-mail program POPing mail--and even if she did, I don't think it would explain the IMAP issue--but I may be wrong about that. This user does have an incredibly large online mail account--over 20,000 messages in her Mailbox folder alone. I have examined her POA indexes, and they show nothing un-indexed.
    I have used my own phone (Droid Bionic) to connect to her GWise account and I see the same behavior from her account.
    We are using GWIA 7.0.2, and I can see her phone making connections successfully. I see no errors, but I have not yet studied a Verbose display when she connects.
    Any suggestions about how to proceed to troubleshoot this?
    What could I do if I wanted to reset whatever information her account stores as to what messages have been POP'ed off or to reset whatever info about IMAP is maintained?
    Thanks in advance,
    Peter.

    On 1/12/2012 3:16 PM, pgsmick wrote:
    >
    > Many, or shall I say /imapreadlimit -10, thanks to you Michael.
    > Preumably there is a reason for this limit, and I don't feel like caving
    > in to pressure from users who refuse to clean out their mailboxes, but
    > what are the specific downsides to raising the limit? And does this
    > shed any light on the other issue with using the POP3 method?
    >
    > Again, you're a gem.
    >
    > Peter.
    >
    >
    My understanding is as you raise it, the memory usage of the POA and the
    CPU hit on the POA will increase. It's been explained to me that the
    IMAP standard requires certain correlations and bufferings to made
    between the different items, so the memory usage increases. (IMAP is
    fairly complex, so I doubt I can explain it all since I doubt I
    understand it all). For example IMAP requires synthetic UIDS to be
    correct for all the items in the mailbox during the session. There is
    room for improvement here, but it hasn't been a super-high priority is
    what I was told just this past BrainShare. It will never be a completely
    low memory "streaming" kind of solution though - a lot of state has to
    be built and maintained during the IMAP session.
    POP, I'm not sure about. I do know GW can get confused. Have her specify
    her pop UserID differently. For example if her normal gwmailbox is
    jsmith, have her try jsmith:v=2 .
    Also see other whacky POP switches
    you can set affect the date range, and #. The "v","l",and "t" are the
    most important.
    User ID Login Options
    With POP3 clients, users can add the options listed in the table below
    to the login name (GroupWise user ID) to control management of their
    mailbox messages. If used, these options override the POP3 settings
    assigned through the user’s class of service (see Section 47.1.2,
    Creating a Class of Service).
    Login options are appended to the user ID name with a colon character
    (:) between the user ID name and the switches:
    Syntax: user_ID:switch
    Example: User1:v=1
    You can combine options by stringing them together after the user ID and
    the colon without any spaces between the options:
    Syntax: user_ID:switch1switch2
    Example: User1:v=1sdl=10
    The syntax for the user ID options is not case sensitive. Login options
    are not required. If you do not want to include any login options, just
    enter the user ID name in the text box, or following the USER command if
    you are using a Telnet application as your POP3 client.
    Table 46-1 User ID Login Options
    Option
    Explanation
    Example
    v=number between 1-31
    The v option defines the POP3 client’s view number. If multiple POP3
    clients access the same GroupWise mailbox, each client must use a
    different view number in order to see a fresh mailbox.
    For example, if two POP3 clients access a mailbox and the first client
    downloads the unread messages, the second client cannot download the
    messages unless it is using a different view number than the first client.
    If this option is not used, the default value is 1.
    User_ID:v=1
    d
    The d option deletes the messages from the GroupWise mailbox after they
    have been downloaded to the POP3 client.
    User_ID:d
    p
    The p option purges the messages from the GroupWise mailbox after they
    have been downloaded to the POP3 client.
    User_ID:p
    t=1-1000
    The t option defines the download period, starting with the current day.
    For example, if you specify 14, then only messages that are 14 days old
    or newer are downloaded. If this option is not used, the default value
    is 30 days.
    User_ID:t=14
    n
    The n option downloads messages in RFC-822 format rather than the
    default MIME format.
    User_ID:N
    m
    The m option downloads messages in MIME format. This is the default.
    User_ID:M
    s
    The s option presets the file size when the STAT command is executed. If
    the user mailbox contains a lot of messages or large messages, it can
    take a long time to calculate the file size. With this option, the STAT
    command always reports an artificial file size of 1, which can save time.
    User_ID:S
    l=1-1000
    The l option limits the number of messages to download for each POP3
    session. For example, if you want to limit the number of messages to 10,
    you enter l=10. If this option is not used, the default value is 100
    messages.

  • "view content preview in thumbnails" option is not available in view settings for "finder" for one user

    "view content preview in thumbnails" option is not available in view settings for "finder" for one user

    I hope this discussion can be revived. I have the same problem. There seem to be quite a few Japanese sites that don't bother specifying their encoding. Perhaps they are older and from a time when it was not necessary to adhere to standards. Examples: http://www1.plala.or.jp/CUE/cave_yozawa.html, http://chigaku.web.fc2.com/saitama/sanchi/youzawa/youzawa.html. Happy to upload screenshots, but how?
    Is there a way to tell Safari what encoding to use if the web page fails to do that?

  • OBIEE/EBS R12 - works, except for one user - ORA-06512 error

    OBIEE 10.3.1.4 / EBS 12.0.4
    Oracle 11g
    HPUX 11.31 64 bit Itanium
    We are successfully using EBS integration with OBIEE, but for one user that we have created it doesn't work. When they try to access OBIEE from EBS we get this error in NQServer.log:
    *[nQSError: 13011] Query for Initialization Block 'EBS Security Context' has failed.*
    *[nQSError: 17001] Oracle Error code: 6510, message: ORA-06510: PL/SQL: unhandled user-defined exception*
    ORA-06512: at "APPS.APP_SESSION", line 313
    at OCI call OCIStmtExecute: call / 101507300 */ APP_SESSION.validate_icx_session('NIOWQbvOlCFpGilcGDvlBIY-:S').*
    *[nQSError: 17011] SQL statement execution failed.*
    This is when the query is run against EBS to authenticate the user:
    select FND_GLOBAL.RESP_ID,
    FND_GLOBAL.RESP_APPL_ID,
    FND_GLOBAL.SECURITY_GROUP_ID,
    FND_GLOBAL.RESP_NAME,
    FND_GLOBAL.USER_ID,
    FND_GLOBAL.EMPLOYEE_ID,
    FND_GLOBAL.USER_NAME from dual
    It is only for one user that has the problem. All others users work fine.
    Has anyone else seen this problem?
    Our EBS DBA has checked that the above sql can be run with the session set to the problem user, and compared with a user who can successfully connect to OBIEE. The results were the same for both.

    I was on the wrong lines with this one.
    The error in the NQServer.log was not from the problem user, it was a separate user.
    The real cause of a specific user not being able to login was a corrupt web catalog (which we're still trying to resolve)

  • Firefox crashes on start up for one user but not another

    Crash ID: bp-df3a48d7-363c-4d2f-87d3-f73902140723
    Version: 31
    Crashes on start up for one user but not another. Both are administrators.
    I have uninstalled and re-installed. No change with each user.
    Crashes in safe mode as well (holding down shift)
    No addons present in other user.
    Have ran Malwarebytes and cleaned
    Have ran CCCleaner and cleane all including registry entries with Firefox uninstalled.

    Create a new profile as a test to check if your current profile is causing the problems. <br>
    See '''Creating a profile''':
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem <br>
    '''Profile Backup and Restore'''
    *http://kb.mozillazine.org/Profile_backup
    *https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Airplay works for one user but not for another on the same machine

    I have the problem where airplay works for one user but not for another and both users are on the same machine.  For the user where it does not work, everything appears normal, it's just that there is no sound being transmitted.  I have tried restarting the Airport express, restarting iTunes, repairing disk permissions.  Any ideas about what can be done to resolve this?

    my /etc/group:
    root::0:root
    bin::1:root,bin,daemon
    daemon::2:root,bin,daemon
    sys::3:root,bin
    adm::4:root,daemon
    tty::5:
    disk::6:root
    lp::7:daemon
    mem::8:
    kmem::9:
    wheel::10:root,hans,ibm,gast
    ftp::11:
    mail::12:
    uucp:x:14:
    log::19:root
    locate:x:21:
    smmsp::25:
    http::33:
    games::50:
    network:x:90:
    video:x:91:
    audio::92:ibm,gast
    optical::93:hal
    floppy:x:94:hal
    storage:x:95:hal
    scanner:x:96:
    power:x:98:
    nobody::99:
    users::100:gast
    dbus:x:81:
    hans:x:1001:
    vboxusers:x:108:hans
    policykit:x:1002:
    hal:x:82:
    kvm:x:78:
    nx:x:85:nx
    avahi:x:84:
    camera:x:97:
    gdm:x:1003:
    gast:x:1004:

  • Adjusting the display area's size for one user

    For one user account, the display is larger than the area of the monitor such that when we move the mouse the whole picture scrolls since it does not fit on to the display's area.
    I would have thought this had to do with the hardware adjustments with which you can adjust the hor/vert positioning, etc., but I have not been able to address this problem with these controls - In any case, those hardware controls effect all users and this is only an issue for one (of four) users.
    It seems it has to do with the resolution since the fonts are slightly distorted.
    The display system preferences are set correctly - and no matter what resolution is set, the problem is consistent for that user.
    Any suggestions?!

    System Preferences->Universal Access and check that Zoom is off.

  • Telnet GUI client giving problems for one userid.

    Hi,
    I have written a GUI program to get userid and password to connect to a Telnet session. The purpose of the program is just to check if the user is a valid user and start another application if the user is a valid user. This application works well and is installed for manay users at my work place. But, this program doesn't work well only for one user. That user tried to use this program by changing is password. He tried to login using this GUI in other terminals. Only this user is having problems logging in in any terminal. But, he is able to open a telnet session without any problems if he doesn't use the GUI. I tried to print the characters that are returned by the server. But, it prints all the characters without any problem. The application hangs at the point, when it has to read the $ prompt after logging in. I also, checked if this user has been set with any other properties for his userid than other users. But, he is having the same privelages like all other users.
    Any help in fixing this problem is appreciated.
    Thanks in advance.

    You need to be more specific about what your program does, for us to suggest some troubleshooting techniques.
    One possibility:
    Your program takes the user's id and password, and if it can authenticate the user, it launches the telnet program (at which point, your user needs to authenticate himself again at telnet's login prompt. In other words, your program provides access to telnet.
    If that is the case, then your user may have changed his password on the remote host, but neglected to change his password on the GUI. I doubt this is the case, but the point I wanted to make is perhaps your GUI is having problems authenticating the user.
    Check to make sure the string the user typed matches the string you have on file. (See below for more on this.)
    The other possibility is:
    Your GUI takes the user's id and password, launches a telnet session, and tries to log in the user via proxy. If it works, the telnet session
    is returned back to the user. If it fails, an appropriate error message is returned. Your program is essentially a front end to telnet.
    If that is the case, then you're likely to have a problem transmitting the password string. Perhaps the user's new password has a character Java and telnet interpret differently.
    First thing to check is literally have your GUI output the string to the telnet session. Don't ask the user to type it in, just ask him what it is. If the password is "fido" (hypothetically), then have your GUI do the equivalent of out.write( "fido" );
    If it bombs, you know you can't transmit that particular string, and the short term solution is to change the password again. If it works, have the user type in the password, but instead of sending it to telnet, just system.out.println( inputtedPassword ); instead. See if Java does any unintentional formatting when reading it in.
    In other words, treat input and output as two seperate cases, and test accordingly.
    When you think about it, that particular password is the key. In fact, if you told us what the password is (don't tell us who you are or where you're connecting from), some Java Guru might see it and say "Oh, you can't do a double backslash like that!"
    Anyways, I'm sure you've solved the problem, I just posted this explaination for the benefit of others who are curious about how to troubleshoot something like this.

  • Park document not Triggering for one user only

    Hi Guys,
    I have a problem where one user is using FBV1 park document and WF i not triggering at all and if the same user create document for any other company the WF is going through. Any idea Why..
    Thanks
    Atul

    Hi,
      Check for the start conditions (if any) maintained regarding to the document type or company code etc..
      This will give an idea about the issue.
    Regards,
    Manikandan R

  • Tacacs authentication fails for one user account for only one switch

    Hi,
    I am having an scenario, where as Tacacs authentication fails for one user account for only one switch.
    The same user account works well for other devices.
    The AAA configs are same on every devices in the network.
    Heres the show tacacs output from the switch where only one user account fails;
                  Socket opens:        157
                 Socket closes:        156
                 Socket aborts:        303
                 Socket errors:          1
               Socket Timeouts:          2
       Failed Connect Attempts:          0
            Total Packets Sent:       1703
            Total Packets Recv:       1243
              Expected Replies:          0
    What could be the reason ?
    No errors on ACS server; same rights had been given to the user account.
    Thanks to advise.
    Prasey

    Hi there,
    Does the user get authenticated in the ACS logs?
    reports and activity----> failed attempts
    ro
    reports and activity----->  passed authentications
    That will help narrow it down.
    Brad

  • Account search functinality is not working for one user in portal

    Hi friends,
    We have configured E.P 7.0 with CRM 5.0 and configured CRM PCUI business package.
    We have a role called <b>accounts and products</b> in portal. So accounts can be searched in this role.
    Now our severity issue is for one of the super user,for ex su1, accounts search is not working in portal but the same is working in CRM GUI.
    for example if we search for an account 233445(or any other account) in portal its showing no data found but if we search with the same criteria data is displaying CRM GUI.
    We have checked with other 2 super ids. Both ends portal and gui search is working fine.
    Am unable to figure out whats the cause of the issue as search is not working only for one user su1 .
    we have checked by restarting the server also to clear the memory cache.But still search is not working in portal.
    Could anyone of u please advice ASAP as this is severity issue.
    Thanks & Regards
    Sireesha.

    Hi srinivas,
      I have checked both the users credentials,permissions,groups in the GUI and also in the portal.
      Both of the users profiles are assigned as same.
       Could you please advice is there any other way to check it out?
      Regards
      Sireesha.

  • JSP page doesnt load for one user on machine1, but does 4 all on same box

    Hi,
    I have a Citrix application on a box to enable many users to connect remotely to different applications on differnt boxes using the browser on this box. Just like terminal Services or remote desktop
    I tested 15 users and all of them are able to login to the machine and able to open a jsp page of an application located on a differernt box using the browser on this box.
    But for one user I am facing an issue. For this user, I am not able to get the page and instead I only see a message as "page loading" and nothing more than that, Its getting stuck there itself with no progress.
    Please help me,
    Thanks a lot in advance,
    Srinivas.

    Hi,
    I suspect there is something missing as far as the JRE for this guy is concerned. Sothing to do with permissions. java policy, security etc.
    I am not sure if that helps. I am not in the development of the application, and will check with those guys. I only neeed to provode support on this machine and be able to give access to that application which is on Linux. The browser is in Windows machine,
    Thanks,
    Srinivas.

  • Synaptics touchpad on HP Mini 110 Windows 7 32 Bit - not working for one user - working for another

    Hi,
    I recently have an issue with Synaptics touchpad on HP Mini 110 Windows 7 32 Bit - NOT working for one user - working for another.
    Windows 7 updates recently installed ???
    By checking the device properties on the user that works - "Synaptics PS/2 Port Touchpad 13/10/2011 Version 15.3.29.0"
    When the other user logs on, the touchpad works for a few seconds, then a displays a black square with a red diagonal line through it, then the touchpad won't respond. Trying to use the keypad to navigate to system diagnosics or anything to find further info is useless....

    Hey eagle_no11,
    Thank you for joining the HP Support Community!
    I will do my best in assisting to hopefully get the TouchPad to work on the second user profile.
    What I would like to start off with, is to restore the original Synaptics drivers onto the profile that is not working correctly. I have included the document Using Recovery Manager to Restore Software and Drivers (Windows 7).
    Once you have installed the original drivers, you will need to complete all updates from both HP, as well as Windows. For these updates, if you open the HP Support Assistant, and select Maintain, you should see an option for updating.
    Please let me know how these steps do work out for you.
    Have a great day!
    I worked on behalf of HP

Maybe you are looking for