Thursday, August 6, 2009

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

Reason:

By default, Microsoft has restricted the download size of the list template as 10MB (10485760 bytes). If you are trying to save site/list template which are having more than 10MB size, you will get "The list is too large to save as a template. The size of a template cannot exceed 10485760 bytes." error. 

To resolve this issue, you have to run the below command in the command prompt:
stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 524288000


In my above command, I have set template limit as 500MB. 


1 comment:

  1. I am facing the issue "Object reference not set to an instance of an object".

    Can you help me in it?

    ReplyDelete