Maximum number of licenses reached error message on CCX agent's desktop

Intermittently CAD agents or supervisor are getting the error message "Maximum number of licenses reached". I have checked at the same time of error, still there are license available but users are getting this error message. Currently we have 50 seats licenses.I have noticed this problem reoccur when it's reaching the login agents between 40-50 agents. Is there any threshold value, we can modify to get rid of this error message.

We had a very similar issue last week. For us we had a couple of sessions that were stuck that didn't end properly even after a restart (probably because we have a HA cluster).
We have 35 seat licenses activated but only 33 agents could log in. Ended up raising a TAC case and doing the following -
1) From the command line run show uccx cad license usage to list the current license status - a list of IPs that are currently claiming a license.
2) Run the same command when the contact center is closed and see who is still claiming a license. Here I traced the computers down and made sure the Agent or Supervisor application was closed (forcibly if necessary).
3) Restart the Cisco Desktop License and Resource Manager Service on all nodes in the HA cluster to clear any stuck sessions.
Remember though that anyone logged into the Supervisor application also uses a seat license!

Similar Messages

  • Message no. F5727:maximum number of items reached in FI sereen MI07

    hi sap techies
    Message no. F5727:maximum number of items reached in FI in screen MI07
    when i try to post inventory difference in MI07(Physical difference posting) i give  the difference amount and reason for movement and i try to save it.it gives me the error maximum number of items in  FI reached please help
    kind regards
    sap fico
    arman
    Edited by: akausar on Oct 10, 2011 3:23 PM

    Dear Akausar,
    The error F5 727 is an error from the FI component side.  This is
    because FI cannot accept a posting document with more than 999 line
    items.
    There is a limit of (999) line items which can be posted per FI
    document.  This is because the line item number (BSEG-BUZEI) field
    length is defined as (3) numeric positions, i.e., (999) line items.
    The fact that an MM document contains X positions, doesn't
    mean that the FI document will contain the same number. This is the
    reason why in some occasions the error message is triggered when posting
    an invoice in MM.
    Please bear in mind the 'rule of the thumb' for this kind of scenarios
    in which you have a large MM-Document: consider an average of 4 line
    items created for each line: this is due to discounts, tax postings,etc.
    Unfortunately, there are no immediate plans to expand the number of
    line items beyond the current limit of (999) lines per document.
    SAP's Development group is aware of this functionality change request;
    however, the change is massive because BSEG is a cluster table which
    is used in numerous R/3 programs.  The most commonly used workarounds
    are as follows:
    1)  Implement FI summarization (per note 36353).
    2)  Cancel the original billing document and split it into smaller
        documents using different payment terms but actually with the
        same terms.
    This will avoid the (999) line item limit for FI postings.
    br, Guido

  • BDC error :Maximum number of sessions reached

    Hi!
    I have created a BDC program which outputs the available Orders / delivberies for a particular plant with checakboxes to select each lines or multiple selection. On selecting one opr more line from output and clicking a GENERATE button on the output screen the bdc calls in VF01 transaction and subsequently the billing documenst are automatically generated and sent to the printer directly.
    The problem: The problem happend when more than 6 documents are selected or if the selected no. of items are more than the screens opened in any enviornment where we are running , it gives an error message that "maximum number of sessiosn reached" . This creates  aproblem is knowing which documenst or how many invoices have already printed and which ones did not.
    I was wondering if there is nay other way of stopping this problem of miximum number sessions recahed. I mean if there is anyway we can eliminate each processesed session so that it does not have to create so many screens even if more documents are selected.
    Thanks

    I have the sales document number that I am using to create the billing document. I am not prety sure where to use it. I ahve set the parameter ID AUN alread6.
    refresh: bdc_tab.
      perform update_bdc using: 'X' 'SAPMV60A'    '0102',
                                ' ' 'BDC_CURSOR'  'RV60A-FKART',
                                ' ' 'RV60A-FKART' lc_fkart,
                                ' ' 'BDC_OKCODE' '/00'.
      loop at it_vbeln into wa_vbeln.
        ln_index = sy-tabix.
    *   Up to the second delivery of the BDC add the Delivery to the screen,
    *   after that click the More Documents for every entry.  logic changed for DEVK902353
    *   changed again in added for every line DEVK910604
        case ln_index.
          when 1.
            concatenate 'KOMFK-VBELN' '(' ln_index ')' into lc_field.
            if li_lines = 1.
              perform update_bdc using: ' ' lc_field wa_vbeln.
            else.
              perform update_bdc using: ' ' lc_field wa_vbeln,
                                        ' ' 'BDC_OKCODE' 'FKAN'.
            endif.
          when others.
            if p_rdos  = 'X'.
              concatenate 'KOMFK-VBELN' '(2)' into lc_field.
              perform update_bdc using: ' ' lc_field wa_vbeln,
                                        'X' 'SAPMV60A'   '0102',
                                        ' ' 'RV60A-FKDAT' lc_date,
                                        ' ' 'BDC_OKCODE' 'FKAN'.
            else.
              concatenate 'KOMFK-VBELN' '(2)' into lc_field.
              perform update_bdc using: ' ' lc_field wa_vbeln,
                                        'X' 'SAPMV60A'   '0102',
                                        ' ' 'BDC_OKCODE' 'FKAN'.
            endif.
        endcase.
      endloop.
    * VF01 will go to a different screen if only one line selected
      if li_lines eq 1.
        perform update_bdc using: 'X' 'SAPMV60A' '0104',
                                  ' ' 'BDC_OKCODE' '=SICH'.
      else.
        perform update_bdc using: 'X' 'SAPMV60A' '0102',
                                  ' ' 'BDC_OKCODE' '=SICH'.
      endif.
      {color:green}call transaction 'VF01' using bdc_tab options from lwa_bdcoptions
                               messages into it_bdcmess .{color}
      write: / 'BDC Messages:'.
      skip.

  • LSO Booking Error - Maximum number of Participants reached;

    Hi Experts,
    Our Client is implementing LSO. We had installed Enhancement Pack 4 into the development system.
    We are currently facing a Problem relating to the LSO.
    When I am trying to book a participant on to the Course (E) via LSO_PSV1 or LSO_PV00, I am getting the following warning but able to book the person on to the Course.
    Warning:Maximum number of Participants reached; proceed with waiting list.
    But if I try to do the booking using PSV1 (which is TEM transaction) i am able to book the particpant on to the Course I am not getting any warning and the particpant was booked successfully.
    I had assigned a Location to the Course Type (D) related to the Course (E) with Minimum Capacity (10), Optimum Capacity (15) and Maximum Capacity (20).
    Also to the Course I had provided the same capacity that is there for the Location.
    Because of the warning above we are not able to book any Courses from the Portal.
    Did anybody face this kind of issue before?
    Please provide your expertise on this.

    Hi,
    No. We had not assigned the Capacity anywhere other than at the Course Type and Course Level.
    I tried one Scenario.
    I removed my employee assigned and tried to book on the Course as a User (US). I am able to book without any warning message.
    Please let me know if there is any Config that we would have missed.
    Thanks and Regards,
    Nagendra

  • Maximum number of nodes reached

    Hello all,
    I am currently trying to explain a problem with one of our WF run and I just found out, under the "Step History" tab of a Work Item, the error message "Maximum number of nodes reached" was logged.  That certainly explains the problem but I have some questions regarding such a message:
    1) If WF-A calls a subworkflow WF-B, does this limit of 10,000 nodes apllies for the whole WF run (i.e. WF-A nodes + WF-B nodes) or is it 10,000 nodes for WF-A and 10,000 nodes for WF-B?
    2) In our situation, the error was logged within the WF-B (subworkflow) work item which I beleive caused WF-A to fall into an error status.  Some people have tried to re-execute the WF-B workitem without any success... Always the same error was reported.  Is there anyway to re-start a WF that is in Error if it has reached this limit of nodes?
    Thanks.
    José

    Hello Rick,
    You are right, this worfwlow run was started back in May 2010 and yes, it is for the creation of a new point of sale.  I understand when you say that obviously, the business managed to survive and we should cancel and restart and this is exactly what we are investigating at the moment but this customer wanted us to try to restart it considering, I suppose, the amount of work already completed in this workflow (which contains many subworkflows that are also in progress and stopped because of this problem).
    To your question "How come this error didn't affect other wokflow instances?", I would say that the customer have been lucky so far because there was a design issue in this workflow definition but the "context" required to create this error happened only once since its implementation.  However, they are still at risk and this WF definition requires a modification for sure to prevent this from happening again in the futur.
    Concerning this 10,000 value, I've asked myself the same question since the change in the customizing made no differences, it has to be kept somewhere inside the workflow instance but where?.  I have chekced all the elements of the WF container but, not there!
    I will investigate with SWI2_DIAG, thanks for the hint and I will let you know through this thread.
    Merci ! (Thanks)
    José

  • Maximum Number of sessions reached!!

    Hi, when I am trying to release 8-10 production orders in a single transaction and it is giving an error message below of the screen saying 'Maximum Number of sessions reached'. I have only two external sessions open at single point of time.
    Please help me how resolve this error message. Thanks.

    Hi Sagar Sahoo ,
                              Check the below thread :
    http://sapfans.com/forums/viewtopic.php?t=206077
    You better need to use the Update task function module instead of submit and return.
    Thanks,
    Greetson

  • SRM 5.00 web Maximum number of sessions reached

    hello
    it seems a problem very simple anyway i don't know how to resolve it.
    the error "Maximum number of sessions reached" occurs in the ITS of SRM 5.00 using the web.
    It happens on all transactionsn anyway it works properly in abap gui but not in webgui.
    If I go in all transactions and i try to open another mode the popup appears with the error descrpted.
    the session with that user are very few ...anyway the number of sessions is smaller than the parameter limit set in rdisp/max_alt_modes
    Do you have any idea?
    thanks
    Nick

    Hello Nick,
    Nicola Blasi wrote:
    If I go in all transactions and i try to open another mode the popup appears with the error descrpted.
    I do not understand what you mean by "all transactions" and "open another mode". Where do you open it? You can not open another mode from the SAP GUI for HTML (Webgui) itself, since this is not supported. You will need to start a new session.
    Best regards,
      TJ

  • Maximum number of clients reached

    Hi all,
    I have Arch running on my laptop since a year, recently i started to have a very annoying problem, with few just few X client sometimes i can't open any X program, for example mousepad from the terminal will show:
    Maximum number of clients reached
    (mousepad:21270): Gtk-WARNING **: cannot open display: :0.0
    while
    xlsclients | wc -l
    shows 24 clients? the maximum should be 255!
    The only one thing that might be related which i did recently was to install compiz and enabling desktop effects, but i removed them completely including the user configuration files that are left, after that i started to see the problem occasionally.
    Any hint?

    Any updates on this?
    After a recent update, when I tried to launch chromium (or google-chrome) via terminal I got a parse error for the file "/usr/share/hwdata/pci.ids"
    After I re-installed some related programs
    pacman -S usbutils pciutils hwids
    I was able to run chromium again, but now I get this max clients error.
    Here is the output of xlsclients
    $ xlsclients
    Maximum number of clients reachedxlsclients: unable to open display ":0.0"
    How can I go about debugging this?
    EDIT: The bug is with VLC. When VLC is closed, everything works as expected.
    Last edited by beardedlinuxgeek (2013-02-19 13:35:29)

  • Help with "The end of file was reached" error message in Outlook 2011

    Hello, I am having an issue with Outlook 2011 that after 24 hours or so I am getting a “The end of file was reached” error message code -17895.
    Right after this error I get a disconnected from Exchange server and even after re opening the client it stays like this for about 5 minutes then restores. Has anyone else seen this error? I am able to reproduce this on multiple machines with multiple Exchange
    2010 mailbox accounts.  

    Same situation here:
    Outlook 2011 for Mac using Office 365, 3 users have reported the End of File Reached error when trying to send email.
    I have logged a ticket with Microsoft support and they have followed up with the following directions.
    1.    
    Repair Disc Permissions On A Mac
    o   
    1
    Log in to your computer with the administrative account. Open the hard drive, go into the "Applications" folder and then open the "Utilities" folder. Now launch the Disc Utility application.
    o   
    2
    Select your main hard drive. You'll probably see two options--one is the manufacturer's name of the disc and the other name is what you've called it. Choose the name of your hard drive.
    o   
    3
    Click on "Verify Disc Permissions" and the computer will perform a diagnostic test. After a few minutes, the problems with disk permissions will be reported in the Disc Utility window.
    Click on "Repair Disc Permissions" to fix them.
    o   
    4
    Insert your Mac OS X installation disk and restart your computer. Hold down the "C" key on your keyboard to boot from the disk rather than your computer's hard drive. Cancel the OS
    installation and open Disc Utility.
    o   
    5
    Click on "Verify" to have Disc Utility check your computer's hardware. Notice that this option is only available when the program is run from the CD. You can only test the hardware
    of a computer that isn't running the program locally.
    o   
    6
    Use Disc Utility to try and repair any hardware errors that it detects. Usually fixing the permissions will be enough to maintain your computer. If you still experience frequent lockups
    and crashes, then you should try repairing it with this method.
    Tips & Warnings
    If you use your computer for high-performance work, such as software compiling or video editing, then you may want to check the permissions weekly. Most computer users will only need
    to fix permissions after noticing problems with applications or the operating system.
    If the computer's performance does not improve after repairing permissions, then you'll have to troubleshoot for other issues. You may want to purchase more RAM for your computer to
    help speed it up.
    Permissions repairs will not correct problems caused by applications that did not use Apple's installer. Try deleting all files associated with the application and then reinstalling
    it.
    Avoid repairing the permissions after you've booted the computer from the OS X CD. It won't cause problems to your drive, but the version of "Disc Utility" on the CD may not be updated
    to address permission changes that are required by certain software updates.
    Secondly, the information for repairing an Outlook 2011 database is as follows:
    http://support.microsoft.com/kb/2360509

  • During an update of the applications on the BlackBerry smartphone an error message may be displayed "BlackBerry Desktop Software failed to validate your BlackBerry device update - Aborting install due to validation failure. Some packages contained unsatis

    I have reset both my torch and playbook back to original only thing that I kept was my contact. And still problems I am a few min away from leave my loved blackberry and going android !! Or heaven help us Phone
    Issues 1) playbook wont connect to desktop manager anymore 
    2) Play book has 2 calendar icons with two different settings on them ??? I have one that is currently working with my yahoo email and calendar account. 
    3) my Phone when connected to desk top software shows the calendar as read only
    4) Unable to update my phone says During an update of the applications on the BlackBerry® smartphone an error message may be displayed "BlackBerry Desktop Software failed to validate your BlackBerry device update - Aborting install due to validation failure. Some packages contained unsatisfactory dependencies." 
    I just want my email and Calendars to work I am tried of spending nights trying to get these deices working !!! 
    someone please help me. !! 
    I know you are going to ask I have updated everything last time and it is all as update as it can get. 
    As for now as I wait I am going to wipe my phone again and just set everything up again !! If I have to even my contacts AHHHH Help I am starting to think crazy thoughts 

    Did you try to eboot the your PC or laptop where your device is connected ?
    I experienced this with my windows laptop, after a failed to do an update, I restart the laptop and my Torch, then retried, and it's worked

  • My hard drive failed and during the setup of Illustrator CS4 on my new hard drive/pc, I was told I had reached the maximum number of licenses

    My hard drive failed and during the setup of Illustrator CS4 on my new hard drive/pc, I was told that the maximum # of licenses for my serial number had been reached and so I am unable to install Illustrator on my working computer.  This happened a couple of years ago and I called Adobe and they were able to 'reset' things but I don't see any way to talk to someone now to resolve this problem.  BTW, I have the failed hard drive slaved in my new computer and am able to access files and such things, but have no way of uninstalling the Illustrator on my old drive.  How do I fix this issue?

    Contact Adobe Support thru chat and ask them to reset your activations.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Error 'Maximum number of sessions reached' while posting an idoc

    Hi,
       i got one requirement that when ever user enters so many materials with different quantities and version id's and when he executes,it has to post the idocs using FM .but if the number of records increases,iam getting error that 'maximum number of internal sessions exceeded' how can i avoid this for successfful posting.To avoid  this i called the FM in background .If i call the FM in background it is not at all posting even one idoc also.Can anybody please help on this .
    Thanks & Regards
    Roopa

    Hi,
       i got one requirement that when ever user enters so many materials with different quantities and version id's and when he executes,it has to post the idocs using FM .but if the number of records increases,iam getting error that 'maximum number of internal sessions exceeded' how can i avoid this for successfful posting.To avoid  this i called the FM in background .If i call the FM in background it is not at all posting even one idoc also.Can anybody please help on this .
    Thanks & Regards
    Roopa

  • SPROXY - maximum number of endpoints reached

    Hi,
    in transaction SPROXY i have generated some server proxies.
    One proxy i have deleted and new generated. Now the error message is "maxmimum number of endpoints reached".
    The proxy can't be activated...
    Where i can configure or delete the endpoints?
    Thanks and best regards

    We had a very similar issue last week. For us we had a couple of sessions that were stuck that didn't end properly even after a restart (probably because we have a HA cluster).
    We have 35 seat licenses activated but only 33 agents could log in. Ended up raising a TAC case and doing the following -
    1) From the command line run show uccx cad license usage to list the current license status - a list of IPs that are currently claiming a license.
    2) Run the same command when the contact center is closed and see who is still claiming a license. Here I traced the computers down and made sure the Agent or Supervisor application was closed (forcibly if necessary).
    3) Restart the Cisco Desktop License and Resource Manager Service on all nodes in the HA cluster to clear any stuck sessions.
    Remember though that anyone logged into the Supervisor application also uses a seat license!

  • MfE: "Maximum number of mailboxes defined" error

    I have had to wipe/reset and reinstall my E72. I have recreated my POP and Hotmail messaging accounts OK using Nokia EMail (www.email.nokia.com), but when I try to create my company Exchange account I get the error message "Maximum number of mailboxes defined. Delete an existing mailbox and try again". I have four non-Exchange mailboxes on the phone (no existing Exchange mailboxes), so I duly deleted an account and tried again. However I still get the same message. How can I add my MfE account back on my phone again? Previously, before I reset my phone I had four POP/Hotmail accounts and my single company MfE account working fine. Any ideas?

    Dial *#7370# 12345 reformat, you'll lose all data. Make a backup first and restore without the settings.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Maximum number of files reached

    I keep getting a message on my phone that you've reached maximum number of files. Please remove applications and/or files to clear space. When I hit button for help it says to got to www.vzw.com/baplus to find: -FAQs/help -manage contacts -contact support. When I go into my verizon and my device (with my phone number) I get a backup assistance list of another phone on my plan. It shows their number in the upper left corner on the back up assistance. I cannot get to my backup assistance numbers to manage.

        Thanks for trying to get to your information already, BrutusgoBucks. Please make sure that when you're visiting www.vzw.com/baplus, log into My Verizon as your mobile number. Going to My Verizon and logging in with the account number will result in seeing the main number registered to that user name instead of your information, even if you select your number later in the page. If you've never created a My Verizon account for your line, no worries! It's easy. Just select register instead of sign in and create an account for your specific line. That way you'll be able to view your line's content on Backup Assistant Plus and the media center.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

Maybe you are looking for