systemsadmin3000
Technical User
I want to move some mailboxes from one server running Exchange 2003 SP1 to another server on the same site running Exchange 2003 SP2. We have three mailstores on the source server (General, Executives, Managers) and I have setup similar mailstores on the destination server. I set the a schedule to move the mailboxes. When I checked the following day some mailboxes were moved and other did not. When I tried to move the one that failed manually I got the following error:
<?xml version="1.0" encoding="unicode" ?>
- <taskWizardRun taskName="Move Mailbox" dcName="DC001" buildNumber="7226" runningAs="mailadmin@GHL.INT">
<timespan startTime="2006-02-23 08:12:44.048" milliseconds="2437" />
- <moveMailbox mixedMode="true" maxBadItems="0">
- <destination>
<database>/dc=INT/dc=GHL/cn=Configuration/cn=Services/cn=Microsoft Exchange/cn=GHL/cn=Administrative Groups/cn=First Administrative Group/cn=Servers/cn=EXCH2/cn=InformationStore/cn=Executives/cn=Executives1 Mailbox Store</database>
</destination>
</moveMailbox>
<taskSummary errorCount="1" completedCount="0" warningCount="0" errorCode="0x00000000" />
- <items>
- <item adsPath="Pat Holdip-Julien" class="user">
<progress code="0" milliseconds="2437">Opening source mailbox.</progress>
- <summary isWarning="false" errorCode="0xc1050000">
The information store could not be opened. The MAPI provider failed. MAPI 1.0 ID no: 8004011d-0289-00000000
- <details>
- <source>
<database>/dc=INT/dc=GHL/cn=Configuration/cn=Services/cn=Microsoft Exchange/cn=GHL/cn=Administrative Groups/cn=First Administrative Group/cn=Servers/cn=EXCH1/cn=InformationStore/cn=Executives/cn=Executive Mailbox Store (EXCH1)</database>
</source>
</details>
</summary>
</item>
</items>
</taskWizardRun>
Can anyone help on this?
<?xml version="1.0" encoding="unicode" ?>
- <taskWizardRun taskName="Move Mailbox" dcName="DC001" buildNumber="7226" runningAs="mailadmin@GHL.INT">
<timespan startTime="2006-02-23 08:12:44.048" milliseconds="2437" />
- <moveMailbox mixedMode="true" maxBadItems="0">
- <destination>
<database>/dc=INT/dc=GHL/cn=Configuration/cn=Services/cn=Microsoft Exchange/cn=GHL/cn=Administrative Groups/cn=First Administrative Group/cn=Servers/cn=EXCH2/cn=InformationStore/cn=Executives/cn=Executives1 Mailbox Store</database>
</destination>
</moveMailbox>
<taskSummary errorCount="1" completedCount="0" warningCount="0" errorCode="0x00000000" />
- <items>
- <item adsPath="Pat Holdip-Julien" class="user">
<progress code="0" milliseconds="2437">Opening source mailbox.</progress>
- <summary isWarning="false" errorCode="0xc1050000">
The information store could not be opened. The MAPI provider failed. MAPI 1.0 ID no: 8004011d-0289-00000000
- <details>
- <source>
<database>/dc=INT/dc=GHL/cn=Configuration/cn=Services/cn=Microsoft Exchange/cn=GHL/cn=Administrative Groups/cn=First Administrative Group/cn=Servers/cn=EXCH1/cn=InformationStore/cn=Executives/cn=Executive Mailbox Store (EXCH1)</database>
</source>
</details>
</summary>
</item>
</items>
</taskWizardRun>
Can anyone help on this?