Hi,
I found lot of resources but not exactly for my problems.
I hope you can help me !
I translated all errors messages from french for you.
I moved 300 mailbox from Exchange 2007, only for internal use (no internet usage), to Exchange 2013 CU 11.
The first batch (180 accounts only OWA-users, to the first database) finished with no errors. I can open their mailboxes with OWA 2013.
The second batch (70 accounts some outlook-users, to the second database) finished with no errors. I cannot open their mailboxes with OWA neither with outlook.
For the second batch :
- In OWA, i get the error 500 try again in 30 sec and sometime the mailbox open successufly for 5 minutes, and after i get the errorMicrosoft.Exchange.Data.Storage.NotSupportedWithServerVersionException
- In Outlook 2007 or 2013, i get the message your administrator has made a change and requires you to restart outlook as expected, but infinite times. If i create a new mail-profile (config pannel>mail), so outlook don't open and shows the errorYou must connect with the current profile before you can synchronize your folders with your outlook data file (.ost) (2013) or...your offline folder file (2007).
In powershell exchange 2013, Get-Mailbox | Get-MailboxStatistics shows the warningThe user hasn’t logged on to mailbox so there is no data to return. After the user logs on, this longer appear for all users from the second batch. I get the same warning on ECP > mailboxes > the user > usage.
So i tried to move their mailbox again from exchange 2013, but a get the error
The mailbox of user that is located on a server that is running version 8 can't be opened on a server that is running version 15 orthe mailbox is in not in the expected mailbox database.
At this point, sometimes, Get-Mailbox -database <second> returns nothing (-database <first> is ok), causeGet-Mailbox <user.from.second.db> | select servername,database returns the name of the original Exchange 2007 and database before migration.
The same cmdlet on Exchange 2007 shows the mailbox in Exchange 2013 and the target database as expected after migration.
ECP (2013) shows the same as Exchange 2007, not 2013... iisreset temporary resolve the problem : mailboxes are in Exchange 2013...
I haven't decommissioned Exchange 2007 because i have 150 account left (they are working successfully), and i'm afraid to migrate them.
Exchange 2007 are in Windows Server 2003 x64.
Exchange 2013 are in Windows Server 2012 R2 x64 (french).
Domain are Windows 2003 level.
No error in eventlog (exchange, DC).
What can i do ? Thank you.