Article ID: 2622517 - Last Review: October 7, 2011 - Revision: 4.0 SharePoint 2010: Metadata field values not saved on imported sites
SYMPTOMSConsider the following scenario: You have a site that contains lists with columns that are connected to a Managed Metadata term store. You export that site and import it as a new site. When you add a new document to the list in the new site and specify a value for the Managed Metadata column, that value is not retained. Instead the column remains blank. CAUSEThis issue happens when any of the below is true:
RESOLUTIONEnsure to include user security information in export and import operation AND do not specify a template when creating the import site. In other words, use code like: Export-SPWeb -Identity <Existing WebUrl> -Path <Backup FilePath> -IncludeUserSecurity $MySite = New-SPSite -Url <New SiteUrl> -owneralias <alias> $MyWeb = $MySite.RootWeb Import-SPWeb $MyWeb -Path <Backup FilePath> -IncludeUserSecurity 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.
| Other Resources Other Support Sites
CommunityGet Help Now
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top
