Microsoft Knowledge Base Email Alertz

Migration Preparation Tool (SourceTool) fails to update the schema on the source server

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 2028674 - Last Review: August 20, 2010 - Revision: 2.0

Migration Preparation Tool (SourceTool) fails to update the schema on the source server

SYMPTOMS

When installing SBS 2008 in migration mode, one of the key requirements is to run the Migration Preparation Tool (SourceTool) on the source server. The Source Tool does the following:

1.)    Installs the update KB 943494 on SBS 2003

2.)    Prepares the forest (ADPREP.exe /forestprep)

3.)    Prepares the domain (ADPREP.exe /domainprep)

4.)    Update GPO ACEs and replicate SYSVOL (ADPREP.exe /domainprep /gpprep)

5.)    Changes Exchange 2003 from Mixed mode to Native mode

6.)    Adds the Authenticated Users group to the Pre-Windows 2000 Security group

Under rare conditions, when you run the migration preparation tool on the source tool, it may fail to update the schema and you will notice there is no green check against “Update the schema” as shown in the below screenshot.

Collapse this imageExpand this image



Additionally, the completion page of the Source Server Migration Tool will display the following message: Cannot prepare the Source Server for migration

Collapse this imageExpand this image


If you examine ADPrep.log under C:\Windows\Debug\adprep\logs\YYYYMMDD****, you would see something similar:

Adprep was unable to complete because the call back function failed.

[Status/Consequence]

Error message: (null)

[User Action]

Check the log file ADPrep.log, in the C:\WINDOWS\debug\adprep\logs\20100612000835 directory for more information.

Adprep was unable to update domain information.

[Status/Consequence]

Adprep requires access to existing domain-wide information from the infrastructure master in order to complete this operation.

[User Action]

Check the log file, ADPrep.log, in the C:\WINDOWS\debug\adprep\logs\20100612000835 directory for more information.

CAUSE

This issue can occur if the NTFS junction point for the SYSVOL tree is not correctly defined.

An NTFS junction point is a type of NTFS reparse point that allow creating a link to the directory that is the same as the directory itself.

RESOLUTION

Download the Windows Server 2003 Resource Kit Tools (http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en) , if you already don’t have it.

To validate if the junction points exists, run the following commands from a Command Prompt:

LINKD %systemroot%\sysvol\sysvol\<domain name>

LINKD "%systemroot%\sysvol\staging areas\<domain name>"

Where <domain name> is your Active Directory Domain name

For example:

LINKD %systemroot%\sysvol\sysvol\fourthcoffee.local

LINKD "%systemroot%\sysvol\staging areas\fourthcoffee.local"

Collapse this imageExpand this image


If the output of any of the above commands returns an invalid or blank value, the junction points must be re-created. To do so run the following commands from a Command Prompt:

LINKD %systemroot%\sysvol\sysvol\<domain name> %systemroot%\sysvol\domain

LINKD "%systemroot%\sysvol\staging areas\<domain name>" %systemroot%\sysvol\staging\domain

Where <domain name> is your Active Directory Domain name

For example:

LINKD %systemroot%\sysvol\sysvol\fourthcoffee.local %systemroot%\sysvol\domain

LINKD "%systemroot%\sysvol\staging areas\fourthcoffee.local" %systemroot%\sysvol\staging\domain

Collapse this imageExpand this image

Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use (http://go.microsoft.com/fwlink/?LinkId=151500) for other considerations.

APPLIES TO
  • Microsoft Windows Small Business Server 2003 Premium Edition
  • Microsoft Windows Small Business Server 2003 R2 Premium Edition
  • Microsoft Windows Small Business Server 2003 R2 Standard Edition
  • Microsoft Windows Small Business Server 2003 Standard Edition
  • Windows Small Business Server 2008 Premium
  • Windows Small Business Server 2008 Standard
Keywords: 
KB2028674
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate