Quantcast
Channel: Exchange Previous Versions - Setup, Deployment, Updates, and Migration forum
Viewing all articles
Browse latest Browse all 1246

Bulk Import PST Exchange 2013 Queued until Service Restart

$
0
0

Hi,

Im currently importing around 140 users PST file, which are 110MB in total.  My first 5 or 6 users have imported very quickly but now im getting Queued.  If i wait for around ten minuites, the next user will start to copy messages and then complete. I cannot afford to wait this long as i have a further 1000 accounts to migrate.

I have found that if i restart the Micrsoft Exchange Mailbox Replication service, then the next user will start immediately.  The next user will then remain queued.  If i then restart the service again, this forces the next user to start the import process.

Here is the script im using to import the users from a csv file

foreach ($i in (Import-Csv .\exports.csv)) { New-MailboxExportRequest -Mailbox $i.Alias -FilePath "\\AZUA\Exports\$($i.Alias).pst" -largeitemlimit 100mb -baditemlimit 200 -acceptlargedataloss}

Here is an excert from logs

ObjectState                            : New

RunspaceId                             : ff9890d7-c6e7-4095-a3ef-3b781049a33a
Name                                   : MailboxImport
Status                                 : Completed
StatusDetail                           : Completed
SyncStage                              : SyncFinished
Flags                                  : IntraOrg, Pull
RequestStyle                           : IntraOrg
Direction                              : Pull
Protect                                : False
Priority                               : Normal
WorkloadType                           : Local
Suspend                                : False
FilePath                               : \\xxxx\c$\staffpst\staffpst\DunnOwen.pst
SourceRootFolder                       : 
TargetAlias                            : BloggsJoe
TargetIsArchive                        : False
TargetExchangeGuid                     : 0f31478b-45a9-4b9e-a7eb-452e063216c3
TargetRootFolder                       : 
RecipientTypeDetails                   : UserMailbox
TargetVersion                          : Version 15.0 (Build 620.0)
TargetDatabase                         : Student Mailbox 1
TargetServer                           : xxxx
TargetMailboxIdentity                  : xxxx
IncludeFolders                         : {}
ExcludeFolders                         : {}
ExcludeDumpster                        : False
ConflictResolutionOption               : KeepSourceItem
AssociatedMessagesCopyOption           : Copy
BatchName                              : 
BadItemLimit                           : 50
BadItemsEncountered                    : 0
LargeItemLimit                         : 104857600
LargeItemsEncountered                  : 0
QueuedTimestamp                        : 22/08/2013 15:22:57
StartTimestamp                         : 22/08/2013 16:31:23
LastUpdateTimestamp                    : 22/08/2013 16:31:26
CompletionTimestamp                    : 22/08/2013 16:31:26
SuspendedTimestamp                     : 
OverallDuration                        : 01:08:28
TotalSuspendedDuration                 : 
TotalFailedDuration                    : 
TotalQueuedDuration                    : 01:08:21
TotalInProgressDuration                : 00:00:06
TotalStalledDueToCIDuration            : 
TotalStalledDueToHADuration            : 
TotalStalledDueToMailboxLockedDuration : 
TotalStalledDueToReadThrottle          : 
TotalStalledDueToWriteThrottle         : 
TotalStalledDueToReadCpu               : 
TotalStalledDueToWriteCpu              : 
TotalStalledDueToReadUnknown           : 
TotalStalledDueToWriteUnknown          : 
TotalTransientFailureDuration          : 
TotalIdleDuration                      : 00:00:02
MRSServerName                          : xxxx
EstimatedTransferSize                  : 250.8 KB (256,852 bytes)
EstimatedTransferItemCount             : 2
BytesTransferred                       : 263.8 KB (270,165 bytes)
BytesTransferredPerMinute              : 
ItemsTransferred                       : 2
PercentComplete                        : 100
CompletedRequestAgeLimit               : 30.00:00:00
PositionInQueue                        : 
InternalFlags                          : None
FailureCode                            : 
FailureType                            : 
FailureSide                            : 
Message                                : 
FailureTimestamp                       : 
IsValid                                : True
ValidationMessage                      : 
OrganizationId                         : 
RequestGuid                            : 52396e3b-3e21-4620-91c6-34cb8031ccfa
RequestQueue                           : Student Mailbox 1
Identity                               : RequestGuid (52396e3b-3e21-4620-91c6-34cb8031ccfa), RequestQueue: 
                                         (686097fd-1bde-449c-9bb9-b9c97180cf07)
