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说这个问题。
  • 相关阅读:
    MySQL数据库设计规范
    Docker安装redis
    Go-用本地时间解析时间字符串
    Docker安装mysql
    docker安装es
    Json官网文档
    leetcode题目和解答集合
    76. 最小覆盖子串
    165. 比较版本号
    958. 二叉树的完全性检验
  • 原文地址:https://www.cnblogs.com/nonlyli/p/1155227.html
Copyright © 2011-2022 走看看