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说这个问题。
  • 相关阅读:
    #与javascript:void(0)的区别
    单选框、复选框、下拉列表
    数据类型后的“?”
    c#中日期的处理
    日期控件html
    javascript获取后台传来的json
    Hashtable语法简介
    Hashtable(哈希表)
    Dictionary 字典
    远程SQL Server连接不上
  • 原文地址:https://www.cnblogs.com/nonlyli/p/1155227.html
Copyright © 2011-2022 走看看