During the install of BES Express (just after then BBerry CAL and SRP screen) I received an error which stated:
Quote:
| The User account [XXXXX\XXXXXX] does not have the exchange view only administrator permission specified in Microsoft Exchange... |
I had already followed the steps on page 17 of the INSTALLATION AND CONFIGURATION GUIDE:
Quote:
1. On a computer that hosts the Microsoft® Exchange Management Shell, open the Microsoft Exchange Management Shell.
2. Type Get-MailboxDatabase | Add-ADPermission -User "BESAdmin" -AccessRights ExtendedRight -ExtendedRights
Receive-As, ms-Exch-Store-Admin.
3. Type Add-RoleGroupMember "View-Only Organization Management" -Member "BESAdmin".
Installation and Configuration Guide Preinstallation tasks
17
4. Type Add-ADPermission -InheritedObjectType User -InheritanceType Descendents -ExtendedRights Send-As -User "BESAdmin" -Identity "CN=Users,DC=<domain_1>,DC=<domain_2>,DC=<domain_3 >" |
all of which were accomplished without error.
If I try to run those commands again, I get errors telling me they have already been completed like:
Quote:
| WARNING: The appropriate access control entry is already present on the object... |
I have confirmed that AD shows the BESAdmin account as a MEMBER OF: VIEW-ONLY ORGANIZATION MANAGE .
After about 30 minutes of goofing with this I assumed it was an incorrect error message and told the BES Express install to continue anyway.
I can now log into the BES Admin Console without problem and create new users. However, those users do NOT receive the ACTIVATION message on their BBerry's. This is hopefully an unrelated problem I will work on tomorrow.
I checked several of the logs but not find much that worried me. Note that I don't know what I am looking for so there may be errors I missed.
Is this error something I should worry about?