<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Master-SharePoint.com SharePoint Resource Blog</title>
	
	<link>http://blog.master-sharepoint.com</link>
	<description>SharePoint &amp; InfoPath tips tutorials and resources</description>
	<lastBuildDate>Tue, 17 Aug 2010 12:24:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Master-sharepoint" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="master-sharepoint" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Managed Properties Not Populating with Data – Metadata Property Mappings</title>
		<link>http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/</link>
		<comments>http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 12:24:54 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Administration]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[SharePoint Troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=148</guid>
		<description><![CDATA[Managed Properties Not Populating with Data &#8211; Metadata Property Mappings
I had an issue with managed properties and custom search results, where i was unable to properly search across custom fields as well as customising the search results.  The objective was to create a custom search engine that uses a scope configured to include results for [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/08/sharepoint-metadata-not-saving-after-editing-properties/' rel='bookmark' title='Permanent Link: SharePoint Metadata Not Saving After Editing Properties'>SharePoint Metadata Not Saving After Editing Properties</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-error-updating-content-type-failed-when-publishing-to-sharepoint/' rel='bookmark' title='Permanent Link: InfoPath Error &#8211; Updating Content Type Failed When Publishing to SharePoint'>InfoPath Error &#8211; Updating Content Type Failed When Publishing to SharePoint</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/where-is-sharepoint-web-config/' rel='bookmark' title='Permanent Link: Where is SharePoint web.config?'>Where is SharePoint web.config?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/M01N6xPW3XpcXrFZM2FGxJD7XPE/0/da"><img src="http://feedads.g.doubleclick.net/~a/M01N6xPW3XpcXrFZM2FGxJD7XPE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M01N6xPW3XpcXrFZM2FGxJD7XPE/1/da"><img src="http://feedads.g.doubleclick.net/~a/M01N6xPW3XpcXrFZM2FGxJD7XPE/1/di" border="0" ismap="true"></img></a></p><p><strong><a id="d1rz" title="Managed Properties Not Populating with Data - Metadata Property Mappings" href="http://blog-sharepoint.blogspot.com/2010/08/metadata-property-mappings-managed.html">Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></strong></p>
<p>I had an issue with managed properties and custom search results, where i was unable to properly search across custom fields as well as customising the search results.  The objective was to create a custom search engine that uses a scope configured to include results for items from a specific content type, where the content type has been deployed to multiple Site Collections.  The issue was that the managed property was not being populated with the expected data from all site collections.  Instances where the custom metadata fields was found on the primary collection worked fine, allowing the custom field to be included in the search and displayed in the results.</p>
<p>For all items on other site collection that use the same content type, the expected value was not included in the Managed Property.  When viewing search results, items from these site collections had no data for the value of the managed property when viewing the search results.</p>
<p>I found that the issue related to deploying the content type to each site collection.  After the deploy was complete, only the custom column from the primary site collection was accessible when mapping fields to the managed property.  The internal names for the equivelant columns on each of the other site collections were set in the format of an Id.  Redeploying the content types allowed the columns accross each site collection to be referrenced using the standard internal name instead of the column Id, or removing and re-adding the problem columns from the content types.  A temporary workaround was to map each instance of the columns from each site collection to the required managed property, with the option &#8220;Include values from a single crawled property based on the order specified&#8221; selected.</p>
<p>See <a id="ogbf" title="Managed Properties Not Populating with Data - Metadata Property Mappings" href="http://blog-sharepoint.blogspot.com/2010/08/metadata-property-mappings-managed.html">Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a> for details.</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/08/sharepoint-metadata-not-saving-after-editing-properties/' rel='bookmark' title='Permanent Link: SharePoint Metadata Not Saving After Editing Properties'>SharePoint Metadata Not Saving After Editing Properties</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-error-updating-content-type-failed-when-publishing-to-sharepoint/' rel='bookmark' title='Permanent Link: InfoPath Error &#8211; Updating Content Type Failed When Publishing to SharePoint'>InfoPath Error &#8211; Updating Content Type Failed When Publishing to SharePoint</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/where-is-sharepoint-web-config/' rel='bookmark' title='Permanent Link: Where is SharePoint web.config?'>Where is SharePoint web.config?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Part Connection Issues</title>
		<link>http://blog.master-sharepoint.com/2010/08/web-part-connection-issues/</link>
		<comments>http://blog.master-sharepoint.com/2010/08/web-part-connection-issues/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 12:23:44 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Design / Customisation]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[SharePoint Troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=146</guid>
		<description><![CDATA[Web Part Connection Issues 
I was having some trouble configuring Web Part connections between multiple web parts on a single page. The following article was able to assist, as there are a number of custom (third party) Web Parts on the page that being used in the connections to collect and pass parameters or filter [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/01/infopath-data-connection-not-returning-all-results/' rel='bookmark' title='Permanent Link: InfoPath data connection not returning all results'>InfoPath data connection not returning all results</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/issue-deploying-solution-after-adding-to-solution-store/' rel='bookmark' title='Permanent Link: Issue Deploying Solution After adding to Solution Store'>Issue Deploying Solution After adding to Solution Store</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/oPLNKJ4G07_WQkHr9bgtEORoCYw/0/da"><img src="http://feedads.g.doubleclick.net/~a/oPLNKJ4G07_WQkHr9bgtEORoCYw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/oPLNKJ4G07_WQkHr9bgtEORoCYw/1/da"><img src="http://feedads.g.doubleclick.net/~a/oPLNKJ4G07_WQkHr9bgtEORoCYw/1/di" border="0" ismap="true"></img></a></p><p><a href="http://blog-sharepoint.blogspot.com/2010/07/web-part-connections-not-working-web.html"><strong>Web Part Connection Issues </strong></a></p>
<p>I was having some trouble configuring Web Part connections between multiple web parts on a single page. The following article was able to assist, as there are a number of custom (third party) Web Parts on the page that being used in the connections to collect and pass parameters or filter values to Web Parts.</p>
<p>The issue occurred if the page was saved using SharePoint Designer. When the page is saved using SharePoint Designer after configuring a Web Part Connection, all Web Parts with previously configured connections disappear off the page. when in design mode, the Web Parts are still on the page, but are not visible when viewing the shared view of the page.</p>
<p>See <a href="http://blog-sharepoint.blogspot.com/2010/07/web-part-connections-not-working-web.html">Web Part Connection Issues </a>for details.</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/01/infopath-data-connection-not-returning-all-results/' rel='bookmark' title='Permanent Link: InfoPath data connection not returning all results'>InfoPath data connection not returning all results</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/issue-deploying-solution-after-adding-to-solution-store/' rel='bookmark' title='Permanent Link: Issue Deploying Solution After adding to Solution Store'>Issue Deploying Solution After adding to Solution Store</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/08/web-part-connection-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue Deploying Solution After adding to Solution Store</title>
		<link>http://blog.master-sharepoint.com/2010/08/issue-deploying-solution-after-adding-to-solution-store/</link>
		<comments>http://blog.master-sharepoint.com/2010/08/issue-deploying-solution-after-adding-to-solution-store/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 12:22:04 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint Administration]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=144</guid>
		<description><![CDATA[Issue Deploying Solution After adding to Solution Store &#8211; SharePoint (MOSS 2007) 
Deployment Status remains as &#8220;None&#8221; after deploying a solution, even thought result of the last operation states: &#8220;The solution was successfully deployed&#8221;.
The following article explains how to deploy the solution manually on the frontend server of the SharePoint Farm:
Issue Deploying Solution After adding [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/where-is-sharepoint-web-config/' rel='bookmark' title='Permanent Link: Where is SharePoint web.config?'>Where is SharePoint web.config?</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/web-part-connection-issues/' rel='bookmark' title='Permanent Link: Web Part Connection Issues'>Web Part Connection Issues</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/SjFf51jJdse7P2-HihXiCLvWGzE/0/da"><img src="http://feedads.g.doubleclick.net/~a/SjFf51jJdse7P2-HihXiCLvWGzE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SjFf51jJdse7P2-HihXiCLvWGzE/1/da"><img src="http://feedads.g.doubleclick.net/~a/SjFf51jJdse7P2-HihXiCLvWGzE/1/di" border="0" ismap="true"></img></a></p><p><a href="http://blog-sharepoint.blogspot.com/2010/07/cant-deploy-solution-once-added-to.html"><strong>Issue Deploying Solution After adding to Solution Store</strong></a><strong> &#8211; SharePoint (MOSS 2007) </strong></p>
<p>Deployment Status remains as &#8220;None&#8221; after deploying a solution, even thought result of the last operation states: &#8220;The solution was successfully deployed&#8221;.</p>
<p>The following article explains how to deploy the solution manually on the frontend server of the SharePoint Farm:<br />
<a href="http://blog-sharepoint.blogspot.com/2010/07/cant-deploy-solution-once-added-to.html">Issue Deploying Solution After adding to Solution Store</a> &#8211; SharePoint (MOSS 2007)</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/where-is-sharepoint-web-config/' rel='bookmark' title='Permanent Link: Where is SharePoint web.config?'>Where is SharePoint web.config?</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/web-part-connection-issues/' rel='bookmark' title='Permanent Link: Web Part Connection Issues'>Web Part Connection Issues</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/08/issue-deploying-solution-after-adding-to-solution-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Metadata Not Saving After Editing Properties</title>
		<link>http://blog.master-sharepoint.com/2010/08/sharepoint-metadata-not-saving-after-editing-properties/</link>
		<comments>http://blog.master-sharepoint.com/2010/08/sharepoint-metadata-not-saving-after-editing-properties/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 12:18:54 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint Troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=141</guid>
		<description><![CDATA[SharePoint Metadata Not Saving After Editing Properties
Document metadata not saving when editing using the SharePoint web/browser interface. The issue seemed to relate to the version of Microsoft Office Client applications such as Word and Excel, where the metadata would revert to the default values after saving the document from SharePoint.
See Metadata Error: Metadata not saving [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-data-connection-not-returning-all-results/' rel='bookmark' title='Permanent Link: InfoPath data connection not returning all results'>InfoPath data connection not returning all results</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/spd-workflow-issue-solved-list-item-not-found-error-when-finding-item-using-metadata-value/' rel='bookmark' title='Permanent Link: SPD Workflow Issue Solved &#8211; List item not found error when finding item using metadata value'>SPD Workflow Issue Solved &#8211; List item not found error when finding item using metadata value</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/VhSPEWcHf8UWQfjOyK3drNFjG3s/0/da"><img src="http://feedads.g.doubleclick.net/~a/VhSPEWcHf8UWQfjOyK3drNFjG3s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VhSPEWcHf8UWQfjOyK3drNFjG3s/1/da"><img src="http://feedads.g.doubleclick.net/~a/VhSPEWcHf8UWQfjOyK3drNFjG3s/1/di" border="0" ismap="true"></img></a></p><p><a href="http://blog-sharepoint.blogspot.com/2010/08/metadata-not-saving-after-editing.html"><strong>SharePoint Metadata Not Saving After Editing Properties</strong></a></p>
<p>Document metadata not saving when editing using the SharePoint web/browser interface. The issue seemed to relate to the version of Microsoft Office Client applications such as Word and Excel, where the metadata would revert to the default values after saving the document from SharePoint.</p>
<p>See <a href="http://blog-sharepoint.blogspot.com/2010/08/metadata-not-saving-after-editing.html">Metadata Error: Metadata not saving on item in Document Library after editing Properties</a> for details</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-data-connection-not-returning-all-results/' rel='bookmark' title='Permanent Link: InfoPath data connection not returning all results'>InfoPath data connection not returning all results</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/spd-workflow-issue-solved-list-item-not-found-error-when-finding-item-using-metadata-value/' rel='bookmark' title='Permanent Link: SPD Workflow Issue Solved &#8211; List item not found error when finding item using metadata value'>SPD Workflow Issue Solved &#8211; List item not found error when finding item using metadata value</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/08/sharepoint-metadata-not-saving-after-editing-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfoPath SharePoint Development</title>
		<link>http://blog.master-sharepoint.com/2010/08/infopath-sharepoint-development/</link>
		<comments>http://blog.master-sharepoint.com/2010/08/infopath-sharepoint-development/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:37:38 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SgarePoint Design / Customisation]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Communities]]></category>
		<category><![CDATA[SharePoint Design / Customisation]]></category>
		<category><![CDATA[SharePoint Resources]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[SharePoint Administration]]></category>
		<category><![CDATA[SharePoint Blogs]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=139</guid>
		<description><![CDATA[SharePoint News &#38; Development Resources
DevSharePoint.com provides the latest SharePoint news and resources. Stay up to date with SharePoint 2010, MOSS 2007, WSS, SharePoint Designer (2007/2010), InfoPath.
InfoPath &#38; SharePoint Development Tutorials, Resources &#38; How To&#8217;s
InfoPathSharePoint.net provides the latest InfoPath development tutorials, InfoPath Form Services administration tips, tricks and how to&#8217;s. InfoPath SharePoint Integration: Integrate InfoPath Forms [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/03/sharepoint-infopath-forms/' rel='bookmark' title='Permanent Link: SharePoint InfoPath Forms'>SharePoint InfoPath Forms</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/02/infopath-sharepoint-integration/' rel='bookmark' title='Permanent Link: InfoPath SharePoint Integration'>InfoPath SharePoint Integration</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-forms-in-sharepoint/' rel='bookmark' title='Permanent Link: InfoPath Forms in SharePoint'>InfoPath Forms in SharePoint</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/T17V0eRhggc2LX8rhsw8rQFk67I/0/da"><img src="http://feedads.g.doubleclick.net/~a/T17V0eRhggc2LX8rhsw8rQFk67I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/T17V0eRhggc2LX8rhsw8rQFk67I/1/da"><img src="http://feedads.g.doubleclick.net/~a/T17V0eRhggc2LX8rhsw8rQFk67I/1/di" border="0" ismap="true"></img></a></p><p><span><a rel="nofollow" href="http://www.devsharepoint.com/" target="_blank"><strong>SharePoint News &amp; Development Resources</strong></a><br />
DevSharePoint.com provides the latest SharePoint news and resources. Stay up to date with SharePoint 2010, MOSS 2007, WSS, SharePoint Designer (2007/2010), InfoPath.</p>
<p><a rel="nofollow" href="http://www.infopathsharepoint.net/" target="_blank"><strong>InfoPath &amp; SharePoint Development Tutorials, Resources &amp; How To&#8217;s</strong></a><br />
InfoPathSharePoint.net provides the latest InfoPath development tutorials, InfoPath Form Services administration tips, tricks and how to&#8217;s. InfoPath SharePoint Integration: Integrate InfoPath Forms with SharePoint lists, libraries &amp; workflow.</p>
<p><a rel="nofollow" href="http://www.sharepoint-infopath.com/" target="_blank"><strong>SharePoint &amp; InfoPath News &amp; Resources</strong></a><br />
SharePoint Administration, Development, Design &amp; Customization Resources from around the internet. SharePoint &amp; InfoPath News. InfoPath SharePoint Integration. InfoPath Form Template Design. InfoPath Form layouts, design tips &amp; techniques. </span></p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/03/sharepoint-infopath-forms/' rel='bookmark' title='Permanent Link: SharePoint InfoPath Forms'>SharePoint InfoPath Forms</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/02/infopath-sharepoint-integration/' rel='bookmark' title='Permanent Link: InfoPath SharePoint Integration'>InfoPath SharePoint Integration</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-forms-in-sharepoint/' rel='bookmark' title='Permanent Link: InfoPath Forms in SharePoint'>InfoPath Forms in SharePoint</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/08/infopath-sharepoint-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint &amp; InfoPath Resources</title>
		<link>http://blog.master-sharepoint.com/2010/08/sharepoint-infopath-resources/</link>
		<comments>http://blog.master-sharepoint.com/2010/08/sharepoint-infopath-resources/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 09:19:47 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=135</guid>
		<description><![CDATA[
DevSharePoint.com

SharePoint Development Solutions



SharePoint-InfoPath.com

SharePoint, InfoPath Development Solutions



InfoPathSharePoint.net

InfoPath SharePoint Solutions


Restoring Site Collection on Same Web Application Requires  Additional Content DB
Posted by nikspatel on August 11, 2010

If you have already restored the site collection (e.g. http://sp2010vm/) on the given web  application and if you try to restore same site collection at the different path  (e.g. [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/dZ5kt_mlOotO5FOqhmewzFBLbes/0/da"><img src="http://feedads.g.doubleclick.net/~a/dZ5kt_mlOotO5FOqhmewzFBLbes/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dZ5kt_mlOotO5FOqhmewzFBLbes/1/da"><img src="http://feedads.g.doubleclick.net/~a/dZ5kt_mlOotO5FOqhmewzFBLbes/1/di" border="0" ismap="true"></img></a></p><div>
<h3><a href="http://www.devsharepoint.com/">DevSharePoint.com</a></h3>
<p><a href="http://www.devsharepoint.com/" target="_blank"></a></p>
<div>SharePoint Development Solutions</div>
</div>
<div>
<div>
<h3><a href="http://www.sharepoint-infopath.com/">SharePoint-InfoPath.com</a></h3>
<p><a href="http://www.sharepoint-infopath.com/" target="_blank"></a></p>
<div>SharePoint, InfoPath Development Solutions</div>
</div>
<div>
<div>
<h3><a href="http://www.infopathsharepoint.net/">InfoPathSharePoint.net</a></h3>
<p><a href="http://www.infopathsharepoint.net/" target="_blank"></a></p>
<div>InfoPath SharePoint Solutions</div>
</div>
<div>
<h2 style="font-size: 12pt;"><a href="http://www.infopathsharepoint.net/sp/2470-Restoring-Site-Collection-on-Same-Web-Application-Requires-A/" target="_blank">Restoring Site Collection on Same Web Application Requires  Additional Content DB</a></h2>
<p>Posted by nikspatel on August 11, 2010</p>
<div>
<p>If you have already restored the site collection (e.g. http://sp2010vm/) on the given web  application and if you try to restore same site collection at the different path  (e.g. http://sp2010vm/sites/projectinit) in the same web  application and same content database, Restore-SPSite with throw error – “The  operation that you are attempting to perform cannot be completed successfully.   N&#8230;</p></div>
</div>
<div>
<p>Posted by nikspatel on August 11, 2010</p>
<div>
<p>Recently I was working on the packaging up the site collection developed in  my virtual machine and deploying to the client’s environment. In my virtual  environment, I have created small sampling of client users in my active  directory (e.g. Niks patel) during the development and demo process. During the  deployment, when I packaged up the site collection using the Backup-SPSite  command and res&#8230;</p></div>
</div>
<div>
<div>
<h2 style="font-size: 12pt;"><a href="http://www.sharepoint-infopath.com/sp/2463-InfoPath-User-Roles-in-Browser-Based-Forms-Another-Way-Part-/" target="_blank">InfoPath User Roles in Browser-Based Forms- Another Way (Part 1 of  2)</a></h2>
<p>Posted by Laura Rogers on August 9, 2010</p>
<div>
<p>Title: InfoPath User Roles in Browser-Based Forms- Another Way (Part 1 of 2)  Body: This blog post applies to both InfoPath 2007 and 2010, and both SharePoint  2007 and 2010, in MOSS and SharePoint Server 2010 (not WSS or Foundation).  There’s a concept in InfoPath called&#8230; Category: MS Office # Comments: 3  Attachments:</p></div>
</div>
<div>
<h2 style="font-size: 12pt;"><a href="http://www.sharepoint-infopath.com/sp/2513-Compare-SharePoint-Editions/" target="_blank">Compare SharePoint Editions</a></h2>
<p>Posted by sven gillis on August 8, 2010</p>
<div>
<p>A quick reference to compare SharePoint 2010 Editions (Foundation, Standard,  Enterprise)&#8230;</p></div>
</div>
<div>
<h2 style="font-size: 12pt;"><a href="http://www.sharepoint-infopath.com/sp/2495-Nintex-Workflow-2010-Installation/" target="_blank">Nintex Workflow 2010 Installation</a></h2>
<p>Posted by Johan Olivier on August 5, 2010</p>
<div>
<p>Today I installed and configured Nintex Workflow 2010 for SharePoint 2010.I  must say, the guys at Nintex are doing a brilliant job and their product  documentation is clear and easy to follow.I had absolutely no problems  installing Nintex Workflow 2010 on my SharePoint 2010 sandbox and this tutorial  will show how easy it is to prepa</p>
<div>
<h2 style="font-size: 12pt;"><a href="http://www.devsharepoint.com/sp/2526-Sharepoint-Deploy-Master-Page/" target="_blank">Sharepoint Deploy Master Page</a></h2>
<p>Posted by sladescross on August 14, 2010</p>
<div>
<p>M.Add an elements.xml file to the DemoMasterPage folder A.This file tells  SharePoint what to do with this feature. For example: we want to deploy our  master page to the master page gallery. This is the file that will tell  SharePoint to do that. B.It doesn’t have to be called elements.xml. But, it does  have to be called&#8230;</p></div>
</div>
<div>
<h2 style="font-size: 12pt;"><a href="http://www.devsharepoint.com/sp/2527-Sharepoint-Master-Pages-and-Style-Sheets/" target="_blank">Sharepoint Master Pages and Style Sheets</a></h2>
<p>Posted by sladescross on August 14, 2010</p>
<div>
<p>Master Page + (Content) Page Layout = Page. &#8230;</p></div>
</div>
<div>
<h2 style="font-size: 12pt;"><a href="http://www.devsharepoint.com/sp/2528-Sharepoint-2010-SQL-For-SPField-When-Compressed/" target="_blank">Sharepoint 2010 SQL For SPField When Compressed</a></h2>
<h3>
<div>
<h4>SharePoint Development Solutions</h4>
</div>
<div>
<div>
<h4>SharePoint, InfoPath Development Solutions</h4>
</div>
<div>
<div>
<h4>InfoPath SharePoint Solutions</h4>
</div>
</div>
</div>
</h3>
</div>
</div>
</div>
</div>
</div>
</div>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/08/sharepoint-infopath-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize TOC Web Part CSS – Part 2</title>
		<link>http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-2/</link>
		<comments>http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-2/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 11:54:27 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Design / Customisation]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[SPD]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=129</guid>
		<description><![CDATA[
Customize TOC Web Part CSS

How to Replace default CSS styles used by a TOCWP with new CSS Classes
How to modify the default XSL Style Sheets used by Table of Contents web Parts to replace the default CSS classes with new ones.  Modify styles for all TOCWPs accross a SharePoint site collection.
How to differentiate styles between [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-1/' rel='bookmark' title='Permanent Link: Customize TOC Web Part CSS &#8211; Part 1'>Customize TOC Web Part CSS &#8211; Part 1</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/sharepoint-designer-2007-run-reports-for-all-sites-programmatically/' rel='bookmark' title='Permanent Link: SharePoint Designer (2007) &#8211; Run reports for all sites programmatically'>SharePoint Designer (2007) &#8211; Run reports for all sites programmatically</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/infopath-sharepoint-development/' rel='bookmark' title='Permanent Link: InfoPath SharePoint Development'>InfoPath SharePoint Development</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/CPdpSXVGOg0MRbs7dpNVtaND414/0/da"><img src="http://feedads.g.doubleclick.net/~a/CPdpSXVGOg0MRbs7dpNVtaND414/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CPdpSXVGOg0MRbs7dpNVtaND414/1/da"><img src="http://feedads.g.doubleclick.net/~a/CPdpSXVGOg0MRbs7dpNVtaND414/1/di" border="0" ismap="true"></img></a></p><h2></h2>
<h2><strong><span style="text-decoration: underline;"><a title="Customise Table of Contents Web Part CSS Styles (TOCWP) MOSS 2007 - Page 2" href="http://blog-sharepoint.blogspot.com/2010/07/customise-table-of-contents-web-part_11.html" target="_blank">Customize TOC Web Part CSS</a></span></strong></h2>
<h2></h2>
<p><strong>How to Replace default CSS styles used by a TOCWP with new CSS Classes</strong><br />
How to modify the default XSL Style Sheets used by Table of Contents web Parts to replace the default CSS classes with new ones.  Modify styles for all TOCWPs accross a SharePoint site collection.</p>
<p><strong>How to differentiate styles between the Horizontal &amp; Vertical Presentation Layouts of a TOCWP</strong><br />
Various presentation layouts available for a Table of Contents web Part use identical class names as other presentation layouts.  To differentiate classes that are used by multiple presentation layouts, you can write new CSS classes, then replace the default by modifying the XSL Style Sheet used to format TOC Web Parts.</p>
<p><strong>Where to find the default XSL Style Sheets for a TOCWP in SharePoint (MOSS)</strong><br />
Where are the default XSL Style Sheets located for a Table of Contents Web Part (TOCWP)?  The default XSL style Sheets used are located in the style library of the site collection (http://sitecollectionurl/Style Library/XSL Style Sheets/LevelStyle.xsl).</p>
<p><strong>How to modify and apply changes to the Default XSL Style Sheet for TOC Web Parts<br />
</strong>How to make changes to the global (default) XSL Style Sheets for application to all Table of Contents Web Parts accross a Site Collection, and how to implement CSS styles that correspond to the changes to allow TOC Web Parts to be rendered with the modified styles.  <strong><br />
</strong><br />
<strong>Download sample image set and style sheets for TOCWPs</strong><br />
Customise the Table of Contents Web Part styles with background images and and alternate theme.  Download a sample image set and corresponding style sheets to apply customised styles to one or many Table of Contents Web Parts.</p>
<p><strong>How to Customise All Table Of Contents Web Parts in a Site Collection</strong><br />
How to modify default style classes, and/or the default XSL style sheet used by Table Of Contents Web Parts accross an entire Site Collection.  Override or replace default styles used by a TOCWP, then apply the styles to a globally available style sheet for use by any Table of Contents Web Part in a Site Collection.</p>
<h3><strong>See <a title="Customise Table of Contents Web Part CSS Styles (TOCWP) MOSS 2007 - Page 1" href="http://blog-sharepoint.blogspot.com/2010/07/customise-table-of-contents-web-part.html" target="_blank">Customize TOC Web Part CSS</a> for details.</strong></h3>
<p><strong><br />
</strong></p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-1/' rel='bookmark' title='Permanent Link: Customize TOC Web Part CSS &#8211; Part 1'>Customize TOC Web Part CSS &#8211; Part 1</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/sharepoint-designer-2007-run-reports-for-all-sites-programmatically/' rel='bookmark' title='Permanent Link: SharePoint Designer (2007) &#8211; Run reports for all sites programmatically'>SharePoint Designer (2007) &#8211; Run reports for all sites programmatically</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/infopath-sharepoint-development/' rel='bookmark' title='Permanent Link: InfoPath SharePoint Development'>InfoPath SharePoint Development</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize TOC Web Part CSS – Part 1</title>
		<link>http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-1/</link>
		<comments>http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-1/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 11:50:51 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Design / Customisation]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[TOCWP]]></category>
		<category><![CDATA[Web Parts]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=127</guid>
		<description><![CDATA[Customize TOC Web Part CSS
How to override default CSS styles/classes for one or more TOC Web Part in SharePoint
How to override CSS classes used by one or many Table of Contents web Parts (TOCWP) without affecting the default classes or XSL stylesheets.  Using CSS, the styles of one or more TOC Web Parts can be [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-2/' rel='bookmark' title='Permanent Link: Customize TOC Web Part CSS &#8211; Part 2'>Customize TOC Web Part CSS &#8211; Part 2</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/sharepoint-data-view-conditional-formatting-using-sharepoint-designer/' rel='bookmark' title='Permanent Link: SharePoint Data View Conditional Formatting using SharePoint Designer'>SharePoint Data View Conditional Formatting using SharePoint Designer</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/how-to-configure-a-workflow-to-start-at-specific-time-then-loop-repeat-periodically-daily-weekly/' rel='bookmark' title='Permanent Link: How to configure a workflow to start at specific time, then loop / repeat periodically (Daily, Weekly)'>How to configure a workflow to start at specific time, then loop / repeat periodically (Daily, Weekly)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/AN6BGxZd6fNVa9VVfnI584Dq78c/0/da"><img src="http://feedads.g.doubleclick.net/~a/AN6BGxZd6fNVa9VVfnI584Dq78c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AN6BGxZd6fNVa9VVfnI584Dq78c/1/da"><img src="http://feedads.g.doubleclick.net/~a/AN6BGxZd6fNVa9VVfnI584Dq78c/1/di" border="0" ismap="true"></img></a></p><h2><a title="Customise Table of Contents Web Part CSS Styles (TOCWP) MOSS 2007 - Page 1" href="http://blog-sharepoint.blogspot.com/2010/07/customise-table-of-contents-web-part.html" target="_blank">Customize TOC Web Part CSS</a></h2>
<p><strong>How to override default CSS styles/classes for one or more TOC Web Part in SharePoint</strong><br />
How to override CSS classes used by one or many Table of Contents web Parts (TOCWP) without affecting the default classes or XSL stylesheets.  Using CSS, the styles of one or more TOC Web Parts can be customised by overriding the default classes and styles.  By placing styles direcly into a page, or attaching a stylesheet with the updated classes to the page containing a TOCWP, the default classes can be overridden when the updated classes have the same name.  This can be utilised to allow customisation of the TOCWP without haveing to modify core functionality or style sheets (core.css).</p>
<p><strong>How to customise CSS styles of a single Table of Contents Web Part on a specific page</strong><br />
How to customise a single or specific set of Table of Contents Web Parts, but not others that may exist in a SharePoint site collection.  By Attaching an additional style sheet to a page containing a TOCWP, or by including styles directly in the page allows the TOCWP to be cusomised without having to modify core styles.</p>
<p><strong>How to apply additional Styles to a SharePoint Site, Page or existing CSS Style Sheet</strong><br />
How to incorporate a new stylesheet into a SharePoint site or page.  There are a number of methods available for incorporating styles into a page on SharePoint, including associating the stylesheet as the style sheet to be used by the SharePoint Site, attaching an additional style sheet to a page using SharePoint Designer, or by including the CSS classes in a style tag in the head section of a specific page.</p>
<p><strong>What CSS Classes Does a TOCWP Use by Default</strong><br />
How do I know which CSS classes to make changes to in order to customise a specific presentation layout for a Table of Contents Web Part?  The following provides a table containing the main classes and elements used to render a TOCWP.  The classes can be overridden or replaced with new ones to allow Table Of Contents Web Part styles to be customised.</p>
<p><strong>How to differentiate the styles between the Horrizontal &amp; Vertical presentation Layouts</strong><br />
Many of the Horizontal and Vertical presentation layouts available for a Table of Contents web Part are shared with other presentation layouts, making it hard to customise a specific one.  For example, the &#8220;Vertical with boxed title&#8221; and &#8220;Horizontal with boxed title&#8221; layouts both use the same class for the outer div container and title text.  Overriding CSS styles for one of these presentation layouts will affect TOCWPs on the page with wither of the two layouts.  To differentiate styles between the Vertical / Horizontal layouts (or any others), the XSL style sheet used to define elements and CSS classes for TOC Web Parts needs to be modified to include differentiated classes for the various presentation layouts.</p>
<p><strong>How to include a custom background image for Table Of Contents Web Part Titles using CSS</strong><br />
How to override or replace the default classes used by a Table of Contents Web Part to incorporate background images and an alternate layout.  How to incorporate background images and CSS into a page or style sheet so that they are available to all TOCWP that require the new styles.</p>
<p><strong>Free example image set and styles for Table of Contents Web Part</strong><br />
Download a free example image set for use as background and bullet images for a Table of Contents web Part.  Style Sheets are included to allow default classes to be overridden or replaced with new styles.</p>
<p><strong>Incorporate company Branding into TOCWP Styles</strong><br />
Customise the CSS styles and classes used by a Table of Contents Web Part to include Company Branding.  Apply company branding and theme (fonts, colours, images) into a TOCWP in SharePoint.</p>
<p><strong>See <a title="Customise Table of Contents Web Part CSS Styles (TOCWP) MOSS 2007 - Page 1" href="http://blog-sharepoint.blogspot.com/2010/07/customise-table-of-contents-web-part.html" target="_blank">Customize TOC Web Part CSS</a> for details.</strong></p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-2/' rel='bookmark' title='Permanent Link: Customize TOC Web Part CSS &#8211; Part 2'>Customize TOC Web Part CSS &#8211; Part 2</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/sharepoint-data-view-conditional-formatting-using-sharepoint-designer/' rel='bookmark' title='Permanent Link: SharePoint Data View Conditional Formatting using SharePoint Designer'>SharePoint Data View Conditional Formatting using SharePoint Designer</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/how-to-configure-a-workflow-to-start-at-specific-time-then-loop-repeat-periodically-daily-weekly/' rel='bookmark' title='Permanent Link: How to configure a workflow to start at specific time, then loop / repeat periodically (Daily, Weekly)'>How to configure a workflow to start at specific time, then loop / repeat periodically (Daily, Weekly)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/07/customize-toc-web-part-css-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfoPath Error Opening Form Template in Design Mode</title>
		<link>http://blog.master-sharepoint.com/2010/04/infopath-error-opening-form-template-in-design-mode/</link>
		<comments>http://blog.master-sharepoint.com/2010/04/infopath-error-opening-form-template-in-design-mode/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 03:58:03 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[InfoPath]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=125</guid>
		<description><![CDATA[
InfoPath Error When Opening Form Template in Design Mode

 
I came accross an error in one of my infoPath form templates.  I was working on a template and able to save and publish to the form to SharePoint.  A blank from can be opened and submitted using the published template in Sharepoint, but if I try [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/01/infopath-update-repeating-elementsnodes-in-a-secondary-data-source/' rel='bookmark' title='Permanent Link: InfoPath &#8211; Update Repeating Elements/Nodes in a Secondary Data Source'>InfoPath &#8211; Update Repeating Elements/Nodes in a Secondary Data Source</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-error-updating-content-type-failed-when-publishing-to-sharepoint/' rel='bookmark' title='Permanent Link: InfoPath Error &#8211; Updating Content Type Failed When Publishing to SharePoint'>InfoPath Error &#8211; Updating Content Type Failed When Publishing to SharePoint</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/integrate-infopath-form-with-sharepoint-workflow/' rel='bookmark' title='Permanent Link: Integrate InfoPath Form with SharePoint Workflow'>Integrate InfoPath Form with SharePoint Workflow</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ZMdYUZbONxehoqFG7kQzpFfEsDM/0/da"><img src="http://feedads.g.doubleclick.net/~a/ZMdYUZbONxehoqFG7kQzpFfEsDM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ZMdYUZbONxehoqFG7kQzpFfEsDM/1/da"><img src="http://feedads.g.doubleclick.net/~a/ZMdYUZbONxehoqFG7kQzpFfEsDM/1/di" border="0" ismap="true"></img></a></p><div>
<div><a id="nx3g" title="InfoPath Error When Opening Form Template in Design Mode" href="http://blog-sharepoint.blogspot.com/2010/04/infopath-error-when-opening-form.html"><span style="color: #810081;">InfoPath Error When Opening Form Template in Design Mode</span></a></div>
</div>
<div> </div>
<div>I came accross an error in one of my infoPath form templates.  I was working on a template and able to save and publish to the form to SharePoint.  A blank from can be opened and submitted using the published template in Sharepoint, but if I try to edit (design) the template, the following error occurrs when InfoPath is attempting to open the form:</div>
<div> </div>
<div><strong>InfoPath has encountered an error.  The operation failed.</strong></div>
<div> </div>
<div>There are a number of possible causes for this and similar (parameter) errors, but in this case the error was caused when I removed dome empty group elements from the form&#8217;s main data source.  The groups were no longer being used on the template and did not contain any fields so I would have assumed that thay could be removed without issues.  I was able to narrow down the cause by retracing my steps using previous (working) versions of the form template.</div>
<div> </div>
<div>For more details, see <a id="wsx2" title="InfoPath Error When Opening Form Template in Design Mode" href="http://blog-sharepoint.blogspot.com/2010/04/infopath-error-when-opening-form.html">InfoPath Error When Opening Form Template in Design Mode</a>.</div>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/01/infopath-update-repeating-elementsnodes-in-a-secondary-data-source/' rel='bookmark' title='Permanent Link: InfoPath &#8211; Update Repeating Elements/Nodes in a Secondary Data Source'>InfoPath &#8211; Update Repeating Elements/Nodes in a Secondary Data Source</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-error-updating-content-type-failed-when-publishing-to-sharepoint/' rel='bookmark' title='Permanent Link: InfoPath Error &#8211; Updating Content Type Failed When Publishing to SharePoint'>InfoPath Error &#8211; Updating Content Type Failed When Publishing to SharePoint</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/integrate-infopath-form-with-sharepoint-workflow/' rel='bookmark' title='Permanent Link: Integrate InfoPath Form with SharePoint Workflow'>Integrate InfoPath Form with SharePoint Workflow</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/04/infopath-error-opening-form-template-in-design-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint InfoPath Forms</title>
		<link>http://blog.master-sharepoint.com/2010/03/sharepoint-infopath-forms/</link>
		<comments>http://blog.master-sharepoint.com/2010/03/sharepoint-infopath-forms/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 01:10:53 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Design / Customisation]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[InfoPath Data Connections]]></category>
		<category><![CDATA[InfoPath SharePoint Integration]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=122</guid>
		<description><![CDATA[SharePoint InfoPath Forms
InfoPath forms can be a powerful tool for collecting organising, processing and submitting data of various types. Data Connections allow an infoPath Form to pull data from multiple data sources, including sharePoint. SharePoint InfoPath Forms can provide a rich interface and additional functionality when manipulating data in SharePoint lists and libraries than when [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/01/integrate-infopath-form-with-sharepoint-workflow/' rel='bookmark' title='Permanent Link: Integrate InfoPath Form with SharePoint Workflow'>Integrate InfoPath Form with SharePoint Workflow</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-forms-in-sharepoint/' rel='bookmark' title='Permanent Link: InfoPath Forms in SharePoint'>InfoPath Forms in SharePoint</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/02/infopath-sharepoint-integration/' rel='bookmark' title='Permanent Link: InfoPath SharePoint Integration'>InfoPath SharePoint Integration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Nk1MJ0aYaTIcntQ8w_kdmoWPNw8/0/da"><img src="http://feedads.g.doubleclick.net/~a/Nk1MJ0aYaTIcntQ8w_kdmoWPNw8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Nk1MJ0aYaTIcntQ8w_kdmoWPNw8/1/da"><img src="http://feedads.g.doubleclick.net/~a/Nk1MJ0aYaTIcntQ8w_kdmoWPNw8/1/di" border="0" ismap="true"></img></a></p><p><strong>SharePoint InfoPath Forms</strong></p>
<p>InfoPath forms can be a powerful tool for collecting organising, processing and submitting data of various types. Data Connections allow an infoPath Form to pull data from multiple data sources, including sharePoint. <a href="http://blog-sharepoint.blogspot.com/2009/06/infopath-form-integration-with.html">SharePoint InfoPath Forms</a> can provide a rich interface and additional functionality when manipulating data in SharePoint lists and libraries than when using OOB browser forms.</p>
<p>When using InfoPath to open and complete forms, complex priocessing can be performed without impacting on performance of the SharePoint server as the procing is done by the client. Using SharePoint InfoPath Forms as an Interface to control workflow can provide greater functionality and control over the workflow process. Using an infoPath form to submit data to SharePoint lists can allows data from multiple lists to be updated once processed.</p>
<p><a href="http://blog-sharepoint.blogspot.com/2009/06/infopath-form-integration-with.html">SharePoint InfoPath Forms</a></p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2010/01/integrate-infopath-form-with-sharepoint-workflow/' rel='bookmark' title='Permanent Link: Integrate InfoPath Form with SharePoint Workflow'>Integrate InfoPath Form with SharePoint Workflow</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/infopath-forms-in-sharepoint/' rel='bookmark' title='Permanent Link: InfoPath Forms in SharePoint'>InfoPath Forms in SharePoint</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/02/infopath-sharepoint-integration/' rel='bookmark' title='Permanent Link: InfoPath SharePoint Integration'>InfoPath SharePoint Integration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2010/03/sharepoint-infopath-forms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
