EIM 4.3.2 - Max User Load

Hello,
We have set our agents max user load to 3 in order to keep our agents comfortable with their foreseen workload.
A question came up today, that I can not find a work around for.
If a supervisor receives an important email that they need to transfer to a specific agent, how can they do this, if the agent's workload is at their max (the agent does not show up in the transfer list when their max limit is full).
Hope someone can help on this one!
Thanks
Barry

Supervisor would contact the agent,
agent marks themselves un-available and transfer existing work to a queue,
now this agent will be available and supervisor can transfer.

Similar Messages

  • What's the semantic of "max user processes" (ulimit)

    Hello everyone,
    I don't understand the behaviour of ulimit, have a look at this shell dump:
    $ ps hax | wc -l
    120
    $ ps h -u myUsername | wc -l
    35
    $ ulimit -Su 78
    $ ps h -u myUsername | wc -l
    bash: fork: retry: No child processes
    bash: fork: retry: No child processes
    bash: fork: retry: No child processes
    bash: fork: retry: No child processes
    bash: fork: Resource temporarily unavailable
    $ ulimit -Su 80
    $ ps h -u myUsername | wc -l
    35
    $
    If I am currently running 35 processes, one would assume that >35 more should be sufficient to start two more processes - but obviously it isn't.
    In this case, I needed at least "ulimit -Su 80" to start ps and wc.
    If I set the "max user processes" limit to 79, the first four error messages change from "bash: fork: retry: No child processes" to "bash: fork: retry: Resource temporarily unavailable"
    Can somebody explain this bevahiour to me, please? Why am I not allowed to create new processes, although the limits should be sufficient?

    Apologies for the necro-bump but I hope this will help others.
    ulimit -u does not give you the max number of processes rather it displays the max number of threads.  To list the number of threads a user is currently using:
    ps -L -u myusername | wc -l
    The output from the above two commands can now be compared and allow you to set the appropriate ulimit.

  • How to increas the max user process number in Solaris 11?

    Hey
    Could anyone told me how to increas the max user process number in Solaris 11? I tried below as described in https://blogs.oracle.com/hasham/entry/solaris_10_increasing_number_of , but it cannot work.
    set pidmax=60000
    set maxusers = 4096
    set maxuprc = 50000
    set max_nprocs = 50000
    Thanks!
    Edited by: 966272 on Oct 18, 2012 7:38 AM

    Perhaps you should work your original forum post:
    Oracle 11g installation fail on Solaris 11 64bit - ORA-00443
    through to a resolution before you complicate things that likely don't apply.
    You make an assumption in that other post about exceeding various maximums. That may be true or it may not be true. Since the installation of a database program seems to be your actual expectation, go work that forum thread instead.

  • Trying to understand user load

    Hello all
    running Exchange 2013 sp1 CU8. CAS role are running on dedicated separate box from mailbox role.  To get a general understanding of user load on my CAS servers i am running perf mon using the below counter.  Is this a good counter to use that will
    give me a  general understanding on how much work the CAS servers are doing regarding user load?
    Web Service(Default Web Site)\Current Connections
    Shows the current number of connections established to the Default website which corresponds to the number of connections hitting the Front End CAS server role. Determines current user load.
    Bulls on Parade

    Hi skipster,
    Yes, this is a good counter to determine current user load, but not all. There are also some other user loads you should understand, like OWA, ActiveSync ..
    I recommend you refer to the following article, it will give you some hints about understanding user load:
    How many users are connected to Exchange per protocol?
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Niko Cheng
    TechNet Community Support

  • Desktop freeze on user load- only spotlight icon appears

    I've got a problem with my main user load up. When I log in, my desktop picture (background) appears and then the spotlight icon top right but NOTHING else. The finder freezes and I can't access anything- all I can do is force a power-down and login as another user.
    This is the third time this has happened on 3 different macs, the other two times I had to delete the user and create a new one (then load in all user data from a back up)- but obviously I have to then load in all application settings and I lost the user pref data.
    Has anyone else experienced this fault which is now becoming 'frequent' or more importantly can anyone advise how to fix it, without losing any user data?
    Many thanks
    Jon

    Hi Jon, Welcome to Apple Discussions.
    Try starting in "Safe Mode". If all works well there, then delete these 2 files:
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    (You will have to reset a few finder prefs the way you like them.)
    Also disable any Login items in System Preferrences >> Accounts >> Login Items.
    Then restart normally and let us know.
    -mj
    [email protected]
    Message was edited by: macjack

  • Changed Ulimits values for the Oracle user and getting error -bash: ulimit: max user processes: cannot modify limit: Operation not permitted when logging in.

    I'm trying to increate the ulimits for max user processes and open files for the oracle user.  I've set the values in limits.conf, /etc/profile and in oracle's environment scripts. Now when I log in as oracle I get the below errors. If I change the ulimits back to the original values errors go away but ulimits aren't changed.
    login as: oracle
    [email protected]'s password:
    Last login: Fri Mar  6 09:56:02 2015 from mtkadmin12
    You are logging onto an Oracle system.
    Kickstarted on: 2014-06-05
    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted
    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted
    [oracle@servername ~]$

    Thanks for the update.
    I modified the /etc/security/limits.d/90-nproc.conf and added a line for oracle and also modifed the oracle.sh file.  The ulimits are setting correctly when I su - oracle but they are still wrong when sshing in as oracle.
    [root@mtkdevorap11d-1 ~]# su - oracle
    [oracle@mtkdevorap11d-1 ~]$ ulimit -Ha
    core file size          (blocks, -c) unlimited
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1030982
    max locked memory       (kbytes, -l) 94371840
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 65536
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) unlimited
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16384
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    [oracle@mtkdevorap11d-1 ~]$
    [oracle@mtkdevorap11d-2 ~]$ ssh mtkdevorap11d-1
    Last login: Mon Mar 16 13:04:16 2015 from mtkdevorap11d-2.conveydev.com
    You are logging onto an Oracle system.
    Kickstarted on: 2014-06-05
    [oracle@mtkdevorap11d-1 ~]$ ulimit -Ha
    core file size          (blocks, -c) unlimited
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1030982
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 4096
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) unlimited
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16384
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    [oracle@mtkdevorap11d-1 ~]$

  • Implementing max user sessions settings for TACACS with ACS 5.3

    I'm a little confused about the configuration of max user sessions for device administration with TACACS.
    When I've changed the configutration of unlimited sessions for a value in Access Policies > Max User Session Policy > Max Session User Settings
    I think this value could limit the maximum number of sessions for each user, but instead this value limit in a global meaning all of my sessions.
    For example: I need to limit the session for my users in 2.
    user1 = Max 2 sessions
    user2 = Max 2 sessions
    user3 = Max 2 sessions
    Whe i Put the value of 2 in Max Session User Settings
    user1 + user2 + user3 = Max 2 sessions
    This is a limitation of ACS 5.3 or my configuration needs something aditional.

    Luis,
    Are you saying that when you authenticate with user1 and user 2 that user3 isnt able to get access?
    Do you have tacacs accounting enabled on the network access device?
    Also what do you have configured for the group settings? If there is a maximum group setting and all the users are a member of the same group then the lesser of the two will be enforced. So if the group max sessions is set to 1 then the all users in that group will have a max session of 1.
    Here is some reference material.
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.3/user/guide/access_policies.html#wp1162177
    Thanks,
    Tarik Admani

  • -bash: ulimit: max user processes: cannot modify limit: Operation not permi

    Hi,
    Installed 10g Forms&Reports only on RHEL 3ES.
    Modified /etc/profile according to Oracle's documentation:
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -n 16384
    ulimit -p 16384
    else
    ulimit -u 16384 -n 16384
    fi
    fi
    But when I logon to the server, the following message shows:
    "-bash: ulimit: max user processes: cannot modify limit: Operation not permitted"
    What is the problem here?
    Thanks
    Stephan

    Hi,
    Installed 10g Forms&Reports only on RHEL 3ES.
    Modified /etc/profile according to Oracle's documentation:
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -n 16384
    ulimit -p 16384
    else
    ulimit -u 16384 -n 16384
    fi
    fi
    But when I logon to the server, the following message shows:
    "-bash: ulimit: max user processes: cannot modify limit: Operation not permitted"
    What is the problem here?
    Thanks
    Stephan

  • Forms max user session 11gR2

    Hi,
    I have three simple questions, can anyone help me to find out the answers.
    What is the max user session for oracle forms 11.1.2.1 version?
    If the max user sessions limit reached how can we handle it?
    How can i get max user session for forms 11.1.2.1 version through sql code?
    Thank You!
    Dilli Babu. S

    What is the max user session for oracle forms 11.1.2.1 version?
    How can i get max user session for forms 11.1.2.1 version through sql code?
    Not sure what you mean by "max user session", but since you mention sql code, then I have to think that you mean database sessions. If so, you can check out SESSIONS parameter :
    SQL> sho parameter sessions
    If you mean something different, please clarify.

  • How to setup a javabean on form to let user loading to client PC

    What is the step-by-step to create a javabean on form and how to set the properties on the javabean (TextItem) which
    can let user loading/save the output file to his/her PC drive instead of to the server drive. On my form I used Text_IO, it worked fined only if you run the form on client/server environmnet but when you run it on the web, it output the file to server.
    Metalink told me to user do compile a java program and create the .class to jar file, I did everything accordingly, but they do not tell me how to set up on the form, I need the coding how to code everything on form on when-button-pressed trigger. Thank you very much.

    You have a modem/router or gateway type of device here. 
    It is the Arris that is acting as the main router for your network......that is why the AirPort and Time Capsule need to be in Bridge Mode.
    You need to set up port forwarding on the Arris gateway since it is the router for your network.
    Contact Arris support for details on how to configure port forwarding on the gateway.
    Once you have port forwarding setup on the Arris gateway, the AirPort and Time Capsule will pass those settings through to connected devices since they are configured in Bridge Mode.

  • Solaris end "User" load upgrade to "Entire" load

    My question today, is it possible to do an upgrade of an "end user" load of Solaris (8 or 9) to an "entire" (full) load in the same OS? Has anyone ever tried to do this before?

    Mahmoud,
    Check that the schema associated with the workspace has "create table" privilege.
    Scott

  • Restricting Max users login

    Hi experts,
    i want to restrict the max users login in sap gui. because sombody unknownly login in the production sytem with other user ids.
    cheers
    deepak

    Deepak,
    login/multi_login_users
    List of excepted users, that is, the users that are permitted to log on to the system more than once.
    Ex as follows:
    Valid Input, Formats, Areas:
    List the user IDs separated by commas ",".
    Blanks before/between user names are not allowed!
    Correct:  login/multi_login_users=ALPHA,BETA,GAMMA,DELTA
    Incorrect:   login/multi_login_users= ALPHA, BETA,GAMMA , DELTA
    Hope this helps.
    Cheers,
    Praveen

  • Waht's the max-users of MeetMe , conference ,7936 conference station

    What's the max-users of MeetMe , conference ,7936 conference station,How to change the number ?

    the maximum 'conferees' of a conference call are limited by the type/number of DSPs and the codec(s) used.
    see the following link for tables on theoretical maximums.
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/vvfax_c/callc_c/ccm_c/intcnf2.htm
    this link shows RTR based DSP tables. a 6608 blade in a catalyst can handle g711/g723/g729, maximum 16 conferees per conference.
    the number of sessions differs as well depending on the type/number of DSPs and codec(s) used.

  • Reduce file size of image a user loads into image field in form

    Hello,
    I'm a Mediadesigner from Germany and I started to work with Lifcycle Designer about a year ago.
    I already made some smaller forms with different fields.
    Now I have a special form with empty image fields, that allow the user to put in his images.
    For the form goes out to so many different people, some of them just take the images as they are, load them into the form and so the filesize of the pdf grows. For your information: the filled out pdf will be sent back to us by e-mail.
    So here is my question: is it possible to reduce the filesize of that images when it is loaded into the fild or when the filled in form is saved.
    For example that I can say: "Take all images and make them 72dpi and max. height 500px"?
    Thanks for your help in advance!
    Carola

    Hi,
    there is now way to reduce the real file size or dimension of an imported image.
    But you can checkt the file size and show a warning to the users to use a smaller file.
    Here's a sample which describes how to do so:
    http://blogs.adobe.com/formfeed/2011/09/validate-image-size.html

  • EBS concurrent users -- load testing

    Hi,
    As part of performance/load testing for 100 concurrent users, we are not able to load over 99 users. I have set the nprocs=4 (8 cpus) and JVM max=1024.
    I am not what limits I hitting to handle over 100 concurrent users.
    ENV: R12 on RH 5, single node/2-tier combination, 11.2.0.2
    Appreciate any help or suggestions.
    FYI: I have already reviewed and followed steps from note# 362851.1

    As part of performance/load testing for 100 concurrent users, we are not able to load over 99 users. I have set the nprocs=4 (8 cpus) and JVM max=1024.Do you get any errors? Please check Apache/JVM logs for details.
    FYI: I have already reviewed and followed steps from note# 362851.1What is your current JVM configuration?
    Thanks,
    Hussein

