The following errors may be logged in an environment that has been upgraded to a new version of Exchange (usually 2003 to 2010), or a service pack to Exchange (2010) has been installed.
The reason for this error is that an AD attribute of an item (e.g. mailbox, connector, routing group, etc) is pointing to the DN of a server which has recently been deleted from AD. As long as the object is still physically present in AD (i.e. it has not been purged yet), this will not directly pose a problem, but as soon as it's gone forever, this may cause all sorts of trouble with one or more components of Exchange, depending on the object.
Most commonly, there are two types of errors that can occur, each with their own solutions.
First and foremost, check whether the deleted object really had to be deleted. If not, it is recommended to immediately restore the object in AD.
However, if the deleted object is supposed to be deleted, then we only have to fix the references to the deleted object so it points to the correct one.
The most common occurence for this error is an incorrect value for the [HomeMTA] attribute, which is still pointing to an old mailbox server. In that case, the following error is logged:
In this case, you can fix this issue through EMS.
Get-Mailbox "MyUser" | Update-Recipient
Get-Mailbox | Update-Recipient
Get-Mailbox -Arbitration | Update-Recipient
Another common occurence is the Edge Transport routing group property. The following event is logged:
This problem can be corrected with ADSI Edit:
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |