Maximum number of MRAS requests / allocations per user?

Hello,
I have a test C++ SIP application that registers to a Lync edge server and is able to perform MRAS requests to it.
The MRAS responses allow me to create TURN allocations on the TURN component of the edge server. However, I seem to be hitting a limit with the number of simultaneous TURN allocations I can create with a single registration.  I seem to be able to create
a maximum of 50 TURN allocations for that single registration.
Is this a configurable option - either per user / per edge server etc - for the maximum number of TURN allocations a single Lync user can simultaneously have?  Or is there anything else I can put in the SIP/TURN signalling to increase this limit?
Many thanks,
Simon

Hi,
You may need to custom your own Lync server, so you might post the issue on Lync MSDN forum and more developing expert will help to verify the information using Lync SDK. Thank you for your understanding.
http://social.msdn.microsoft.com/Forums/en-US/communicatorsdk/threads
Best Regards,
Eason Huang
Eason Huang
TechNet Community Support

Similar Messages

  • Maximum Number of Simultaneous Requests

    I want to update the Maximum Number of Simultaneous Requests
    from 4 to 6 or 8. A restart of ColdFusion Application Server is
    required for changes to take effect. Has anyone experienced
    problems with the change not taking effect and/or causing the
    service to not restart.
    This has not happened. Being precautionary. The reason for
    the question is that I made a change previously to the Max Heap
    size from 1023 to 1535 in CF Admin, but when I attempted to restart
    the CF service it would not. Finally had to change the Max Heap in
    jvm.config back to 1023. Unsure why that would not accept it. The
    variable is that the service is running with a non-admin user ID on
    the server. Thoughts?

    The prevailing wisdom from Adobe for simultaneous requests is
    very wrong and inaccurate. First off, editing the simultaneous
    requests in the CFAdmin is safe to do. Editing your JVM settings
    with the CFAdmin is very dangerous on Linux because the CF Admin
    code can mangle the xml file. I'm not sure if this is true on
    Windows.
    Now back to the simultaneous requests issue. If you have high
    traffic and enough server processing power you can greatly increase
    the request number. We currently run our CFMX 7.02 servers set to
    100 simultaneous requests. And yes we've been maxed out at that
    level. We see over 1.5 million page views per day on a single cf
    server with only one instance of CF. As of today we switched to a
    load balanced setup and split the load across two servers. The
    reason we went load balanced is that we're expecting to more than
    double our traffic. Anyways, the number of simultaneous requests
    can be much higher than the 'General Wisdom' at Adobe.
    Oh yeah, I almost forgot. I've seen the new setting for
    simultaneous requests take effect with out having to restart CFMX.
    Cheers,

  • Maximum number of spool requests per user

    Hello,
    I realise this question is a bit off-topic....
    We are experiencing problems with users that are creating 5000+ output requests in one time. As you can imagine, this is causing a lot of problems. Is there a possibility to limit the number of output requests per user?
    Pascal Ottens

    send them an email with a CC to their superiors   

  • Set "Maximum number of recipients" option for specific users in Exchange 2010

    I have some set of users who usually send bulk emails outside. I need to increase the value for these users for"Maximum number of recipients" as 999.
    Any help or suggestion is appreciated.
    Thanks,
    RIWAA
    RIWA

    Hi Riwa ,
    Really sorry for providing the wrong value on MaxRecipientEnvelopeLimit in my previous post.
    The default value for MaxRecipientEnvelopeLimit is 5000
    Reference Link : http://technet.microsoft.com/en-us/library/bb124151%28v=exchg.150%29.aspx
    MaxRecipientEnvelopeLimit
    Optional
    Microsoft.Exchange.Data.Unlimited
    This parameter is available only in on-premises Exchange 2013.
    The MaxRecipientEnvelopeLimit parameter specifies the maximum number of recipients in a message. The default value is 5000. The valid input range for this parameter is from 0 through 2147483647.
    If you enter a value ofUnlimited, no limit is imposed on the number of recipients in a message. Exchange treats an unexpanded distribution group as one recipient.
    ANDY thanks a lot for intimating and making me to have a clear understanding on this case.
    Thanks & Regards S.Nithyanandham

  • How to find out maximum number of sessions allowed to a user?

    Hello all,
    Can you please tell me how can I find out the maximum concurrent sessions are allowed to a particular or all users in the Oracle database?
    I am currently using the Oracle 9.0.2 database server.
    I tried to query v$license, it gave me NULL records.
    Thanks in advance
    Himanshu

    Users have a profile. example :
    CREATE PROFILE DEFAULT LIMIT
              SESSIONS_PER_USER UNLIMITED
              CPU_PER_SESSION UNLIMITED
              CPU_PER_CALL UNLIMITED
              CONNECT_TIME UNLIMITED
              IDLE_TIME UNLIMITED
              LOGICAL_READS_PER_SESSION UNLIMITED
              LOGICAL_READS_PER_CALL UNLIMITED
              COMPOSITE_LIMIT UNLIMITED
              PRIVATE_SGA UNLIMITED
              FAILED_LOGIN_ATTEMPTS UNLIMITED
              PASSWORD_LIFE_TIME UNLIMITED
              PASSWORD_REUSE_TIME UNLIMITED
              PASSWORD_REUSE_MAX UNLIMITED
              PASSWORD_LOCK_TIME UNLIMITED
              PASSWORD_GRACE_TIME UNLIMITED
              PASSWORD_VERIFY_FUNCTION NULL;
    SESSIONS_PER_USER is the one you are looking for. You can find more here:
    Select * FROM SYS.DBA_PROFILES WHERE PROFILE = :Name

  • Is there a maximum number of "multi state objects" per article? Indesign keeps crashing

    Hi, i have 12 multi state objects on a page, and indesign keeps crashing.
    i know this seems like a high number, but I have done this to create a work around - ticker (like an old style airport board e.g. https://www.google.co.uk/search?q=airport+board&espv=2&biw=1306&bih=653&source=lnms&tbm=is ch&sa=X&ei=TkYUVb3ZJIb0PJ7DgZg… each set of 3 creating one graphic e.g. 3.35
    After creating these Indesign keeps crashing when i try to preview?
    Any advice would be appreciated.

    It sounds like you're running in to a memory problem: Memory Handling in DPS
    That said, usually multiple MSOs on the page don't usually cause memory problems because only the first state of the MSO is loaded into memory. If the first state of each MSO is loading a web overlay displaying ticker information, then that's the most likely culprit. Consider redesigning the page so that only a few tickers are loaded into memory and the user needs to tap to reveal additional tickers.

  • Restrict maximum number of SSH logins of a user

    Hi all,
    Does anyone know how to restrict the number of SSH logins of a certain user in Solaris 10? It seems that OpenSSH server doesn't allow to do it.
    I know that it's possible in Linux by using PAM.
    Can you help me on that?
    Thanks in advance.
    BR,
    Roberto

    Users have a profile. example :
    CREATE PROFILE DEFAULT LIMIT
              SESSIONS_PER_USER UNLIMITED
              CPU_PER_SESSION UNLIMITED
              CPU_PER_CALL UNLIMITED
              CONNECT_TIME UNLIMITED
              IDLE_TIME UNLIMITED
              LOGICAL_READS_PER_SESSION UNLIMITED
              LOGICAL_READS_PER_CALL UNLIMITED
              COMPOSITE_LIMIT UNLIMITED
              PRIVATE_SGA UNLIMITED
              FAILED_LOGIN_ATTEMPTS UNLIMITED
              PASSWORD_LIFE_TIME UNLIMITED
              PASSWORD_REUSE_TIME UNLIMITED
              PASSWORD_REUSE_MAX UNLIMITED
              PASSWORD_LOCK_TIME UNLIMITED
              PASSWORD_GRACE_TIME UNLIMITED
              PASSWORD_VERIFY_FUNCTION NULL;
    SESSIONS_PER_USER is the one you are looking for. You can find more here:
    Select * FROM SYS.DBA_PROFILES WHERE PROFILE = :Name

  • Icreasing maximum number of Simultaneous requests

    Hello
    I am working on running a web based application , dployed on SunONE app server on a Windows 2000 machine. The goal is to test the application under stress condition. The test client sends 500 simultaneous requests, but I see the number of threads on the appservd process as 176 . I have already increased the max number of Simultaneous threads setting on the HttpServere. Is there any other thing that needs to be changed
    thanks
    -Aniruddha

    the appserver uses a pool of threads for servicing client requests. it doesn't spawn a new thread for each request. after handling a request from a client, the same thread can handle a request from another client.
    The following link (although it is written for the webserver, it also applies to the appserver) contains some more information that you may find useful. A similar document for the appserver is in the works.
    http://docs.sun.com/source/816-5690-10/perf6.htm#18783
    Thanks,
    Arvind

  • What is the Maximum Number of Concurrent Sessions allowed on a Shared Exchange Mailbox ?

    Hi,
    I have a query that how many concurrent sessions are allowed on a Resource Mailbox ?
    E.g. I have a scenario in which i run a Helpdesk, and it has an email address ([email protected]), where company employees can email thier IT Issues/requests.
    Now I have hired say 50 Service Desk agents, now is it possible that all 50 can access the IThelpdesk mailbox at one time ? Are there any limits on the number of the concurrent sessions of the mailbox ? What are the the permutations and combinations in this
    case ?
    ** The mailbox is on Exchange Server 2003**
    Regards,
    Tojo Thankachan
    +91 7875039665

    Hi,
    Exchange Server 2003 SP1 imposes a restriction on the number of permitted MAPI sessions per user. By default, the maximum number of permitted MAPI sessions per user is set to a hexadecimal value of 0x20 after you apply Exchange Server 2003 SP1.
    Generally, Event ID 9646 will be logged in the application event log of your Exchange Server 2003 computer when a client opens many MAPI sessions. Here is a KB descripted the details of it:
    http://support.microsoft.com/kb/842022
    For more information about MAPI session limit, please refer to:
    http://technet.microsoft.com/en-us/library/dd159906(v=exchg.80).aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • This user is allowed a maximum number of 5 concurrent shells, which has been exceeded.

    I have a C# component which executes Powershell scripts in powershell environment. Suddenly it started to show some issues, Now, when I try to execute the following, it shows exception
        Enter-PSSession -ComputerName 192.21.10.71 -Credential abc\admin
    The exception is given below...
        Enter-PSSession : Connecting to remote server failed with the following error message : 
        The WS-Management service cannot process the request. **This user is allowed a maximum 
        number of 5 concurrent shells, which has been exceeded.** Close existing shells or raise 
        the quota for this user. For more information, see the about_Remote_Troubleshooting 
        Help topic.
        At line:1 char:16
        + Enter-PSSession <<<<  -ComputerName 192.21.10.71 -Credential abc\admin
            + CategoryInfo          : InvalidArgument: (192.21.10.71:String) [Enter-PSSession], 
        PSRemotingTransportException
            + FullyQualifiedErrorId : CreateRemoteRunspaceFailed
    I fear, this is because I haven't properly closed / disposed the runspaces created in c# component.
    Here is the code extracted from my component
    Collection<PSObject> objPS = new Collection<PSObject>();
        PowerShell powershell = PowerShell.Create();
    PSCredential credential = new PSCredential(strUserName, password);
        objRunspace = RunspaceFactory.CreateRunspace();
    objRunspace.Open();
    objPS = powershell.Invoke();
    finally 
                    objRunspace.Dispose();
    I am beating the bush, instead of finding the root cause of this issue.
    Thanks...

    Hi,
    Even I am facing the same issue while trying to open session in my C# code. 
    I have created and using one System.Management.Automation.Runspaces.Runspace object. Which is created by calling Open() method.
    At the end while exiting the program I am calling Dispose() method.
    Initially when I wrote this client, I was able to run powershell commands without any issue. After some days of use I got this below exception.
    Result Message: Assembly Initialization method 
    InitializeLyncTestSuite threw exception. System.Management.Automation.Remoting.PSRemotingTransportException: System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : The WS-Management
    service cannot process the request. The maximum number of concurrent shells for this user has been exceeded. Close existing shells or raise the quota for this user. For more information, see the about_Remote_Troubleshooting Help topic.. Aborting test execution.
    Result StackTrace:
    at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
       at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult)
       at System.Management.Automation.Runspaces.Internal.RemoteRunspacePoolInternal.Open()
       at System.Management.Automation.Runspaces.RunspacePool.Open()
       at System.Management.Automation.RemoteRunspace.Open()
    After restarting all the Lync Server services I was able to avoid this exception. But after using this client couple of times now, I am facing the same issue again.
    Does calling Dispose() method is not enough for closing a session from C# code? Or should I use something else to close session from C# client?

  • Maximum number of LUNs per SCSI ID

    (1)What is the maximum number of LUNs (logical units) per SCSI ID for the different Solaris releases (default value) ?
    (2)How can I increase this maximum number (Patches, kernel or driver parameters, ...)?
    (3) Is there any difference whether the devices are attched through SCSI or FC (fibre channel) ?
    As a background. I am currently trying to attach a storage device with a maximum LUN number per ID of 32 to a UE450 (running Solaris 7 with the June00 Patch cluster). The problem is that Solaris only sees LUN 0..15 per SCSI ID. The /kernel/drv/sd.conf file was modified for 32 LUNs.
    Many thanks for any feedback.

    In addition to configuring the SCSI disk driver to support 32 LUNs you also need to configure the underlying SCSI bus driver to support 32 LUNs. With patch 106925-03 (now -04) the PCI SCSI driver, glm, will support upto 32 LUNs if configured in /kernel/drv/glm.conf but defaults to supporting 8. The PCI Fibre Channel driver, ifp, support 16 LUNs (patch 107292).
    If you are using StorEdge RAID, the RAID manager software has a set of shell scripts to configure the drivers and RAID software to support 16 or 32 LUNs.
    Andrew Walton
    Sun Developer Technical Support

  • Maximum number of sessions in the portal

    Hi,
    Please, do you know the maximum number of sessions that a particular user can open in the portal 7 ?
    and it´s posible to limit the number of sessions of a user
    thanks in advance.

    carlos,
    you can set a maximum session limit for each web module. so, if you for example want to limit the number of sessions in your portal, you could do it for the Web Module "irj"
    Use NWA and navigate to Configuration / Application Module
    check: http://help.sap.com/saphelp_nw70/helpdata/EN/b9/665b42cfca5542e10000000a1550b0/frameset.htm
    kr, achim

  • How to change the maximum number of process per user in BW ?

    Hi,
    Do you know how to change the maximum number of process allowed per user ?
    With RSRT we can customize the number of process per query but I don't know where we can customize the maximum number of process per user.
    In fact, my production environment reach always the max number of process available in SM50...
    Thanks a lot

    Hi,
    A user is not have the No. of processor but a work process can handle N No. of users. If a user hit any transaction v acn say from  a list of N worl proceesor which has been taken the work.
    Correct if I am wrong.
    Regards
    Syed.

  • Maximum number of users Per Conference on monthly reports

    Can anyone has SQl query to fetch the maximum number of users per conference in Lync 2010 on monthly basis .
    in monitoring report this report is not coming so please give some workaround .
    Ashwani Thapa

    Have you seen this? http://blogs.technet.com/b/rischwen/archive/2014/01/17/per-user-conference-joins-grouped-by-uritype-sql-query.aspx
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | Lync MVP
    Blog www.lynced.com.au | Twitter
    @georgathomas
    Lync Edge Port Check (Beta)
    This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Maximum Number of Sessions per User

    I am using OAM 11.1.1.5.0 running on Solaris 10. When we change the "Maximum Number of Sessions per User" to 1 (per customer requirement), a user is restricted to having one active OAM session at a time (as expected). However, if the user does not explicitly log out (e.g. they just close their browser), they are unable to log back in to OAM until their existing OAM session times-out/expires. Given the above max sessions of 1 requirement, is it possible to config OAM to auto-kill the user's session and create a new one if they attempt to login before their initial OAM session times-out/expires? This was possible in Sun's Access Manager. Is it possible in Oracle's OAM? Thank you in advance for your reply.

    Hi,
    Maximum session per user 0-9 and how can configure see the below link:-
    http://help.sap.com/saphelp_nw70/helpdata/en/97/76a341ac57ef0be10000000a1550b0/content.htm
    Regards,
    Anil