Maybe you are looking for

  • AP Supplier Open Interface

    I have a question about the Suppliers Open Interface. I am doing an R12 Conversion and Interface I designed the Conversion fine...but the interface logic confuses me a bit. I am aware most of the code will be the same. Maybe someone with working know

  • Confused - whats the difference between K8N Neo4 SLI Platinum and Diamond??

    MSI web page says the Diamond has: "Silicon Image's SATA RAID supports another 2 SATA II ports. Transfer rate is up to 300MB/s." http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=638 their Platinum page doesn't list the Sili

  • Podcasts and syncing with iTunes 6.0

    So I just hooked up my iPod with iTunes 6.0 for the first time. After changing the drive letter (don't know why I needed to do that), it seemed to sync fine. Except that it started uploading 188 old podcasts that I've played (Parts of audiobooks). Th

  • SLD port problem in Netweaver XI post installation configuration steps

    Hi All,     Recently we changed the port number of the SAP server to 80.Every thing working fine. When ever we are configuring the XI that mean the post installation steps for Exchange Infrastructure it giving the errors in machine_technical_configur

  • Why is my iphone sending messages from my email and not my number?

    My phone will send messages from my email rather than my number. I have gone to the settings to switch it to send just from my number. When i do that, it does not send. What do i do to fix this problem!?