Another tough case of MAPI_E_FAILONEPROVIDER mailbox access error

This case is another one of those countless issues which reminds you every day that no matter how long you have been doing migrations you can never rest on an old knowledge and experience. Rather you need to keep learning something new which may at first appear same old, that’s a nature of our job 🙂

“WMI Provider Error: Cannot find object or property” during SQL Server migration

This one is quick but interesting. You may run into an error “WMI Provider Error: Cannot find object or property” during SQL Server migration, in particular when switching SQL Service account from Source to Target. The error occurs because SQL is normally encrypting client-server communications via SSL and needs certificate for that purpose, so it’s trying to obtain […]

Mailbox Manual Switch MAPI Logon Errors

I was recently working on migration from Exchange 2010 to Office 365 using DMM 8.11. I have installed DMM AD/Exchange console on computer1 and had a dedicated agent host computer2 to host my Mage agents. When I tried to execute a manual switch of a mailbox I was getting following error in EMWMigration.log file: 2016-04-18          […]

Event ID 4113: Unexpected Error When calling the Microsoft Exchange Active Directory Topology service on server…Access Denied

Worrying about Event ID 4113: Unexpected Error When calling the Microsoft Exchange Active Directory Topology service on server…Access Denied? Error can be observed in the Exchange server Application Event Log every 15 min and cost you efforts trying to figure out what’s wrong with Exchange permissions… until you close Exchange PowerShell command line window and re-launch it as […]

Obtaining a quick report in MS Exchange about DLs activity

Just wanted to share a quick PowerShell one-liner which outputs a report of how many messages were sent to DLs during particular period of time. This proved very useful on my recent project giving a good idea which DLs are most utilized and might be affected by downtime. Nice, simple, and like anything else with PowerShell, you […]

“The security database on the server does not have a computer account for this trust relationship” error after computer move

During computer migration upon it joins the Target Domain, you may experience the following error trying to log in: “The security database on the server does not have a computer account for this trust relationship” This happens especially on Windows 7 OS and has it roots in the following GPO: Computer Configuration->Policies->Administrative Templates->Network->DNS Client Setting:  “Primary […]

Installer encountered an error: 0x80070422

I keep running into this error in some customer’s environments when installing QMM (DMM) OS prerequisites requiring Windows Update service, such as Windows Management Framework KB 2506143. Windows Update Standalone Installer Installer encountered an error: 0x80070422 The service cannot be started, either because it is disabled or because it has no enabled devices associated with […]

Preparation for an Active Directory migration

Recently I was asked by a collegiate what a customer could do to prep for an Active Directory migration.  I did a quick “off the top of my head” writeup and thought I would share it here for others.  Sorry in advance that the formatting isn’t great. Here is the list of ideas for preparing […]

How to configure Ex 2013 Throttling for Migration

Recently I came across a very good example where Ex 2013 throttling issues were interfering with the mailbox migration so wanted to share here. Partially it was due to MAgE agents not caching Autodiscover requests properly (QMM 8.11 fix is coming out soon around spring 2015, 8.10 is already patched). So what was happening, 40 agents were running with […]

Don’t forget to disable CRA (Calendar Repair Assistant) before the mailbox migration

If you are in the Calendar sync coexistence scenario during migration into Exchange 2010/2013, CRA (Calendar Repair Assistant) can cause a lot of troubles in terms of duplicate Calendar items. It’s your friend before and after the migration, but you really want to disable CRA while migration is under way. Primarily it needs to be disabled […]