<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Richard&#039;s SharePoint Blog...</title>
	<atom:link href="http://richardihogan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardihogan.wordpress.com</link>
	<description>SharePoint, Development and other stuff.</description>
	<lastBuildDate>Thu, 05 Jan 2012 12:13:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='richardihogan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Richard&#039;s SharePoint Blog...</title>
		<link>http://richardihogan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://richardihogan.wordpress.com/osd.xml" title="Richard&#039;s SharePoint Blog..." />
	<atom:link rel='hub' href='http://richardihogan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SharePoint 2010: PowerShell script to retreive Managed Meta Data Service and Terms Store IDs</title>
		<link>http://richardihogan.wordpress.com/2011/11/09/sharepoint-2010-powershell-script-to-retreive-meanaged-meta-data-service-and-terms-store-ids/</link>
		<comments>http://richardihogan.wordpress.com/2011/11/09/sharepoint-2010-powershell-script-to-retreive-meanaged-meta-data-service-and-terms-store-ids/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 11:34:23 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[managed meta data services]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/?p=218</guid>
		<description><![CDATA[This script has already been produced in a previous post, but for convenience I thought I would replicate it here. #Get the Site Collection $SiteCollection = Get-SPSite http://[SharePoint Site] #Change to you site URL #Get the Term Store ID $TaxSession = Get-SPTaxonomySession -Site $SiteCollection $TermStore = $TaxSession.TermStores["Managed Metadata Service"] #Change to your service name $TermStore.Id [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=218&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/11/09/sharepoint-2010-powershell-script-to-retreive-meanaged-meta-data-service-and-terms-store-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010: Standard User Profile Properties</title>
		<link>http://richardihogan.wordpress.com/2011/11/09/sharepoint-2010-standard-user-profile-properties/</link>
		<comments>http://richardihogan.wordpress.com/2011/11/09/sharepoint-2010-standard-user-profile-properties/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 11:26:09 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[User Profile Properties]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/2011/11/09/sharepoint-2010-standard-user-profile-properties/</guid>
		<description><![CDATA[Recently I was asked by one of our developers to provide a list of the standard user properties; this took a bit of time to dig up, as the planning document is 300+ pages. So to save a bit of time in the future I thought I would replicate this information here. User Profile property [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=214&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/11/09/sharepoint-2010-standard-user-profile-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010: Accessing the Managed Metadata Service via Code</title>
		<link>http://richardihogan.wordpress.com/2011/10/19/accessing-the-managed-metadata-service-via-code/</link>
		<comments>http://richardihogan.wordpress.com/2011/10/19/accessing-the-managed-metadata-service-via-code/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 13:15:09 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[managed meta data services]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[sharepoint web services]]></category>
		<category><![CDATA[term set]]></category>
		<category><![CDATA[term store]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/2011/10/19/accessing-the-managed-metadata-service-via-code/</guid>
		<description><![CDATA[I was recently asked to provide some code which could query the managed metadata service of a SharePoint 2010 implementation and extract the terms for use in a separate web site. This turned out to be a bit more complicated than I initially thought as the architecture called for use of the SharePoint Web Services, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=205&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/10/19/accessing-the-managed-metadata-service-via-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010: An Introduction to Content Types</title>
		<link>http://richardihogan.wordpress.com/2011/10/17/sharepoint-2010-content-types-an-introduction/</link>
		<comments>http://richardihogan.wordpress.com/2011/10/17/sharepoint-2010-content-types-an-introduction/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 10:23:19 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Document Libraries]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[content types]]></category>
		<category><![CDATA[document management]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/2011/10/17/sharepoint-2010-content-types-an-introduction/</guid>
		<description><![CDATA[Content types are a very useful feature of SharePoint 2010 (and earlier versions), especially in regards to organising your documents and content. In effect a content type is a type of generic SharePoint content for example when you click on the new document option in a document library, you are using a document content type, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=202&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/10/17/sharepoint-2010-content-types-an-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>

		<media:content url="http://richardihogan.files.wordpress.com/2011/10/101711_1023_sharepoint21.png" medium="image" />

		<media:content url="http://richardihogan.files.wordpress.com/2011/10/101711_1023_sharepoint22.png" medium="image" />

		<media:content url="http://richardihogan.files.wordpress.com/2011/10/101711_1023_sharepoint23.png" medium="image" />

		<media:content url="http://richardihogan.files.wordpress.com/2011/10/101711_1023_sharepoint24.png" medium="image" />

		<media:content url="http://richardihogan.files.wordpress.com/2011/10/101711_1023_sharepoint25.png" medium="image" />

		<media:content url="http://richardihogan.files.wordpress.com/2011/10/101711_1023_sharepoint26.png" medium="image" />

		<media:content url="http://richardihogan.files.wordpress.com/2011/10/101711_1023_sharepoint27.png" medium="image" />

		<media:content url="http://richardihogan.files.wordpress.com/2011/10/101711_1023_sharepoint28.png" medium="image" />
	</item>
		<item>
		<title>BizTalk WSS Adapter: HTTP 401.2 &#8211; Unauthorized: Logon failed due to server configuration</title>
		<link>http://richardihogan.wordpress.com/2011/10/10/biztalk-wss-adapter-http-401-2-unauthorized-logon-failed-due-to-server-configuration/</link>
		<comments>http://richardihogan.wordpress.com/2011/10/10/biztalk-wss-adapter-http-401-2-unauthorized-logon-failed-due-to-server-configuration/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 11:17:31 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[BizTalk Integration]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[wss adapter]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/?p=191</guid>
		<description><![CDATA[Continuing my experience of attempting to configure the WSS adapter for a clients BizTalk/SharePoint integration project.  As mentioned in my previous post I was having an authentication issue between the clients SharePoint and BizTalk instances.  The message I was getting back (not in BizTalk unfortunately) was the following 401.2 message. &#8220;HTTP 401.2 &#8211; Unauthorized: Logon failed due to server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=191&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/10/10/biztalk-wss-adapter-http-401-2-unauthorized-logon-failed-due-to-server-configuration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk WSS Adapter: RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF</title>
		<link>http://richardihogan.wordpress.com/2011/10/10/biztalk-wss-adapter-requestfailed-the-server-committed-a-protocol-violation-sectionresponseheader-detailcr-must-be-followed-by-lf/</link>
		<comments>http://richardihogan.wordpress.com/2011/10/10/biztalk-wss-adapter-requestfailed-the-server-committed-a-protocol-violation-sectionresponseheader-detailcr-must-be-followed-by-lf/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 10:56:05 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[BizTalk Integration]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[wss adapter]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/?p=186</guid>
		<description><![CDATA[Whilst attempting to set up the WSS adapter for a client I was receiving the following error when trying to call the WSS adapter web service. &#8220;RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF&#8221; This seemed to me to be an issue where BizTalk was receiving an error that it could not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=186&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/10/10/biztalk-wss-adapter-requestfailed-the-server-committed-a-protocol-violation-sectionresponseheader-detailcr-must-be-followed-by-lf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
		<item>
		<title>Server Error in &#8216;/BTSharePointAdapterWS&#8217; Application: Request format is unrecognised</title>
		<link>http://richardihogan.wordpress.com/2011/10/07/server-error-in-btsharepointadapterws-application-request-format-is-unrecognised/</link>
		<comments>http://richardihogan.wordpress.com/2011/10/07/server-error-in-btsharepointadapterws-application-request-format-is-unrecognised/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 10:26:46 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[BizTalk Integration]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[wss adapter]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/?p=180</guid>
		<description><![CDATA[Whilst configuring the SharePoint Adapter for BizTalk for a client today, I came across a couple of issues. The first error made me think that I had really screwed up the installation of the WSS adapter.  I was getting the following error when trying to browse to the web service. &#8220;Request format is unrecognized. Description: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=180&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/10/07/server-error-in-btsharepointadapterws-application-request-format-is-unrecognised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
		<item>
		<title>Unable to Preview a Report in Report Builder: rsAccessDenied</title>
		<link>http://richardihogan.wordpress.com/2011/10/04/unable-to-preview-a-report-in-report-builder-rsaccess-denied/</link>
		<comments>http://richardihogan.wordpress.com/2011/10/04/unable-to-preview-a-report-in-report-builder-rsaccess-denied/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 13:38:35 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Team Foundation Server 2010]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Report Builder]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/?p=166</guid>
		<description><![CDATA[I ran into a frustrating error the other day when I was preparing a demonstration machine for a TFS demo.  The issue revolves around the report builder tool for SSRS and BI reporting, the issue occurred when I tried to preview a report I had built in Report Builder 2.0 (SQL Server 2008 R2).  Basically when I tried [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=166&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/10/04/unable-to-preview-a-report-in-report-builder-rsaccess-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Azure Development: The target &#8220;CoreCompile&#8221; does not exist in the project.</title>
		<link>http://richardihogan.wordpress.com/2011/09/02/windows-azure-development-the-target-corecompile-does-not-exist-in-the-project/</link>
		<comments>http://richardihogan.wordpress.com/2011/09/02/windows-azure-development-the-target-corecompile-does-not-exist-in-the-project/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 15:31:20 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[SharePoint Integration]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/?p=161</guid>
		<description><![CDATA[Recently I have looking into SharePoint integration with Windows Azure (I will post more about this project, when it works:-)), and I ran across some warnings when I was publishing a new MVC3 application to my Azure instance. The warning I received was &#8220;C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.targets\ImportAfter\Microsoft.VisualStudio.SharePoint.SandboxedCompilation.targets(47,5): warning MSB4057: The target &#8220;CoreCompile&#8221; does not exist in the project.&#8221; As [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=161&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/09/02/windows-azure-development-the-target-corecompile-does-not-exist-in-the-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
		<item>
		<title>Error:  TF30275: Error while uploading file</title>
		<link>http://richardihogan.wordpress.com/2011/06/30/error-tf30275-error-while-uploading-file/</link>
		<comments>http://richardihogan.wordpress.com/2011/06/30/error-tf30275-error-while-uploading-file/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 13:39:37 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Integration]]></category>
		<category><![CDATA[Team Foundation Server 2010]]></category>
		<category><![CDATA[TFS 2010 Integration]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://richardihogan.wordpress.com/?p=153</guid>
		<description><![CDATA[I was involved recently in a TFS implementation for one of our clients where after succesfull installation and configuration of TFS/SharePoint they received an error message when creating a team site using the agile template. The initial error was coming back as the connection to the SharePoint portal had failed and it could not complete [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardihogan.wordpress.com&amp;blog=17716335&amp;post=153&amp;subd=richardihogan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardihogan.wordpress.com/2011/06/30/error-tf30275-error-while-uploading-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74ef3b6d3b8716505bdc77f97ee4d484?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardihogan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
