zoukankan      html  css  js  c++  java
  • How to Create a site at the specified URL and new database (CommandLine Operation)

    stsadm.exe -o createsiteinnewdb -url <url>
    -ownerlogin <DOMAIN\username> -owneremail <someone@email.com>
    -databasename <databasename>
    -------------------------------------------------------------------------------------------
    The above comand-line script is useful to build a new site and a new content database for it.
    You can follow the below procedures to check SharePoint server's content database list.
    1. Click on <Site  Settings> on the right-upper corner of intranet page;
    2. Click on <Go to SharePoint Portal Server central administration> under General Settings section;
    3. Click on <Configure virtual server settings from the Virtual Server List Page> under Portal Site and Virtual Server Configuration;
    4. In General, click on <Default Web  Site>. However, you may need select other virtual server name on your situation;
    5. Click on <Manage content databases> under Virtual Server Management section;
    Then you can see a following content.

    In addition, you can use <Configure connection to portal site> function under Top-level Site Administration page to connect your web site to a portal site.
  • 相关阅读:
    informix 外部表 pipe
    关于XML的一些解析操作
    oracle 导出导入数据库
    判断请求访问的浏览器类型设备
    git与SVN的区别
    Java获取文件路径
    <DIV>内容显示隐藏功能实现
    文件下载
    文件上传
    记录启动Nginx启动失败
  • 原文地址:https://www.cnblogs.com/rickie/p/23959.html
Copyright © 2011-2022 走看看