今天在看国外某牛人的blog,看到了一个很实用的东西,有的时候,我们想将一个site 保存成为一个template,并且这个template还带有原先site的内容。但是当我们sava site as a template 的时候,常常会得到一个消息,就是这个site的大小超出了default值,这篇文章就是讲如何修改这个default值的。
在SharePoint上,default limitation是10MB,在stsadm command上有条命令可以修改这个值。
stsadm -o setproperty -pn max-template-document-size -pv 20000000 这个就是将limit修改成为20MB。但是Joel Oleson建议,这个值最好不要超过24MB,如果你想要更大的值的时候,请自己现在自己的开发服务器上做测试。
Use the variationsfixuptool operation This article describes how to use the Stsadm variationsfixuptool operation, which lets farm administrators control and perform operations against variations.
Pre-upgrade scanning and reporting for future releases (Office SharePoint Server) This article describes how to use the Stsadm preupgradecheck operation to scan farm servers before starting an upgrade to ensure that some upgrade prerequisites are met and to detect known issues that can prevent the upgrade from completing successfully. The results of the scan enable you to address any issues that are identified.
Preupgradecheck: Stsadm operation (Office SharePoint Server) This operation runs rules that are intended to assist administrators in preparing for upgrade.
Enumallwebs: Stsadm operation (Office SharePoint Server) This operation displays the IDs and site map status for all site collections and subsites in the content database.
Variationsfixuptool: Stsadm operation (Office SharePoint Server) This operation lets an administrator control the different versions—or variations—of a publishing site or page.
Listqueryprocessoroptions: Stsadm operation (Office SharePoint Server) This operation displays the current values of the SharePoint Search query processor settings.
Setqueryprocessoroptions: Stsadm operation (Office SharePoint Server) This operation sets the current values of the SharePoint Search query processor settings.
原文地址 http://www.wssdemo.com/Blog/default.aspx