Hello!
One more strange issue: in all my deployments of Exchange Server 2013SP1 I always start from removing a default mb database and I never had any problems with it. The procedure is ~ as follows:
1) I create a new mailbox db.
2) Get-Mailbox Arbitration | New-MoveRequest -TargetDatabase NewDB
3) Get-Mailbox Monitoring| New-MoveRequest -TargetDatabase NewDB
4) Get-Mailbox | New-MoveRequest -TargetDatabase NewDB
5) Make sure Administrator account has been moved to the new db.
6) Delete the default db.
7) Restart
8) Log on to ECP as Administrator.
Today the two new installations end up with the following error on 8) "Log on to ECP as Administrator":
The IIS log shows this:
"2015-04-17 13:56:17 fe80::191b:2b21:3254:ddd%12 POST /owa/auth.owa &CorrelationID=<empty>;&cafeReqId=8bb165df-6c57-49f0-9ee9-9590c6f981db; 443 TestCompany\Administrator fe80::191b:2b21:3254:ddd%12 Mozilla/5.0+(Windows+NT+6.3;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko https://exch1.testcompany.com/owa/auth/logon.aspx?replaceCurrent=1&url=https%3a%2f%2fexch1.testcompany.com%2fowa 500 0 0 15"
Looks like the Administrator's mailbox has not been moved into the new database, but Get-MoveRequest and Get-Mailbox... showed that Administrator's mailbox was really in the new db.
Moreover, right after deletion of the default db (after item 6) I signed out from ECP and logged back to it - the logon was successfull (at this moment the default database had been already deleted!). And only after restarting the server it started showing this error.
While logged on as Administrator I created one more exchange administrative user account in the new db - it doesn't experience any issues with logging on to ECP.
No errors show in any Windows logs.
What should I check in this situation?
Thank you in advance,
Michael