MOSS Export Site Column/Site Content Type

Export Site Column/Site Content Type

Detail Link:http://www.andrewconnell.com/blog/articles/MossStsadmWcmCommands.aspx

1.Install
stsadm.exe -o addsolution -filename e:\AndrewConnell.SharePoint.StsadmWcmCommands.wsp

2.Deploy
Central Administration » Operations » Solution Management and deploy the solution.

3.Export Site Column
STSADM.EXE -o GenSiteColumnsXml -url http://wcm -outputFile "c:\siteColumns.xml"

4.Export Content Type
STSADM.EXE -o GenContentTypesXml -url http://wcm1 -outputFile "c:\contentTypes.xml"

5.Publish All Items
STSADM.EXE -o PublishAllItems -url http://wcm -list Pages


The xml file need to delete some attribulte and node(use wss schema find them),

otherwise, feature could not deploy.


Update:(2008.6.5)
导出的xml可能不符合wss的xml schema,一般可在vs里把不能通过语言检查的部分删除。
另外如果是custom fieldtype的custom proterty,导出数据不能部署成功(不符合schema),现在使用feature来部署。
之后可能简单写一篇blog说这个问题。
posted @ 2008-04-16 00:40  果果’er  阅读(487)  评论(0编辑  收藏  举报