zoukankan      html  css  js  c++  java
  • 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说这个问题。
  • 相关阅读:
    UVA
    UVA
    UVA
    UVA
    UVA
    UVA
    UVA
    UVA
    UVA
    使用Jmeter(三十)针对ActiveMQ JMS POINT TO POINT压力测试(转载)
  • 原文地址:https://www.cnblogs.com/nonlyli/p/1155227.html
Copyright © 2011-2022 走看看