Something went wrong. There are too many active sessions connected to this mailbox.

Evandro Boa Semedo 391 Reputation points
2023-06-15T22:23:16.62+00:00

Hi guys,

I have Exchange Servers 2019 CU12.

I configured a Unlimited Throttling Policy to a specific OWA User, but is not working.

User's image

Follow my cmdlets used:

New-ThrottlingPolicy -Name OWA-UnlimitedPolicy -RCAMaxConcurrency 2147483647 -OWAMaxConcurrency 2147483647 -OutlookServiceMaxSocketConnectionsPerUser 2147483647 -OutlookServiceMaxSocketConnectionsPerDevice 2147483647 -OutlookServiceMaxConcurrency 2147483647 -EWSMaxConcurrency 2147483647 -MessageRateLimit 50 -RecipientRateLimit 5000

Stop-Service MSExchangeThrottling

Start-Service MSExchangeThrottling

C:\Windows\System32\Inetsrv\Appcmd.exe recycle apppool /apppool.name:"MSExchangeServicesAppPool"

C:\Windows\System32\Inetsrv\Appcmd.exe recycle apppool /apppool.name:"MSExchangeOWAAppPool"

C:\Windows\System32\Inetsrv\Appcmd.exe recycle apppool /apppool.name:"MSExchangeOWACalendarAppPool"

Set-Mailbox <E-MAIL> -ThrottlingPolicy OWA-UnlimitedPolicy

Get-Mailbox <E-MAIL> | Select ThrottlingPolicy

Get-ThrottlingPolicyAssociation -Identity <E-MAIL>

So, what i missed?

Thanks guys!

Exchange | Exchange Server | Management
{count} votes

Accepted answer
  1. Anonymous
    2023-06-16T09:46:07.85+00:00

    Hi @Evandro Boa Semedo ,

    I think you could try to create a new Maximum Allowed Service Sessions Per User key value, but this may affect the settings of the Exchange server globally and may cause some performance problems.

    Check this: Managed Store Limits in Exchange 2016 and Exchange 2019 | Microsoft Learn

    User's image

    Regards

    Shaofan


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Evandro Boa Semedo 391 Reputation points
    2023-06-16T14:13:54.53+00:00

    @Shaofan Lv-MSFTI tested in my lab and works fine, is necessary restarting the MSExchangeIS. Do you know why is not works using Throttling Policy, there is some limitation?

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.