“Outlook Storage Limit Exceeded” Error

“Outlook Storage Limit Exceeded” Error

When a user exceeds the mailbox size quota in Exchange Server 2016 or Exchange Server 2013, they cannot sign in to Outlook on the web. During the login attempt, the user receives the following message:

Something went wrong.

When the user selects a more detailed link, they receive the following information:

X-OWA-Error: Microsoft.Exchange.Data.Storage.QuotaExceededException X-OWA Version: 15.0.775.32 X-FEServer: E15 X-BEServer: E15 Date: DateTime

After the user selects the ‘refresh the page’ link on the login page, they can successfully sign in to Outlook Web App.

Why This behavior is by design in Exchange Server 2016 and Exchange Server 2013. This behavior can occur when the user’s mailbox is not fully configured during the initial logon. During the initial logon process, Exchange Server configures attributes for the specified mailboxes in the database and Active Directory. This behavior is true in the following scenarios:

  • The mailbox has been moved from an old server and has exceeded the mailbox quota.
  • The mailbox is a newly created mailbox and has exceeded the mailbox quota.

Temporary solution – Method 1 Select the ‘refresh the page’ link on the login page.

Temporary solution – Method 2 Increase the mailbox quota for the initial logon and revert it if necessary.

To determine the current size of the problematic mailbox and the quota size, use the following Windows PowerShell cmdlet: Get-MailboxStatistics -Identity <User> | FL displayname, totalitemsize

To temporarily increase the mailbox quota, use the following cmdlet. We use 2.1 gigabytes (GB) as an example value. This value should be greater than the TotalItemSize value: Set-Mailbox -Identity <User> -ProhibitSendReceiveQuota 2.1GB -ProhibitSendQuota 2.1GB -IssueWarningQuota 2.1GB

If you’re using the default quota from the database object, you need to disable the default quota for the specified mailbox. Use the following cmdlet to do that: Set-Mailbox -Identity <User> -ProhibitSendReceiveQuota 2.1GB -ProhibitSendQuota 2.1GB -IssueWarningQuota 2.1GB -UseDatabaseQuotaDefaults $false

After configuring the mailbox with additional space using the previously mentioned cmdlet, you can revert the settings after the initial logon. Setting the default quota will be sufficient. You can configure the default quota for the specified mailbox using the following cmdlet: Set-Mailbox -Identity <User> -UseDatabaseQuotaDefaults $true”

Leave a comment

Related Posts

IBM – Storage HyperSwap

IBM HyperSwap is a feature that provides high availability and dual-site access to a volume. This feature is available on systems that support multiple I/O…
Read More

The Role of Virtualization in Data Management

What is Virtualization and What Does It Do? Virtualization is the use of physical hardware resources to create virtual machines or virtual computers in a…
Read More

What is CDP (Continuous Data Protection) and What Does It Do?

Continuous Data Protection (CDP) CDP is a data protection technology used to minimize data loss and ensure business continuity. Unlike traditional backup methods, CDP continuously…
Read More

Firewall (Security Firewall) It’s Role and Importance

Firewalls: Guardians of Business Internet Defense In today’s digital age, protecting the digital assets of businesses, securing customer information, and building defenses against online threats…
Read More

Technical Disaster Recovery Strategies for Business Continuity

One of the most significant challenges businesses face today is the potential for unexpected disasters leading to data loss and business disruptions. In this blog…
Read More

Time for Patching to Reduce Critical Errors in Microsoft Exchange

Exchange Ekibi, ilk olarak Ağustos ayında ele alınan kritik bir Microsoft Exchange Server güvenlik açığı için yöneticilerden yeni ve “daha iyi” bir yama dağıtmalarını istedi.…
Read More

Registration

Forgotten Password?