Good Morning,
I have two situations with archive that are generating me problems.
Currently I have the Exchange Server 2016 .
When I use the Get -Mailbox -Database db -archive command does not return anything to me .
But if I use the Get- MailboxDatabase command | Get- Mailbox | { $_.ArchiveDatabase -eq "db"} it returns me the appropriate boxes.
The other problem it comes to moving the archive .
I'm doing a cross forest migration procedure when I do move the remote forest to mine, I can do normally , but when I do move the location of the archive only when the error in the end:
30/08/2016 09:34:16 [mail]
'domain.com/users/administrator'
created move request.
30/08/2016 09:34:21 [mail] The Microsoft Exchange Mailbox Replication
service 'mail.domain.com' (15.1.225.37 caps:7FFF) is examining the
request.
30/08/2016 09:34:21 [mail] Connected to target mailbox
'GUIDMAILBOX (Archive)', database 'archive',
Mailbox server 'mail.domain.com' Version 15.1 (Build 225.0).
30/08/2016 09:34:21 [mail] Sync state for request
638bfd14-c387-48b1-ac1e-76bdc901c614 is null.
30/08/2016 09:34:21 [mail] Restarting the move because checkpoint data
doesn't exist or is invalid in 'GUIDMAILBOX
(Archive)'.
30/08/2016 09:34:21 [mail] Connected to source mailbox
'GUIDMAILBOX (Archive)', database 'archivesource',
Mailbox server 'mail.domain.com' Version 15.1 (Build 225.0).
30/08/2016 09:34:21 [mail] Request processing started.
30/08/2016 09:34:21 [mail] Source archive mailbox information:
Regular Items: 13, 1.179 MB (1,235,862 bytes)
Regular Deleted Items: 552, 190.2 MB (199,398,229 bytes)
FAI Items: 1, 4.86 KB (4,977 bytes)
FAI Deleted Items: 0, 0 B (0 bytes)
30/08/2016 09:34:21 [mail] Cleared sync state for request
GUIDMAILBOX due to 'CleanupOrphanedMailbox'.
30/08/2016 09:34:21 [mail] An old copy of the mailbox was removed from
the destination database. The operation will try again in 30 seconds.
30/08/2016 09:34:56 [mail] Stage: CreatingFolderHierarchy. Percent
complete: 10.
30/08/2016 09:34:56 [mail] Initializing folder hierarchy from mailbox
'GUIDMAILBOX (Archive)': 59 folders total.
30/08/2016 09:34:56 [mail] Folder creation progress: 0 folders created in
mailbox 'GUIDMAILBOX (Archive)'.
30/08/2016 09:34:57 [mail] Folder hierarchy initialized for mailbox
'GUIDMAILBOX (Archive)': 58 folders created.
30/08/2016 09:34:57 [mail] Stage: CreatingInitialSyncCheckpoint. Percent
complete: 15.
30/08/2016 09:34:57 [mail] Initial sync checkpoint progress: 0/59 folders
processed. Currently processing mailbox 'GUIDMAILBOX
(Archive)'.
30/08/2016 09:34:57 [mail] Initial sync checkpoint completed: 57 folders
processed.
30/08/2016 09:34:57 [mail] Stage: LoadingMessages. Percent complete: 20.
30/08/2016 09:34:58 [mail] Messages have been enumerated successfully.
566 items loaded. Total size: 191.3 MB (200,634,091 bytes).
30/08/2016 09:34:58 [mail] Stage: CopyingMessages. Percent complete: 25.
30/08/2016 09:34:58 [mail] Copy progress: 0/566 messages, 0 B (0
bytes)/191.3 MB (200,634,091 bytes), 51/59 folders completed.
30/08/2016 09:35:49 [mail] Copying messages is complete. Copying rules
and security descriptors.
30/08/2016 09:35:50 [mail] Initial seeding completed, 566 items copied,
total size 191.3 MB (200,634,091 bytes).
30/08/2016 09:35:50 [mail] Stage: IncrementalSync. Percent complete: 95.
30/08/2016 09:35:50 [mail] Folder hierarchy changes reported in source
'GUIDMAILBOX (Archive)': 0 changed folders, 0
deleted folders.
30/08/2016 09:35:50 [mail] Incremental Sync
'GUIDMAILBOX (Archive)' completed: 0 hierarchy
updates, 0 content changes.
30/08/2016 09:35:50 [mail] Stage: IncrementalSync. Percent complete: 95.
30/08/2016 09:35:50 [mail] Final sync has started.
30/08/2016 09:35:50 [mail] Folder hierarchy changes reported in source
'GUIDMAILBOX (Archive)': 0 changed folders, 0
deleted folders.
30/08/2016 09:35:50 [mail] Incremental Sync
'GUIDMAILBOX (Archive)' completed: 0 hierarchy
updates, 0 content changes.
30/08/2016 09:35:50 [mail] Source archive mailbox information:
Regular Items: 13, 1.179 MB (1,235,862 bytes)
Regular Deleted Items: 552, 190.2 MB (199,398,229 bytes)
FAI Items: 1, 4.86 KB (4,977 bytes)
FAI Deleted Items: 0, 0 B (0 bytes)
30/08/2016 09:35:50 [mail] Stage: FinalIncrementalSync. Percent complete:
95.
30/08/2016 09:35:50 [mail] Copying per user read/unread data.
30/08/2016 09:35:50 [mail] Per user read/unread data copied successfully.
30/08/2016 09:35:50 [mail] Mailbox store finalization is complete.
30/08/2016 09:35:50 [mail] SessionStatistics updated.
30/08/2016 09:35:50 [mail] Verifying mailbox contents...
30/08/2016 09:35:50 [mail] Mailbox contents verification complete: 57
folders, 566 items, 191.3 MB (200,634,091 bytes).
30/08/2016 09:35:50 [mail] Mailbox 'user' was loaded from
domain controller 'dc.domain.com'.
30/08/2016 09:35:50 [mail] Fatal error CommandExecutionException has
occurred.
Thanks.