Report                                 : 22/08/2013 15:22:57 [xxxx] xxxx/Users/Administrator' 
                                         created request.
                                         22/08/2013 16:19:26 [xxxx] xxxx/Users/Administrator' 
                                         modified request.
                                         22/08/2013 16:31:21 [xxxx] The Microsoft Exchange Mailbox 
                                         Replication service 'xxxx.xxxx' (15.0.620.24 caps:3F) is 
                                         examining the request.
                                         22/08/2013 16:31:22 [xxxx] Connected to target mailbox 'Primary 
                                         (0f31478b-45a9-4b9e-a7eb-452e063216c3)', database 'Student Mailbox 1', 
                                         Mailbox server 'Bxxxx' Version 15.0 (Build 620.0).
                                         22/08/2013 16:31:23 [xxxx] Request processing started.
                                         22/08/2013 16:31:23 [xxxx] Stage: CreatingFolderHierarchy. Percent 
                                         complete: 5.
                                         22/08/2013 16:31:24 [xxxx] Merge initialized for mailbox 'Primary 
                                         (0f31478b-45a9-4b9e-a7eb-452e063216c3)': 25 folders total. Estimated data 
                                         size: 2 items, 250.8 KB (256,852 bytes).
                                         22/08/2013 16:31:24 [xxxx] Stage: CopyingMessages. Percent 
                                         complete: 10.
                                         22/08/2013 16:31:24 [xxxx] Copy progress: 0/2 messages, 0 B (0 
                                         bytes)/250.8 KB (256,852 bytes), 0/0 folders completed.
                                         22/08/2013 16:31:24 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Contacts [Contacts]' into '/Top of Information Store/Contacts 
                                         [Contacts]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Stage: CopyingMessages. Percent 
                                         complete: 10.
                                         22/08/2013 16:31:25 [xxxx] Copy progress: 0/2 messages, 0 B (0 
                                         bytes)/250.8 KB (256,852 bytes), 0/0 folders completed.
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Calendar [Calendar]' into '/Top of Information Store/Calendar 
                                         [Calendar]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Tasks [Tasks]' into '/Top of Information Store/Tasks [Tasks]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Notes [Notes]' into '/Top of Information Store/Notes [Notes]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Inbox [Inbox]' into '/Top of Information Store/Inbox [Inbox]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Sent Items [SentItems]' into '/Top of Information Store/Sent Items 
                                         [SentItems]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 2 items, 250.8 KB (256,852 
                                         bytes). Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders [IpmSubtree]' into '/Top of Information Store [IpmSubtree]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Deleted Items [DeletedItems]' into '/Top of Information Store/Deleted 
                                         Items [DeletedItems]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Conversation Action Settings [ConversationActionSettings]' into '/Top 
                                         of Information Store/Conversation Action Settings 
                                         [ConversationActionSettings]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Drafts [Drafts]' into '/Top of Information Store/Drafts [Drafts]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Journal [Journal]' into '/Top of Information Store/Journal [Journal]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Junk E-Mail [JunkEmail]' into '/Top of Information Store/Junk E-Mail 
                                         [JunkEmail]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/News Feed' into '/Top of Information Store/News Feed'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Outbox [Outbox]' into '/Top of Information Store/Outbox [Outbox]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Quick Step Settings' into '/Top of Information Store/Quick Step 
                                         Settings'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/RSS Feeds' into '/Top of Information Store/RSS Feeds'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Suggested Contacts' into '/Top of Information Store/Suggested 
                                         Contacts'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Sync Issues [SyncIssues]' into '/Top of Information Store/Sync Issues 
                                         [SyncIssues]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Sync Issues/Conflicts [Conflicts]' into '/Top of Information 
                                         Store/Sync Issues/Conflicts [Conflicts]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Sync Issues/Local Failures [LocalFailures]' into '/Top of Information 
                                         Store/Sync Issues/Local Failures [LocalFailures]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Sync Issues/Server Failures [ServerFailures]' into '/Top of 
                                         Information Store/Sync Issues/Server Failures [ServerFailures]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Recoverable Items [Dumpster]' into '/Top of Information 
                                         Store/Recoverable Items [Dumpster]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Recoverable Items/Deletions [DumpsterDeletions]' into '/Top of 
                                         Information Store/Recoverable Items/Deletions [DumpsterDeletions]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Recoverable Items/Purges [DumpsterPurges]' into '/Top of Information 
                                         Store/Recoverable Items/Purges [DumpsterPurges]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Merging folder '/Top of Personal 
                                         Folders/Recoverable Items/Versions [DumpsterVersions]' into '/Top of 
                                         Information Store/Recoverable Items/Versions [DumpsterVersions]'.
                                         22/08/2013 16:31:25 [xxxx] Copying 0 items, 0 B (0 bytes). 
                                         Skipping 0 items, 0 B (0 bytes).
                                         22/08/2013 16:31:25 [xxxx] Target mailbox information:
                                         Regular Items: 0, 0 B (0 bytes)
                                         Regular Deleted Items: 0, 0 B (0 bytes)
                                         FAI Items: 0, 0 B (0 bytes)
                                         FAI Deleted Items: 0, 0 B (0 bytes)
                                         22/08/2013 16:31:25 [xxxx] Verifying mailbox contents...
                                         22/08/2013 16:31:26 [xxxx] Mailbox contents verification complete: 
                                         25 folders, 2 items, 250.8 KB (256,852 bytes).
                                         22/08/2013 16:31:26 [xxxx] Stage: CopyingMessages. Percent 
                                         complete: 100.
                                         22/08/2013 16:31:26 [xxxx] Copy progress: 2/2 messages, 250.8 KB 
                                         (256,852 bytes)/250.8 KB (256,852 bytes), 0/0 folders completed.
                                         22/08/2013 16:31:26 [xxxx] Request is complete.



Viewing all articles
Browse latest Browse all 1246

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>