None of the users can logon through SAPGUI

Hi Guru,
I got a question about this situation: none of the users can logon through SAPGUI while system looks fine from sapmmc.
What's the possible reasons of this performance issue?
Please let me know if you have any advices.
Thanks and Regards,
Jason

Jason Wu wrote:
Hi Blanca,
>
> Thank you for your answer.
> Actually it's a test question about ABAP performance. So the SAPGUI should be fine and logon is just hang from user's side.
>
> One answer to this question is like: all dialog workprocess were occupied.
> So the question is about other possible reasons which could cause such issue.
>
>
> Regards,
> Jason
Jason
There can be couple of reason for all the dialog work process to be occupied. Some of the reason are
1. System has not been configured to handle enough dialog users
2. Load balancing has not been configured correctly and all users are directed to one app server.
3. SAPLOGON pad configuration of all user is pointing users only to one app server
4. RFC user/s are occupying all the work process as no limit has been set in RZ12. This typically happens with transactional 
    RFC calls.(This is most likely the cause SAP has some good parametrs to limit RFC users from occupying dialog processes)
To your first question about user not been able to login there can be couple of reason
1. Network issue (If its impacting many users/ Users in one region)
2. Archive is full
3. Things I listed above
Cheers !
Manish Jain

Similar Messages

  • Can two user can logon into sap b1 8.8 as like sab b1 2005

    Hi All Expert,
           As we know that as like SAP B1 2005 we two user can logon into sap from a user id , My question is can we do the same on sap 8.8 also..
    Regards,
    Inder.

    Hi Gordon,
          Do the old two log in with the same user id is working with 8.8 also..
    Thanks and Regards,
    Inder.

  • We have two users that have been using Creative Cloud for almost a year. Recently, sometime in the last 4ish weeks, the users can no longer run Creative Cloud apps. (Yes, our subscription is paid.) Error simply says administrator access is required

    We have two users that have been using Creative Cloud for almost a year. Recently, sometime in the last 4ish weeks, the users can no longer run Creative Cloud apps. (Yes, our subscription is paid.) Error simply says administrator access is required to install. The apps have already been installed. The users cannot run them unless they are in the local admin group.Using "Run as admin" does not work. It gives the same error.
    I have opened a case with adobe support and was basically told to suck it up and put the users in the admin group. Actually, what was said was that it is "mandated that the users have administrative rights". 
    There are a couple of things wrong with this. It was working for both users until recently - a recent required creative cloud update. The users have never been local admins yet the apps were working (poorly, but working).
    We are in an enterprise environment and users simply do not have administrative rights on the computers.
    I have changed permissions on all adobe folders, granting users or authenticated users modify or full control rights, did the same in whatever Adobe registry HKLM keys I could find. Nothing has allowed the users to run the apps - unless they are put in the local admin group.
    Someone has to have a fix for this. Adobe apps have proved to have far too many vunerabilities to even entertain the idea of elevating user rights. I can't imagine that enterprise environments are allowing this.
    Any help or suggestions are greatly appreciated.

    Jeff,
    Thank you for your response. The users in question are "standard" domain users. We do not reduce users permissions below the standard level.
    The apps do not load with their current standard user permissions.
    The thing that makes this odd, is that up until recently they did this issue with cloud apps. The only way I can make it work for them now is to put them in the local administrator group on their pc's - which is not going to happen.
    This is what they now see. As I said before, this was not a problem up until recently they would see all their available apps. If I put them in the local admin group the apps are listed without having to install. Everything is there, just not accessible to the user.

  • In javascript, how do I open a dialog so that the user can input the value of a variable?

    I'm working on a script that will be used for many images, all of them using the same format (size of the image, layer layout, etc).
    All of these images will have a layer of text, and what I want is to have the script modify the horizontal length of the text layer (horizontal percentage scale), shrinking it so that all of the text appears on-screen, in case there's too much of it.
    But the text will vary from image to image, and what I want is for the script to display a dialog box were the user can input the text that will be put on the text layer and scaled down.
    Can this be done?

    If you want the user to both enter then fit the text while your script is running, here is one way to do that.
    var typeLayer = activeDocument.activeLayer;
    var type = typeLayer.textItem;
    var t = prompt ("Enter text" , "new text");
    type.contents= t;
    transformLayer();
    function transformLayer() {
         try{
         var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc.putReference( charIDToTypeID('null'), ref );
        desc.putEnumerated( charIDToTypeID('FTcs'), charIDToTypeID('QCSt'), charIDToTypeID('Qcsa') );
            var desc1 = new ActionDescriptor();
            desc1.putUnitDouble( charIDToTypeID('Hrzn'), charIDToTypeID('#Rlt'), 0.000000 );
            desc1.putUnitDouble( charIDToTypeID('Vrtc'), charIDToTypeID('#Rlt'), 0.000000 );
        desc.putObject( charIDToTypeID('Ofst'), charIDToTypeID('Ofst'), desc1 );
        desc.putUnitDouble( charIDToTypeID('Wdth'), charIDToTypeID('#Prc'), 100 );
        desc.putUnitDouble( charIDToTypeID('Hght'), charIDToTypeID('#Prc'), 100 );
        desc.putBoolean( charIDToTypeID('Lnkd'), true );
        executeAction( charIDToTypeID('Trnf'), desc, DialogModes.ALL );
         }catch(e){}

  • All the users can buy for all the purchasing groups?

    Hello,
    I have created the organizational structure as follows:
    (root level 1) Company O  50000758
        (root level 2) Plant    O  50000759
        (root level 2) Purchasing organization   O  50000760
              (root level 3) Purchasing group1        O  50000761
              (root level 3) Purchasing group2        O  50000762
              (root level 3) Purchasing group3        O  50000763
    The Plant and the Purchasing organization bellows to the Company
    The Purchasing group bellows to the Purchasing organization
    (level A) Position DATA-ENTRY1
    (level B) Central person (employee) DATA-ENTRY1
    (level C) User DATA-ENTRY1
    (level A) Position DATA-ENTRY2
    (level B) Central person (employee) DATA-ENTRY2
    (level C) User DATA-ENTRY2
    All the users can buy for all the purchasing groups
    At what level I have to assign the Positions (levelA)?
    Cheers,
    Marta

    Hello Subram,
    Thank you very much for your help.
    To shop on behalf, I have to fill the attribute REQUESTER at (level A) Position level.
    What I have to put in that attribute? The (root level 2) Purchasing organization O 50000760?
    I have a error when I put 50000760? ...."Object type XX not defined"
    Do you know how to help me?
    Cheers,
    Marta

  • Hi, I have got three ipad minis which I would like to use in a business environment whereby the users can see and update a single calender.  Is this possible? Would they have to be run form one account?

    Hi, I have got three ipad minis which I would like to use in a business environment whereby the users can see and update a single calender.  Is this possible? Would they have to be run form one account?

    Drrhythm2 wrote:
    What's the best solution for this? I
    Copy the entire /Music/iTunes/ folder from her old compouter to /Music/ in her account on this new computer.

  • Is there a way the user can change the equation in the formular node from the front panel on the fly, dynamically?

    Is there a way the user can change the equation in the formular node from the front panel on the fly, dynamically?

    Sorry, I don't think so. That would be pretty cool if you could create a property node for a formula node and then enter a formula on the front panel and use it to update the formula. But you can't create a property node for a formula node and the only way of modifying the formula is by typing it into the formula node on the diagram. And you can't modify a diagram of a running VI.
    You could create a VI which is only a formula node with the maximum number of inputs and outputs you expect. Have a button on the calling VI to Edit Formula. When the button is pressed, use a VI server to display the front panel on the formula VI, display a dialog box telling the user how to display the diagram of the formula VI, then stop the calling VI. (You can't edit a sub-VI while t
    he calling VI is running). The user will then need to rerun the calling VI to use the new formula.
    You might be able to do something by calling MatLab or something like that to get an interactive formula window.

  • How do you save "game state" so the user can continue next time?

    I'm not sure what the correct game terminology is for this, but how do you save "game state" so the user can continue next time?
    This seems like a pretty important feature for building some games, we don't want users to have to start over everytime.
    Any ideas if this is possible?

    Check out my blog post on the PersistenceManager:
    http://www.unitedmindset.com/jonbcampos/2010/11/01/flex-4-5-persistencemanager/
    This will help you understand how to store the data. When the app starts up again get the state information from the persistencemanager and reset you game to the state you need. It requires a bit of code for the startup, but it is relatively simple.

  • Is it possible for a saved path to open a folder where the user can select the file to open?

    I would like to retieve a link via database that would open a folder of drawings, word documents, pdf files, excel files etc., where the user can select which file they want. Selected files would open in which ever format they were with programs that are already installed on the users computer. For example, the link would open a folder where several solid works files were, and a couple of Word documents. The user would select one of the Solid Works files, and it would open up in the Solid Works installation on the users computer. Is this possible, or must a link point directly to a file?

    I'm not sure I understand what you mean by "link". Are you referring to a URL that uses a "file://" protocol?
    The standard File Dialog VI has a "start path" input that you can set so the file dialog opens to that folder.

  • Is it possible to have a section where the user can take notes?

    I want to create a iBook for my class to use on iPads.  Is there a way to create "Study Guide" where the user can type in notes or short answers?

    iBooks on iOS provides a notes feature built-in.
    You can investigate using an HTML Widget, but I wouldn't rely on it beyond sessions.

  • How do i put a loop round this so the user can only enter a number between

    how do i put a loop round this so that the user can only enter a number between 1 and 3 if a number like 4 is enter it will just say something like retry
    if (CA.trim().equals(ans1)){
    Out = "incorrect";
    else if(CA.trim().equals(ans2)){
    Out = "incorrect";
    else if(CA.trim().equals(ans3)){
    Out = "correct";
    else{
    System.out.println("Enter 1 2 or 3 try doin test again");
    System.out.println(Out);
    byte b[] = Out.getBytes();
    out1.write(b);

    You already know the conditions so here's some pseudocode.
    get input
    while(input is not what I want (between one and three))
            Inform user of improper input and ask for it again
            get new input

  • SEARCH function in Adobe Captivate 8 so that the user can search key words within a project?

    Hi, I am wondering if there is a way to implement a SEARCH function in Adobe Captivate 8 so that the user can search key words within a project?

    Hello again
    Click the slide in the film strip, then examine the properties. You name the slide in the properties. And once you name it, the name should appear below the slide in the film strip, Then when you choose to enable the TOC, what you have there pulls in as shown below:
    If you have already constructed your TOC and wish to change this later, repeat the steps of naming the slides. Then click the Reset TOC icon just above the Settings button in the TOC section of the Skin editor to pull in the new names.
    Cheers... Rick

  • "None of the itmes can be burned to an audio cd"

    Help!
    I am trying to download an album in itunes to an audio cd which i have created a new playlist for. When i click burn playlist to disk, a message comes up saying "None of the items can be burned to an audio cd". What does this mean and how do i fix it? Do i need to change the format of the files?
    Help much appreciated xx

    they are aac audio files .....

  • Which roles we should assign to user , then the user can create COMPONENT_CATALOG

    Hi support ,
    Which roles we should assign to user , then the user can create componet catalog,
    I have yet assigned COMPONENT_CATALOG_ID_ADMIN . but can not find the menu in GSM to create new componet catalog.
    Terry

    Hi Terry
    I think you are looking for [FIC_CREATOR] role that lets you create new component catalogs.
    There is [FIC_READER] role that provides read-only access to component catalogs.
    Also, you need to check if GSM.SideNav.ComponentCatalog.Enabled feature configuration is set to true since this feature drives component catalog menu visibility in GSM.
    Dmitriy

  • When I receive meeting invitations from Microsoft Outlook contacts, none of the meeting information comes through. How can I change this to receive the info?

    The email itself comes through fine, but it's stripped of the meeting info.

    Hate to ask the obvious, but do you have Lightning installed and a calendar [http://forums.mozillazine.org/viewtopic.php?p=13030631&sid=21fb61cce4ca855b88fd460481f1fb40#p13030631 properly set up]?
    If you send yourself a test invitation, does the ics attachment appear in the message with the Accept and Decline buttons?

Maybe you are looking for