Situation: While saving site as a template.
Error : The site is too large to save as a template. The size of a template cannot exceed 10485760 bytes.
Solution : Increase size using the command - stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 50000000 .It modifies 10485760bytes size to 50000000(its 50MB).
No comments:
Post a Comment