Computing Staff
  • 0

Tools To Repair A Corrupt Exchange Mailbox

  • 0

User getting this when trying to use OWA:

A problem occurred while you were trying to use your mailbox.

Exception type: Microsoft.Exchange.Data.Storage.StoragePermanentException
Exception message: Cannot get row count.

I tried this twice:

New-MailboxRepairRequest -Mailbox user@here.com -CorruptionType FolderView

At this point I am looking for repair suggestions.

I have heard that the Exchange repair tools are pretty weak and I am beginning to see it for myself after the Big Exchange Crash of 2013 (on 12/27/13).

Are there any worthy 3rd party repair tools you guys would recommend? I’m willing to spend money now.

Share

2 Answers

  1. Could be a corrupt mailbox. Take a look at this artile for creating a new-mailboxrepairrequest:

    http://technet.microsoft.com/en-us/library/ff625221(v=exchg.141).aspx

    If that does not work, you may have to export the mailbox to PST, create a new mailbox and import the data into the mailbox.

    • 0