When we try to save document library as template we get an error If the document library is big. It will give an error like below,
'The list is too large to save as a template. The size of a template cannot exceed 52428800 bytes.'.
By default the size limit is 50 MB in SharePoint 2010 and SharePoint 2103
We can increase the list template size by running this below stsadm command in PowerShell.
stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 100000000
This is for increasing limit to 100 MB.
'The list is too large to save as a template. The size of a template cannot exceed 52428800 bytes.'.
By default the size limit is 50 MB in SharePoint 2010 and SharePoint 2103
We can increase the list template size by running this below stsadm command in PowerShell.
stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 100000000
This is for increasing limit to 100 MB.
No comments:
Post a Comment