Hi Mirela_Buru ,
i've a problem with another imap migration batch. This batch was created and stuck at 15%, continuosly sincyng about for 2 days, after this i decided to remove it and recreate, but when i recreate batch, i had error about "sycn request already present and running". So, i go on Powershell, check by "Get-SyncRequest -Mailbox <emailaddress>" , and show that the request was active, so i have done:
- Stop batch job, and remove it from O365 Console Exchange;
- "Get-SyncRequest -Mailbox <emailaddress> | Remove-SyncRequest -Force"
Now, if i do a Get-SyncRequest -Mailbox <emailaddress> | Get-SyncRequestStatistics i obtain something like this:
Couldn't find a move request that corresponds to the specified identity .....
Could you suggestion me other operations to do ?
Thanks.