<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Increasing the maximum size of list templates</title>
	<atom:link href="http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/</link>
	<description>Ari Bakker&#039;s thoughts on customising and configuring SharePoint 2007 and 2010</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:08:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Matt Pinkston</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-1736</link>
		<dc:creator>Matt Pinkston</dc:creator>
		<pubDate>Wed, 21 Sep 2011 23:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-1736</guid>
		<description>Our main list called BP which is details around our pursuit budgets is accessible via standard SharePoint forms and custom developed list forms developed in SPD.  

However we cannot backup the data using the standard save as a template, this give is the following error:
 
http://blogs.technet.com/b/sharepointcomic/archive/2008/11/18/failure-decompressing-data-from-a-cabinet-file.aspx 

We also tried to backup by creating a standard view with all the table fields and tried to export to excel, but we get this error:
connecting to datasource then…
 

The other function we tried was to connect the SharePoint list BP to MS Access and open the table BP after import but that also errors with:</description>
		<content:encoded><![CDATA[<p>Our main list called BP which is details around our pursuit budgets is accessible via standard SharePoint forms and custom developed list forms developed in SPD.  </p>
<p>However we cannot backup the data using the standard save as a template, this give is the following error:</p>
<p><a href="http://blogs.technet.com/b/sharepointcomic/archive/2008/11/18/failure-decompressing-data-from-a-cabinet-file.aspx" rel="nofollow">http://blogs.technet.com/b/sharepointcomic/archive/2008/11/18/failure-decompressing-data-from-a-cabinet-file.aspx</a> </p>
<p>We also tried to backup by creating a standard view with all the table fields and tried to export to excel, but we get this error:<br />
connecting to datasource then…</p>
<p>The other function we tried was to connect the SharePoint list BP to MS Access and open the table BP after import but that also errors with:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari Bakker</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-1240</link>
		<dc:creator>Ari Bakker</dc:creator>
		<pubDate>Tue, 14 Dec 2010 18:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-1240</guid>
		<description>@J you can use the following PowerShell to increase the size in SharePoint 2010:

[void][System.Reflection.Assembly]::LoadWithPartialName(&quot;Microsoft.SharePoint&quot;)
[void][System.Reflection.Assembly]::LoadWithPartialName(&quot;Microsoft.SharePoint.Administration&quot;)

$contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
write-host &quot;MaxTemplateDocumentSize before: &quot; $contentService.MaxTemplateDocumentSize 
$contentService.MaxTemplateDocumentSize = 52428800
$contentService.Update()
write-host &quot;MaxTemplateDocumentSize after: &quot; $contentService.MaxTemplateDocumentSize</description>
		<content:encoded><![CDATA[<p>@J you can use the following PowerShell to increase the size in SharePoint 2010:</p>
<p>[void][System.Reflection.Assembly]::LoadWithPartialName(&#8220;Microsoft.SharePoint&#8221;)<br />
[void][System.Reflection.Assembly]::LoadWithPartialName(&#8220;Microsoft.SharePoint.Administration&#8221;)</p>
<p>$contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService<br />
write-host &#8220;MaxTemplateDocumentSize before: &#8221; $contentService.MaxTemplateDocumentSize<br />
$contentService.MaxTemplateDocumentSize = 52428800<br />
$contentService.Update()<br />
write-host &#8220;MaxTemplateDocumentSize after: &#8221; $contentService.MaxTemplateDocumentSize</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-1219</link>
		<dc:creator>J</dc:creator>
		<pubDate>Sat, 04 Dec 2010 03:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-1219</guid>
		<description>-propertyname max-template-document-size does not seem to exist for MOSS2010, any idea what it changed to?  I see some possibly related, but nothing obvious... 
Thx in advance.</description>
		<content:encoded><![CDATA[<p>-propertyname max-template-document-size does not seem to exist for MOSS2010, any idea what it changed to?  I see some possibly related, but nothing obvious&#8230;<br />
Thx in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-255</link>
		<dc:creator>arun</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-255</guid>
		<description>Hi Bakker

Thanks for post 

After i increase the size of templates list , i have another problem &quot;Failure decompressing data from a cabinet file&quot; DO you have any idea how to recover from this</description>
		<content:encoded><![CDATA[<p>Hi Bakker</p>
<p>Thanks for post </p>
<p>After i increase the size of templates list , i have another problem &#8220;Failure decompressing data from a cabinet file&#8221; DO you have any idea how to recover from this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari Bakker</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-203</link>
		<dc:creator>Ari Bakker</dc:creator>
		<pubDate>Fri, 11 Dec 2009 12:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-203</guid>
		<description>@dani3lr to create a list from a template navigate to the List Template Gallery (Site Actions &gt; Site Settings &gt; Galleries &#124; List templates) and upload the template file. You should then see the list appear on the &#039;Create&#039; page (Site Actions &gt; View All Site Content &gt; Create).</description>
		<content:encoded><![CDATA[<p>@dani3lr to create a list from a template navigate to the List Template Gallery (Site Actions > Site Settings > Galleries | List templates) and upload the template file. You should then see the list appear on the &#8216;Create&#8217; page (Site Actions > View All Site Content > Create).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dani3lr</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-202</link>
		<dc:creator>dani3lr</dc:creator>
		<pubDate>Fri, 11 Dec 2009 11:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-202</guid>
		<description>sorry, for my lack of skill. 
I consider that it can be the way to backup list or document library. 
If I succeed to &quot;save list as template&quot; include content, how to use it to restore or export back to the list?</description>
		<content:encoded><![CDATA[<p>sorry, for my lack of skill.<br />
I consider that it can be the way to backup list or document library.<br />
If I succeed to &#8220;save list as template&#8221; include content, how to use it to restore or export back to the list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-95</link>
		<dc:creator>Geoffrey</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-95</guid>
		<description>Great post. Thank you very much!</description>
		<content:encoded><![CDATA[<p>Great post. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shani Bagley</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-96</link>
		<dc:creator>Shani Bagley</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-96</guid>
		<description>Thank you!  That did the trick.</description>
		<content:encoded><![CDATA[<p>Thank you!  That did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Wallbridge</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-97</link>
		<dc:creator>Sean Wallbridge</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-97</guid>
		<description>Thanks, very helpful.  I ran it, worked immediately, no need for iisreset under normal circumstances I suppose.</description>
		<content:encoded><![CDATA[<p>Thanks, very helpful.  I ran it, worked immediately, no need for iisreset under normal circumstances I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashraf</title>
		<link>http://www.sharepointconfig.com/2007/05/increasing-the-maximum-size-of-list-templates/comment-page-1/#comment-98</link>
		<dc:creator>Ashraf</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=23#comment-98</guid>
		<description>Same thing as Craig... I successfully ran the command, reset iis but still having the same error message...</description>
		<content:encoded><![CDATA[<p>Same thing as Craig&#8230; I successfully ran the command, reset iis but still having the same error message&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

