Restore archives to mailbox does not remove all shortcuts
We are planning to decomission EV, we did some tests, and it appears that EV does not delete all shortcuts.
For example, one mailbox had 10843 shortcuts (checked before restoring all items), and when the export to the original mailbox was finished there were still 3293 shortcuts in the users mailbox. But all items were restored, so there were duplicate items in the users mailbox (the shortcut, and the restored item).
Offcourse we can remove the shortcuts, but as this is about more than 500 users, it would be nice to see what’s wrong.
The EV version is 9.0.1.
The report and eventlogs does not show any errors during the restore to mailbox.
Method used is:
http://www.symantec.com/business/support/index?page=content&id=TECH198323
In your scenario, I'm 99% sure that ...
If shortcut processing HAS been run, then the item will be restored to the subfolder, and the shortcut deleted.
If shortcut processing has not been run, then the item will be restore to the inbox, and the shortcut will remain.
I did few more testing, this problem may come if you have tried "export\original mailbox" in multiple attempt. In first attempts it delete the shortcut (dtrace excerpts)
1055 23:01:37.718 [4028] (MigratorServer) <6888> EV:M CArchiveRestorer::FixMessageProps - bSetRestoredDate = 1
1056 23:01:37.781 [4028] (MigratorServer) <6888> EV:M CArchiveRestorer::DeleteShortcut - Shortcut deleted : 1
.
.
.
.
2944 23:01:38.937 [4028] (MigratorServer) <6888> EV:M CArchiveRestorer::FixMessageProps - bSetRestoredDate = 1
2945 23:01:38.953 [4028] (MigratorServer) <6888> EV:M CArchiveRestorer::DeleteShortcut - Shortcut deleted : 6
During next schedule archiving shortcut replaced original item. If we do second attempt of "export\original mailbox" then following lines comes (nothint actually related with deletion).
1041 23:07:19.571 [3408] (MigratorServer) <5676> EV:M CArchiveRestorer::FixMessageProps - bSetRestoredDate = 1
1042 23:07:19.602 [3408] (MigratorServer) <5676> EV:L {CArchiveRestorer::RestoreSaveset} (Exit) Status: [Success]
In your case, privious attempts of export (any of folders) might have replaced the original item with shortcuts and next schedule archive the items, now when next time export happening, it duplicating the emails (1 shortcut + 1 original).