Break through the 10 m limit of list storage as a template

Source: Internet
Author: User
A list needs to be exported to another site, but it is larger than 10 MB and cannot be saved as a template. After a Google review, this method is found,
Share it with you. The maximum value is 500 mb.
Original
Saving a list as a template is an easy way of transferring data from one place to another in Sharepoint. by default, however, the maximum size of List Templates in WSS 3.0 and moss 2007 is 10 MB.

If you try to save the list as a template that is larger than this you will get the following error:

The list is too large to save as a template. The size of a template cannot exceed 10485760 bytes.

To increase the maximum size, simply run the following stsadm command (from the c: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ bin directory) replacing the propertyvalue to the new maximum size (in bytes ):

Stsadm-O setproperty-propertyname max-template-document-size-propertyvalue 50000000

Points to note:

  • The propertyvalue parameter is in bytes, so the example above will increase the maximum size to approx 50 MB.
  • There is a hard limit of 500 mb so the value must be less than 524288000 or you will get an error when saving the list as a template.
  • The above increases the maximum size of bothSiteAndListTemplates.

 

Go to mostec

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.