In SharePoint (MOSS 2007 & WSS 3.0) there is a limit on the size of list template that can be saved… 10MB. For most lists that just contain data this is sufficient. There may be a need for lists that have attachments or document libraries that may contain many documents. SharePoint lets you increase this size to a maximum of 500MB by running the following command at the prompt:
stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 50000000
0 comments:
Post a Comment