The list is too large to save as a template

I got the following error message when I tried to save a SharePoint 2013 site as a template.

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

TemplateSize1

Resolution: I had to run the following STSADM command on SharePoint server to increase the template size.

STSADM -o setproperty -propertyname max-template-document-size -propertyvalue 262144000

There has been an error while loading the form

Error Message : There has been an error while loading the form. A required resource could not be downloaded. To To try to resume the download, refresh the page.

InfoPathSessionTimeout1

SharePoint 2010 | InfoPath 2010 | Windows Server 2008 R2

ULS error message:

SessionTimeout2

Resolution : In this case, I had to increase the session timeout in IIS (default value is 20 minutes).

1. Open IIS and click on ‘ASP’.

2. Under ‘Services’, expand ‘Session Properties’.

3. Increase the time-out value.

InfoPathSessionTimeout3

An error occurred within the report server database

I got the following error message when I tried configuring SSRS report subscriptions in SharePoint 2010.

Error message: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError)

SSRS_Subscription

Resolution : In this case, error occurred because SQL Agent service was stopped in the server. After starting SQL Agent service, it started working.

To edit the form on this page you will need to enable scripting on your computer

I got the following error message on Internet Explorer 11 when i viewed an InfoPath browser enabled form.

Error message : To edit the form on this page you will need to enable scripting on your computer

Internet explorer version : 11

Operating System : Windows Server 2012 R2

InfoPathScript

Resolution : “Active scripting” should be enabled in IE options.

InfoPathScript2 

Also I have added this site to “Local Intranet”.

InfoPathScript3

Customize Form button is missing on SharePoint 2010 list ribbon

Issue : Customize Form button is missing on SharePoint 2010 list ribbon.

CustomizeForm1

Additional details : 

–  This site runs on SharePoint Enterprise Edition (Form services are available only in Enterprise edition)

Resolution: In this case, I had to enable Enterprise features through central administration.

Central Administration -> Upgrade and Migration ->Enable Features on existing sites

Enable Enterprise features

Enable Enterprise features

Enable enterprise features

Once its completed, “Customize Form” button will appear on list ribbon.

Customize Form

Customize Form