Hello Everyone,
I have an issue during migration of PF from E2010 server to E2013.
After "New-PublicFolderMigrationRequest" I am checking a progress of migration and I can see it is failed because of DataValidationException:
[PS] C:\Windows\system32>Get-PublicFolderMigrationRequest | Get-PublicFolderMigrationRequestStatistics -IncludeReport | flRunspaceId : e5692b70-ba59-4418-8585-66ce4b5adc34
Name : PublicFolderMigration
Status : Failed
StatusDetail : FailedOther
SyncStage : CreatingFolderHierarchy
Flags : IntraOrg, Pull, Suspend, SuspendWhenReadyToComplete
RequestStyle : IntraOrg
Direction : Pull
Protect : False
Priority : Normal
Suspend : True
SourceVersion : Version 14.3 (Build 123.0)
SourceDatabase : Public Folder Database
SourceServer : BADEXCHANGE3
BatchName :
OutlookAnywhereHostName :
RemoteCredentialUsername :
AuthenticationMethod : Basic
RemoteMailboxLegacyDN :
RemoteMailboxServerLegacyDN :
BadItemLimit : 0
BadItemsEncountered : 0
LargeItemLimit : 0
LargeItemsEncountered : 0
FolderToMailboxMap : {.\}
QueuedTimestamp : 02/06/2013 03:34:59
StartTimestamp : 02/06/2013 03:35:07
LastUpdateTimestamp : 02/06/2013 03:35:08
InitialSeedingCompletedTimestamp :
FinalSyncTimestamp :
CompletionTimestamp :
SuspendedTimestamp :
OverallDuration : 00:00:34
TotalFinalizationDuration :
TotalDataReplicationWaitDuration :
TotalSuspendedDuration :
TotalFailedDuration : 00:00:26
TotalQueuedDuration : 00:00:02
TotalInProgressDuration : 00:00:05
TotalStalledDueToCIDuration :
TotalStalledDueToHADuration :
TotalStalledDueToReadThrottle :
TotalStalledDueToWriteThrottle :
TotalStalledDueToReadCpu :
TotalStalledDueToWriteCpu :
TotalStalledDueToReadUnknown :
TotalStalledDueToWriteUnknown :
TotalTransientFailureDuration :
TotalIdleDuration : 00:00:03
MRSServerName :
EstimatedTransferSize : 0 B (0 bytes)
EstimatedTransferItemCount : 0
BytesTransferred : 0 B (0 bytes)
BytesTransferredPerMinute :
ItemsTransferred : 0
PercentComplete : 10
PositionInQueue :
PreventCompletion : True
FailureCode : -2146233088
FailureType : DataValidationException
FailureSide : Target
Message : Error: Property expression "BAD Contacts" isn't valid. Valid values are: Strings
formed with characters from A to Z (uppercase or lowercase), digits from 0 to 9, !,
#, $, %, &, ', *, +, -, /, =, ?, ^, _, `, {, |, } or ~. One or more periods may be
embedded in an alias, but each period should be preceded and followed by at least
one of the other characters. Unicode characters from U+00A1 to U+00FF are also
valid in an alias, but they will be mapped to a best-fit US-ASCII string in the
e-mail address, which is generated from such an alias.
FailureTimestamp : 02/06/2013 03:35:08
IsValid : True
ValidationMessage :
OrganizationId :
RequestGuid : 5f544cfd-0e82-4ace-b711-29ad58a5945f
RequestQueue : Mailbox Database 0488680327
ExchangeGuid : 53a24028-ddc5-49e1-82ea-133631c587ed
Identity : RequestGuid (5f544cfd-0e82-4ace-b711-29ad58a5945f), RequestQueue:
(2d7b4636-624a-4241-9309-0e7150b56ee4)
Report : 02/06/2013 03:34:59 [badexchange1] '/Users/Administrator' created request.
02/06/2013 03:35:06 [badexchange1] The Microsoft Exchange Mailbox Replication
service 'badexchange1' (15.0.620.24 caps:3F) is examining the request.
02/06/2013 03:35:06 [badexchange1] Connected to target mailbox
'53a24028-ddc5-49e1-82ea-133631c587ed', database 'Mailbox Database 0488680327',
Mailbox server 'BADEXCHANGE1' Version 15.0 (Build 620.0), proxy server
'badexchange1' 15.0.620.24 caps:3FCB07FFFF.
02/06/2013 03:35:06 [badexchange1] Connected to source mailbox '', database 'Public
Folder Database', Mailbox server 'BADEXCHANGE3' Version 14.3 (Build
123.0).
02/06/2013 03:35:06 [badexchange1] Request processing started.
02/06/2013 03:35:07 [badexchange1] Stage: CreatingFolderHierarchy. Percent
complete: 10.
02/06/2013 03:35:07 [badexchange1] Initializing folder hierarchy from mailbox '':
31 folders total.
02/06/2013 03:35:07 [badexchange1] Folder creation progress: 0 folders created in
mailbox '53a24028-ddc5-49e1-82ea-133631c587ed'.
02/06/2013 03:35:08 [badexchange1] Fatal error DataValidationException has occurred.
ObjectState : New
Any thoughts?
Thank you!