Jump to content

Problem mit BES 5 nach verschieben Mailboxen in andere DB Exch2013


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hi,

 

den Link hast du aber schon gelesen?

Evtl. solltest du vorerst ab dem Punkt "To verify the required Exchange permissions, complete the following:" einmal prüfen..

 

 

For Microsoft Exchange Server 2010 or Microsoft Exchange Server 2013

To assign the required Microsoft Exchange permissions at the database level, complete the following steps:

  1. On the Microsoft Exchange Server, and click one of the following:
    • Start > Programs > Microsoft Exchange Server 2010 > Exchange Management Shell
    • Start > Programs > Microsoft Exchange Server 2013 > Exchange Management Shell
  2. Type the following command, replacing BESAdmin with the name of the BlackBerry Enterprise Server service account:
    Note: This will return results from all current mailbox servers/databases. If a new Mailbox Database is created after the below command is run, the command will need to be run again to add permissions to the new Database. See Get-MailboxDatabase and Get-MailboxServer PowerShell cmdlets
    in Additional Information section below for additional options.
    Get-MailboxDatabase | Add-ADPermission -User "BESAdmin" -AccessRights ExtendedRight -ExtendedRights Receive-As, ms-Exch-Store-Admin, ms-Exch-Store-Visible
  3. Press Enter.

To Apply permissions to just a single database, use the following command, replacing BESAdmin with the service account name and database with the appropriate database name:

Get-MailboxDatabase -Identity database| Add-ADPermission -User " BESAdmin" -AccessRights ExtendedRight -ExtendedRights Receive-As, ms-Exch-Store-Admin, ms-Exch-Store-Visible

To assign the required Microsoft Exchange permissions at the Exchange Organizational Level, use the following command instead:

Add-ADPermission -Identity "CN=ORGNAME,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Domain_1,DC= Domain_2, DC=Domain_3" -User "BESAdmin" -AccessRights ExtendedRight -ExtendedRights Receive-As, ms-Exch-Store-Admin, ms-Exch-Store-Visible

To verify the required Exchange permissions, complete the following:

  1. On the Microsoft Exchange Server, and click one of the following:
    • Start > Programs > Microsoft Exchange Server 2010 > Exchange Management Shell
    • Start > Programs > Microsoft Exchange Server 2013 > Exchange Management Shell
  2. Gather Server Permissions for all Mailbox Database Stores:
    1. Type the following command, replacing BESAdmin with the name of the BlackBerry Enterprise Server service account and ExchangeServer with the name of the Exchange server:
      Get-Mailboxdatabase -server ExchangeServer | Get-ADPermission | where-object { ($_.extendedrights -like "*receive*" -or $_.extendedrights -like "*ms-Exch-S tore-Visible*" -or $_.extendedrights -like "*ms-Exch-Store-ad*") -and ($_.User -like "*BESadmin*") } | select Identity, User, ExtendedRights, IsInherited | ft –wrap
    2. Press Enter.
  3. Gather Specific Mailbox Database Store:
    1. Type the following command, replacing BESAdmin with the name of the BlackBerry Enterprise Server service account and MailboxDatabase with the name of the specific mailbox database store:
      Get-Mailboxdatabase -identity "*MailboxDatabase*" | Get-ADPermission | where-object { ($_.extendedrights -like "*receive*" -or $_.extendedrights -like "*ms-E xch-Store-Visible*" -or $_.extendedrights -like "*ms-Exch-Store-ad*") -and ($_.User -like "*BESadmin*") } | select Identity, User, ExtendedRights, IsInherited | ft –wrap
    2. Press Enter.
  4. Gather a list of all the Mailbox Database Store:
    1. Type the following command:
      Get-MailboxDatabase
    2. Press Enter.
bearbeitet von testperson
Link zu diesem Kommentar

Hi, ja. Das Ergebnis schaut so aus:

Identity                      User                          ExtendedRights                                  IsInherited
--------                      ----                          --------------                                  -----------
Mailbox Database 1            beispiel\BesAdmin            {ms-Exch-Store-Admin}                                 False
Mailbox Database 1            beispiel\BesAdmin            {Receive-As}                                          False
Mailbox Database 2            beispiel\BesAdmin            {Receive-As}                                          False
Mailbox Database 2            beispiel\BesAdmin            {ms-Exch-Store-Admin}                                 False
PublicFolder Database 1      beispiel\BesAdmin            {Receive-As}                                          False
PublicFolder Database 1       beispiel\BesAdmin            {ms-Exch-Store-Admin}                                 False
Mailbox Database 3            beispiel\BesAdmin            {Receive-As}                                          False
Mailbox Database 3            beispiel\BesAdmin            {ms-Exch-Store-Admin}                                 False
 
LG
PS.: PublicFolder heißt nur so:-)
Link zu diesem Kommentar

Hallo, ich habe nochmal das Topology Service neu gestartet. Danach hat mich der Kunde verständigt das es bei ein paar BB's schon geht. Log ist bis auf ein paar Warnings (die hatten wir schon vorher) sauber.

Ich gebe nochmal Bescheid ob es das wirklich war.

Danke auf jeden Fall!!! Hat mir meinen Tag gerettet:-)

LG Stoney


@Norbert: das mit dem MAPI-Profil hatte ich auch vor kurzem. Daran lag es hier nicht... LG


Habe grade die Rückmeldung gekommen das die Mails wieder ankommen, allerdings haben alle User die kein Outlook sondern nur BB's haben keine Kontakte mehr?? 

Link zu diesem Kommentar

Hallo, das Teil funktioniert wieder nicht. Weder Mails noch Aktivierung. MAPI habe ich neu installiert, neues Profil angelegt. Fehler: Failed to retrieve the Server DN,  shutting down ID: 10275 und BlackBerry Messaging Agent beispiel Agent 1 failed to start. Error code 5305

Das macht er 10mal und dann ist Schluss.

LG Stoney

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...