Following a Migrate Data job, the following warning is listed in the migration logs:
12:17:05 WARNING: [7359-199-14-8004011B] Unable to duplicate property array to get entry ID, role: 'SENT-REPRESENTING', name: 'Example Name', address: 'example.name@domain.com', message ID: '
MAPI was unable to get the data because it contained corrupt data.
This was caused by an Exchange 2010 Throttling issue.
The Steps mentioned in the NME Admin Guide section titled:
"How Do I Migrate to an Exchange Environment with a CAS Array?"
Had not been set. The problem was resolved by running the commands below in Powershell.
Create the new policy by this command:
o New-ThrottlingPolicy QuestMigration
Modify the policy with these settings:
o New-ThrottlingPolicy QuestMigration -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null
Apply the policy to the Quest migration account:
o Set-Mailbox NMEServiceAccount -ThrottlingPolicy QuestMigration
More information is available from Microsoft here:
http://technet.microsoft.com/en-us/library/dd297964.aspx
(Quest Software is not responsible for third party content, use of this information is at your own risk and test any settings before applying to a production environment)
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy