During a cross-forest test migration from Exchange 2003 to Exchange 2010 I got the following error:
Warning: Unable to update AD information for the source mailbox at the end of the move. Error details: An error occurred while updating a user object after the move operation. –> Failed to find the address type object in Active Directory for address type “SMTP:AMD64″.
Failed to cleanup the source mailbox after the move.
Error details: MapiExceptionNotFound: Unable to delete mailbox. (hr=0x8004010f, ec=-2147221233)
When I looked in the old and new environment I found out that the mailbox both existed in the old and new environment. In this case you might have a big issue even when the mail is delivered in the Exchange 2003 environment and the homeMDB attribute is not updated. Updating the attribute may take a while due to AD replication, in this case mail is not delivered in the new mailbox and so mails will not be placed in the new mailbox.
To prevent this issue Microsoft has released a hotfix for Exchange 2003 which can be found on the website below.
open
Gepost in Exchange 2003, Exchange 2010 ~ Geen Reactie
As Exchange 2010 is almost there you may got the question from which version of Exchange can I upgrade to 2010 and which versions can run besides each other. Below an overview of this and the prerequisites you must met:
| old version | new version | coexistence supported | prerequisites |
| Exchange 2000 | Exchange 2007 | yes | Exchange mode must be native |
| Exchange 2003 | Exchange 2007 | yes | Exchange mode must be native |
| Exchange 2003 SP2 | Exchange 2010 | yes | Exchange mode must be native.
At least one Windows 2003 SP2 GC per AD site
Forest level must be Windows Server 2003 |
| Exchange 2007 SP2 | Exchange 2010 | yes | At least one Windows 2003 SP2 GC per AD site
Forest level must be Windows Server 2003 |
When you would like to have more info after having a look at the table have a look at the sites below:
Exchange 2007
Upgrading to Exchange 2007 open
Coexisting with Exchange Server 2003 and Exchange 2000 Server open
Exchange 2010
Planning Roadmap for Upgrade and Coexistence – Exchange 2003 open
Planning Roadmap for Upgrade and Coexistence – Exchange 2007 open
Gepost in Exchange ~ Geen Reactie
During one of my forum visits I found a really interesting issue. Someone tried to remove his old Exchange 2003 cluster but received the following error when trying to dit it:
Found no Disk resource for the disk that contains the folder ‘W:\EXCHSRVR’
When looking in the Cluster Administrator the resource was not visible, very strange. So we needed to remove the pointer to the w:\ disk by using ADSIEDIT.
Before performing such an action you will first need to create a backup of your AD.
Next execute the following steps:
- open adsiedit
- choose connect to
- change the domain to configuration
- expand CN=Configuration …
- expand CN=services
- expand CN=Microsoft Exchange
- expand CN=First organization (or your organization if different)
- expand CN=servers
- expand CN=servername
- expand CN=Information Store
There you will find the First Storage group and other storage group. Get the properties of them both the storage group and the databases in it it and check if none of them points to the w:\disk
But in this case it was something else where we need to have a look at, perform the same steps as above but stop after expand CN=servers and continue with the steps below:
- get the properties of theservername
- search for the value MsExchDataPath
- check if the pointer is not listed
After this try to remove the Exchange cluster again.
Gepost in Exchange 2003 ~ Geen Reactie
Today I had a nice issue with Exchange. For some kind of strange reason Exchange 2003 kept sending the same mails. Even when deleting the mails from the queue in the Exchange System Manager. A result of this was that the bandwidth was almost used 100% so I adjusted the simultaneous connections etc, without any effect.
So I decided to search for a solution for this issue. I found a post on expert-exchange which described almost the same issue. It adviced to use MFCMAPI to cleanup the temp table. The specific messages may get stuck in that table
After applying the solution the issue was solved indeed, below you will find the steps to solve the issue:
- download and install MFCMAPI
- choose session and select logon and display store tables
- if there are multiple profiles found you will be asked to select a profile, in this case select the administrator profile
- an overview of the mailbox and public folders will be displayed. Select MDB and choose the option get mailbox table
- an overview of all mailboxes found in the store will be displayed. Search for the mailbox of SMTP
- search in the left pane for Temp Tables
- delete all sub folders below the Temp Tables, when asked if the messages need to be hard deleted choose to do this
- restart the SMTP service
Gepost in Exchange 2003 ~ Geen Reactie
Microsoft has release version 1.0 of the Exchange System Manager for Windows Vista. With this tool you can manage your Exchange 2003 server from a Vista machine. There are a few restrictions in the software, belof a few of them:
SMTP current session node is not supported (SMTPadmin.dll cannot be registered).
NNTP property view is not supported (NNTPadmin.dll cannot be registered).
Installing Exchange System Manager on the same computer as Microsoft Office Outlook is not supported, because MAPI CDO cannot be installed.
You may encounter the following issues during uninstall:
- If Exchange System Manager is open during the uninstall process, Microsoft Management Console (MMC) is likely to crash. To resolve this, manually close the Exchange System Manager.
- If the MAPI CDO package was uninstalled manually before uninstalling the Exchange System Manager, a runtime error may appear. This error can be ignored and the uninstall process will complete successfully.
Would you like to have this tool, then use the link below to download it.
open
Gepost in Software ~ Geen Reactie

It’s time for a new tutorial, this time about installing Exchange 2007 in a Exchange 2003 environment. This can be use to migrate to Exchange 2007 and want to use the existing domain. Besides this way you can also choose for an option to migratie via a cross-forest migration, the last option is really cool because you can migrate users between forests.
open
Gepost in Tutorials ~ Geen Reactie