Principale utente con più risposte
Exchange 2013 - Move Mailbox

Domanda
-
Buonasera a tutti,
non riesco a spostare nessuna Mailbox su un altro DB Exchange utilizzando la funzione da ECP "Move Mailbox To another database".
Il task termina nel seguente status:
Migrazione MiaMailbox
Type: Exchange local move
Status: Completed
Target database: DBXX
Target archive database:
Mailbox status
Synced mailboxes: 0 of 0
Finalized mailboxes: 0 of 0
Failed mailboxes: 0Due nodi in DAG, DB in replica, versione Exchange 2013 CU15 su Windows 2012 Datacenter.
Nessun errore su batch di migrazione o su event viewer.
Grazie per il supporto
- Modificato SysAdmin_IT martedì 8 maggio 2018 13:28
Risposte
-
Ciao SysAdmin_IT,
Apri powershell e lancia il seguente comando, poi posta qui l'output:
get-migrationbatch|fl
Ciao
Simon
If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful. Regards Simon Disclaimer: This posting is provided AS IS with no warranties or guarantees, and confers no rights.
- Contrassegnato come risposta SysAdmin_IT mercoledì 9 maggio 2018 14:57
Tutte le risposte
-
Ciao SysAdmin_IT,
Apri powershell e lancia il seguente comando, poi posta qui l'output:
get-migrationbatch|fl
Ciao
Simon
If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful. Regards Simon Disclaimer: This posting is provided AS IS with no warranties or guarantees, and confers no rights.
- Contrassegnato come risposta SysAdmin_IT mercoledì 9 maggio 2018 14:57
-
Ciao Simon,
grazie per il supporto.
Ho risolto, le poche Mailbox che ci sono erano già state migrate con altri batch; infatti con il comando che mi hai suggerito ho trovato:
ValidationWarnings : {Row:1, EmailAddress:miamailbox@miodominio.it, Error:The user "miamailbox@miodominio" is already included in migration batch "Nome Batch". Please remove the user from any other batch and try again
Ho rimosso l' utenza:
Remove-MigrationUser miamailbox@miodominio.it
Per ora funziona....
Grazie per il supporto