Maybe you are looking for

  • HT1386 I have a new PC and want to sync my iphone so all my tunes, contacts , calender and notes can this be done?

    I have a new PC and want to sync all my tunes, contacts, calender and notes from my iphone into the new PC. Ideally I want to synce the notes and calender with outlook and the contact with windows contacts.  Do a need some software to do this? Thanks

  • Approval functionality required

    Hello, I have been asked to post a missing functionality request to this forum.  Please see below: Version: 2007 PL45 Description of requirements:  You set up an approval procedure whereby if a purchase order's document total is above £100 it gets se

  • How to get the confirmation slip for a production order

    Hi experts,   Can anybody tell me how to find out the confirmation slip for a given production order? Is there any standard BAPI/Function module which generates the confirmation slip? Please help me out. Thanks in advance. Regards Sireesha.

  • IOS Simulator on Xcode 4.6 / 5

    The iOS simulator for iphone or ipad is very big and shows a scroll bar to check app's view, can this view be changed to normal regular size one where it shows the entire iphone/ipad properly and no scroll bars?

  • Migration Assistant on Macbook Pro with Retina Display

    I just got my MacbookPro with Retina Display today. It's my first Mac. I'm using the Migration Assistant to transfer my data from my PC to the MacbookPro but it seems to be taking an awfully long time to transfer. How long should it take?