<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Fun &#187; InfoPath</title>
	<atom:link href="http://blog.qumsieh.ca/tag/infopath/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Tue, 27 Jul 2010 03:07:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Removing a Form Template from Central Admin Generates Error</title>
		<link>http://blog.qumsieh.ca/2008/01/30/removing-a-form-template-from-central-admin-generates-an-error/</link>
		<comments>http://blog.qumsieh.ca/2008/01/30/removing-a-form-template-from-central-admin-generates-an-error/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 00:12:19 +0000</pubDate>
		<dc:creator>shereen</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[InfoPath]]></category>

		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=37</guid>
		<description><![CDATA[Sometimes, when I attempt to remove a form template that was deployed as an administrator approved template, I run into issues. If you&#8217;ve ever received the error below, then you&#8217;ll have to use stsadm to remove the feature that is associated with that particular form template. This form template was deployed as part of the [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, when I attempt to remove a form template that was deployed as an administrator approved template, I run into issues. If you&#8217;ve ever received the error below, then you&#8217;ll have to use stsadm to remove the feature that is associated with that particular form template.</p>
<p><span style="color: red;">This form template was deployed as part of the FT-01-f97dd99b-7ea7-1c56-25e5-eddf7ff6099b feature.  This form template should be removed only by uninstalling that feature. </span></p>
<p>Resolution:</p>

<div class="wp_syntax"><div class="code"><pre class="console" style="font-family:monospace;">stsadm -o uninstallfeature -id idoffeature -force
stsadm -o uninstallfeature -id f97dd99b-7ea7-1c56-25e5-eddf7ff6099 -force</pre></div></div>

<p>To determine the id, navigate to the</p>

<div class="wp_syntax"><div class="code"><pre class="console" style="font-family:monospace;">C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES\FT-01-f97dd99b-7ea7-1c56-25e5-eddf7ff6099b</pre></div></div>

<p>and locate the feature.xml file. The id will be located inside of this file.</p>
<p>The InfoPath team blog has a great post on becoming a better template administrator:<br />
<a href="http://blogs.msdn.com/infopath/archive/2006/10/23/behind-the-scenes-of-administrator-approved-form-templates.aspx">Behind the Scenes of Administrator-Approved Form Templates</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.qumsieh.ca/2008/01/30/removing-a-form-template-from-central-admin-generates-an-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
