DRIVE EFFICIENCY THROUGH AUTOMATED IT.
SAVE COST THROUGH CONSOLIDATION OF IT.
WANT TO KNOW MORE ABOUT STRATEGIC CONSULTING CLICK HERE.
MICROSOFT / RISUAL HYPER-V CLOUD EVENT 22ND MARCH 2011 CLICKHERE.

Archive

Posts Tagged ‘Exchange 2010’

Outlook Web App isn’t available. If the problem continues, please contact your helpdesk.

September 27th, 2011 Jovan Davis Comments off

You receive the error below when attempting to login to Outlook Web Access (OWA). In an environment with multiple Client Access (CAS) servers where CAS proxying is being used:

image

Solution:

On the target CAS server, Ensure that Windows Integrated Authorisation is the only the authorisation method enabled on the OWA and ECP virtual directories.

Categories: Uncategorized Tags: , , ,

Get Database Replay Lag Times in Exchange 2010

September 27th, 2011 paulw Comments off

Just a quick post to let you know how you can get the lag times that are set on the databases if you have any configured in your DAG:

Get-MailboxDatabase –Identity dbname -Status  | Format-List replaylagtimes

This should output something similar to this:

image

Hope this helps

Paul

Categories: Uncategorized Tags:

Exchange 2010 issue where GAL is blank when running Outlook in online mode

September 21st, 2011 Daniel Davies Comments off

We had an issue recently when we migrated some exchange 2003 mailboxes onto an Exchange 2010 (Please note Exchange 2010 was SP1) Environment.

Basically after the migration all migrated users using Outlook in online mode could only see a blank Global Address List.

clip_image002

After looking into the issue we found that the resolution was to clear the value from the following attribute “msExchQueryBaseDN” via ADSIEDIT for the effected user.

After clearing the value the GAL suddenly appeared correctly Smile

I believe Microsoft are looking into sorting this issue in Exchange 2010 SP2.

Exchange 2010 issue “Detected catalog corruption for database”

September 20th, 2011 Daniel Davies Comments off

We came across an issues recently where one of our Exchange servers in a DAG started having the below errors appear in it’s Event Log.

Event ID 5301

Detected catalog corruption for database Database1

Event ID 123

At ’9/20/2011 3:17:57 PM’ the Microsoft Exchange Information Store Database ‘Database1’ copy on this server experienced a corrupted search catalog. Consult the event log on the server for other “ExchangeStoreDb” and “MSExchange Search Indexer” events for more specific information about the failure. Reseeding the catalog is recommended via the ‘Update-MailboxDatabaseCopy’ task.

Basically the events were pointing to a corrupted catalog, so we simply fixed this by reseeding the catalog from another server that has a valid copy of the catlog via the following command

“Update-MailboxDatabaseCopy –Identity Database1Servername –CatalogOnly”

After running the above the errors disappeared Smile

Exchange 2010 SP1 Update 5 Released

September 7th, 2011 Daniel Davies Comments off

Just to let you know Exchange 2010 Sp1 Rollup 5 has been released. We have been running it now for 2 weeks in our environment and have noticed no issues with it Smile

Here is the link to the update http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27193

Categories: Uncategorized Tags: ,

RMS Shared Identity user FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 not found while installing SP1 for Exchange 2010

August 26th, 2011 Jovan Davis Comments off

While installing Service Pack 1 on an Exchange UM server the following error was received:

clip_image002[4]

Solution:

Run Setup.com /PrepareAD from the SP1 source files to create the RMS Shared Identity User

Categories: Uncategorized Tags: ,

Move Arbitration Mailboxes in Exchange 2010

August 23rd, 2011 Daniel Davies Comments off

Came across an issue recently where a customer was unable to delete the first mailbox database they created in their exchange environment due to the following error.

Error:
This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, or arbitration mailboxes. To get a list of all mailboxes in this database, run the command Get-Mailbox -Database <Database ID>. To get a list of all mailbox plans in this database, run the command Get-MailboxPlan. To get a list of archive mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Archive. To get a list of all arbitration mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Arbitration. To disable a non-arbitration mailbox so that you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID>. To disable an archive mailbox so you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -Archive. Arbitration mailboxes should be moved to another server; to do this, run the command New-MoveRequest <parameters>. If this is the last server in the organization, run the command Disable-Mailbox <Mailbox ID> -Arbitration -DisableLastArbitrationMailboxAllowed to disable the arbitration mailbox. Mailbox plans should be moved to another server; to do this, run the command Set-MailboxPlan <MailboxPlan ID> -Database <Database ID>.

The issue was that the arbitration mailboxes get place in the first mailbox database you create. Quick way to resolve the problem is to move the arbitration mailboxes by running the following in the Exchange Management Shell.

“Get-Mailbox –Arbitration | New-MoveRequest –TargetDatabase DatabaseName”

Then you should be ok to remove the database now Smile

Categories: Uncategorized Tags: ,

Exchange 2010 Restore From Lag Database

August 22nd, 2011 Daniel Davies Comments off

Just a few easy instructions that will allow you to mount a lagged database in Exchange 2010 into a recovery database. This will allow you restore items/mailboxes that may have got deleted from a maximum of 14 days ago.

In these instructions I will be restoring a mailbox database name  DB01 to the point in to of 03/08/2011. The Database and Transaction logs were located in E:DB01.

The file/database names will differ to your environment so please append steps when needed

1. Log onto Server that holds lagged EDB and create a folder on a drive that will have enough room for me to take a copy of DB01 Database and Log Files

2. Now Suspend database copy on DB01

3. Now copy the EDB from E:DB01 to the folder you created in step one (in my case it was E:RecoveryMBX)

4. Next we need to copy the transaction logs over.  But depending on what transactional logs we choose will be the date the database will be reverted to.

For Example if we want to restore the database to the 03/08 we would copy all transaction logs that got created prior to and including the 03/08. i.e don’t copy anything from the 4th ,5th onwards.

5. Now open command prompt and navigate to the folder you create “E:RecoveryMBX

6. Run the following command “eseutil.exe /r E03 /a /d E:RecoveryMBX /l E:RecoveryMBX”  Please note E03 may need to be changed to  the first 3 letters of the transaction log files that you copied will differ for each mailbox database. Ie some may be E01,E02 etc

7. Next open the Exchange Management Shell and Run “New-MailboxDatabase -Name “RecoveryDB” –Server LagServerName -EdbFilePath “E:RecoveryMBXDB01.EDB” -LogFolderPath “E:RecoveryMBX” –Recovery”

8. Now run Mount-Database “RecoveryDb”

9. If we now run “Get-MailboxStatistics –Database RecoveryDB” this will show us all mailboxes in the recovery database and the last logon time should give you a rough indication on the date the DB has been restored to.

clip_image002

10. Know you can recover anything you like from that recoverydb with the use of the “Restore-Mailbox” cmdlet.

11. Once you have finished with your recoveries run “dismount-database recoverydb” and then “Remove-Mailboxdatabase recoverydb”

12. You can then delete the “E:RecoveryMBX” folder to regain space

13. Finally Resume database copy on DB01

Categories: Uncategorized Tags: , , ,

You marked "RoomMailboxName" as a resource. You cannot schedule a meeting with "RoomMailboxName" because you do not have the appropriate permissions for that account. Either enter the name as a required or optional attendee or talk to your administrator about giving you permission to schedule "RoomMailboxName".

August 5th, 2011 Jovan Davis Comments off

You receive the following error when creating a meeting request for a Room Mailbox using Exchange 2010:

image

I confirmed that all permissions were correct and compared the settings against another Room Mailbox that was working correctly.

Solution:

  1. Create an Outlook Profile for the Room Mailbox that is experiencing issues
  2. Launch Outlook with the newly created profile
  3. Open Resource Scheduling (File > Options > Calendar > Resource Scheduling)
  4. Ensure that the following options are NOT selected:
    • Automatically accept meeting requests and process cancellations
    • Automatically decline conflicting meeting requests
    • Automatically decline recurring meeting requests

Issue Creating TestCasConnectivityUser on Exchange 2010

July 26th, 2011 Daniel Davies Comments off

We came across an issue recently when trying to create a test mailbox for our SCOM monitoring.

On the Exchange Sever we ran the following script to create the test mailbox “New-TestCasConnectivityUser.PS1”

However the command produced the following error “CreateTestUser : Mailbox could not be created. Verify that OU ( Users ) exists and that password meets complexity requirements.”

To resolve this we specified the DN name of the OU in the New-TestCasConnectivityUser.PS1 script by editing the following line in the PS1 script.

$OrganizationalUnit = “Users”

We changed this to

$OrganizationalUnit = “CN=Users,DC=Domain,DC=CO,DC=UK”

We then re-ran the script and all worked fine Smile

Categories: Uncategorized Tags: , ,