Skip to the main content.

1 min read

Blackberry fails when moving a user to a new Exchange 2007 server

When I started at my new company we were running in a mixed environment (Exchange 2003 and Exchange 2007). There were a number of configuration items that just didn’t make sense and the previous Exchange guy was no longer there. I quickly began rebuilding the Exchange 2007 environment. When I built some new Exchange 2007 servers we installed them in a new AD site (DFW). We installed the following roles:2 – CAS servers2 – Hub servers1 – CCR Mailbox Cluster

After moving a couple of users to the new site their Blackberry stopped working. After

(COMPLETE LATER)

First we tried these steps.

Set BlackBerry Permissions on the Server:

To set Send As, Receive As, and Administer Information Store permissions, complete the following steps:

1. Click Start > Programs > Microsoft Exchange Server 2007 > Exchange Management Shell.2. Click Start > Run.3. Type cmd.4. Press Enter.5. Type the following line, and then press Enter:get-mailboxserver E2K7SERVER| add-adpermission -user BESADMIN -accessrights GenericRead, GenericWrite -extendedrights Send-As, Receive-As, ms-Exch-Store-Admin

Where E2K7SERVER is the name of the Microsoft Exchange 2007 Server and BESADMIN is the name of the BlackBerry Enterprise Server service account.To verify the Send As, Receive As, and Administer Information Store permissions, complete the following steps:

Click Start > Programs > Microsoft Exchange Server 2007 > Exchange Management Shell.In the command prompt window, type the following:get-mailboxserver Exchange2007 | get-ADpermission -user BESAdmin | Format-List

Press Enter.

http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB02276

This fixed the problem:get-mailboxdatabase E2K7SERVERSGNAMEDBNAME | add-adpermission -user BESADMIN -accessrights GenericRead, GenericWrite -extendedrights Send-As, Receive-As, ms-Exch-Store-Admin

Removing an Orphaned Exchange 2007 Server

Recently, I’ve gone through an exercise to rebuild the Exchange 2007 environment at my new company. The original Exchange 2007 design was not what I...

Read More

AD: Checking Active Directory prerequisites for Exchange Server 2010 SP1

This article will discuss preparing your AD environment for Exchange Server 2010 SP1. Before installing Exchange 2010 into your AD environment you...

Read More

Preparing AD for Exchange 2007 or 2010

This article is a quick checklist for preparing your environment for Exchange 2007 or 2010.

Read More