Access to Exchange OWA can get Rejected and in event viewer you get StorageTransientException

when trying to connect to exchange OWA you get General error : “Can not access the mailbox”, in event viewer you get error Event 33:

Current User: 'Active directory user'
PowerShell exception 'Microsoft.Exchange.Data.Storage.StorageTransientException'

This error can happened after :

1. The Exchange server  crashed and restarted or fixed and brought back to life .

2. Backup software cause error on the database.

3. The mailbox got soft deleted and re-connect to user

4. more unpredictable connection error etc

 

To resolve this issue, please use the following steps:

1. By using the command “Get-MailboxStatistics -Identity AliasName |fl” obtain the following mailbox settings:

a. Database

b. MailboxGuid

c. ServerName

2. By using the command “Get-MailboxDatabase -Identity “DataBaseName” |fl” obtain the following database settings:

a. Guid

3. Launch the Registry editing tool (“Regedit”) in the Exchange 2010 server that hosting the user mailbox and navigate to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MSExchangeIS\%ServerName%

4. Under the registry key (that was opened in step “3”), find the database GUID (that was obtained in step “2”, e.g. Private-dad6b75a-f6df-42c6-b1c4-8c63c5ef123f”, when the database GUID represent in the suffix behind the “Private-“.

5. Navigate to “QuarantinedMailboxes” registry key:

6. Find the relevant MailboxGuid (that was obtained in step “1”) and delete it.

7. On the Exchange server, restart the service “Microsoft Exchange Information Store”.

 

 

The after the restart make sure all database are up and running :

Get-MailboxDatabaseCopyStatus

 

more detailed information can be found here

 


Good Luck

2 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *