<?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>Giles&#039; SharePoint (and Project Server) Shenanigans</title>
	<atom:link href="http://ghamson.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghamson.wordpress.com</link>
	<description>Just another SharePoint (and Project Server) blog site</description>
	<lastBuildDate>Thu, 23 Feb 2012 18:44:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ghamson.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/81dac2957234416e2471765b0343c11b?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Giles&#039; SharePoint (and Project Server) Shenanigans</title>
		<link>http://ghamson.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ghamson.wordpress.com/osd.xml" title="Giles&#039; SharePoint (and Project Server) Shenanigans" />
	<atom:link rel='hub' href='http://ghamson.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Showing the Audience Target field in an EditModePanel #SharePoint #SP2010 #in #ProjectServer #PS2010</title>
		<link>http://ghamson.wordpress.com/2012/02/22/showing-the-audience-target-field-in-an-editmodepanel-sharepoint-sp2010-in-projectserver-ps2010/</link>
		<comments>http://ghamson.wordpress.com/2012/02/22/showing-the-audience-target-field-in-an-editmodepanel-sharepoint-sp2010-in-projectserver-ps2010/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 22:47:02 +0000</pubDate>
		<dc:creator>Giles Hamson</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Audience Target]]></category>
		<category><![CDATA[EditModePanel]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=830</guid>
		<description><![CDATA[I have been meaning to blog about this since the public beta of 2010 but never quite got round to it until now! I was reminded of the functionality we implemented for a client recently that allowed the Audience Target field to appear in the Edit Mode Panel of a Publishing page layout. You would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=830&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been meaning to blog about this since the public beta of 2010 but never quite got round to it until now!</p>
<p>I was reminded of the functionality we implemented for a client recently that allowed the Audience Target field to appear in the Edit Mode Panel of a Publishing page layout.</p>
<p>You would think that it would be easier, but after lots of digging around we finally found a solution.</p>
<p>Firstly in the Page Layout we need to register a new reference at the top of the page:</p>
<pre class="csharpcode">&lt;%@ Register
   TagPrefix=<span class="str">"OfficeWebControls"</span>
   Namespace=<span class="str">"Microsoft.Office.Server.WebControls.FieldTypes"</span>
   Assembly=<span class="str">"Microsoft.Office.Server.UserProfiles, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"</span>
%&gt;</pre>
<p>With this new reference in place we can now implement the field in a standard EditModePanel way like so:</p>
<pre class="csharpcode">&lt;PublishingWebControls:EditModePanel runat=<span class="str">"server"</span> PageDisplayMode=<span class="str">"Edit"</span>&gt;
   &lt;table&gt;
      &lt;tr&gt;
         &lt;td&gt;
            &lt;span&gt;
               Use <span class="kwrd">if</span> you wish to ‘push’ <span class="kwrd">this</span> content to a particular
               audience select here. Leaving it blank will make it
               available to all site users.
            &lt;/span&gt;
            &lt;br /&gt;
            &lt;OfficeWebControls:SPFieldTargetToControl
               ID=<span class="str">"Audience"</span>
               runat=<span class="str">"server"</span>
               FieldName=<span class="str">"Audience"</span>
            /&gt;
         &lt;/td&gt;
      &lt;/tr&gt;
   &lt;/table&gt;
&lt;/PublishingWebControls:EditModePanel&gt;</pre>
<p>Have fun!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/830/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=830&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/22/showing-the-audience-target-field-in-an-editmodepanel-sharepoint-sp2010-in-projectserver-ps2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58ca92b09cc3f988fa61c77428269c9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ghamson</media:title>
		</media:content>
	</item>
		<item>
		<title>Managing Content Types in a Document Library</title>
		<link>http://ghamson.wordpress.com/2012/02/22/managing-content-types-in-a-document-library/</link>
		<comments>http://ghamson.wordpress.com/2012/02/22/managing-content-types-in-a-document-library/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 12:49:15 +0000</pubDate>
		<dc:creator>Neil King</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SP2010]]></category>
		<category><![CDATA[Content Types]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=825</guid>
		<description><![CDATA[I was recently asked about the best way to manage large numbers of content types in a document library. The most simple way that I know of is to just add more document libraries and spread the content types among them, but what if your requirement is to only have one document library, in this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=825&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was recently asked about the best way to manage large numbers of content types in a document library. The most simple way that I know of is to just add more document libraries and spread the content types among them, but what if your requirement is to only have one document library, in this scenario folders can help you.</p>
<p>When you set “Allow Management of content types” to Yes:</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image21.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb21.png?w=244&#038;h=44" width="244" height="44" /></a></p>
<p>an extra item “Change New Button Order” is added to the bottom of the ECB menu for folders</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image22.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb22.png?w=244&#038;h=170" width="244" height="170" /></a></p>
<p>This takes you to a “Change New Button Order” screen for the <em>current folder</em> not the document library.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image23.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb23.png?w=244&#038;h=168" width="244" height="168" /></a></p>
<p>You can now create logical groups of content types in separate folders, also as permission levels can be broken as folder level you can now create permissions at folder level and indirectly control who can use which content type in a document library.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/825/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=825&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/22/managing-content-types-in-a-document-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/300ab8f7393f39aa392c5dd7168bf95b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">neilwk</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb21.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb22.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb23.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Retrieving #ProjectServer database names from the URL #in #PS2010</title>
		<link>http://ghamson.wordpress.com/2012/02/21/retrieving-projectserver-database-names-from-the-url-in-ps2010/</link>
		<comments>http://ghamson.wordpress.com/2012/02/21/retrieving-projectserver-database-names-from-the-url-in-ps2010/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 22:17:40 +0000</pubDate>
		<dc:creator>Giles Hamson</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Project Server 2010]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=817</guid>
		<description><![CDATA[So today my colleague needed help with returning the Project Server database names from PowerShell. The usual process occurs here within CPS in this scenario, email to the whole team asking the question and this results in a variety of response from the sensible to the ridiculous to achieve the end goal. The sensible suggestions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=817&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So today my colleague needed help with returning the Project Server database names from PowerShell.</p>
<p>The usual process occurs here within CPS in this scenario, email to the whole team asking the question and this results in a variety of response from the sensible to the ridiculous to achieve the end goal.</p>
<p>The sensible suggestions is as follows:</p>
<p>PowerShell:</p>
<p>Get-SPProjectWebInstance</p>
<p>Example Output:</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image20.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb20.png?w=571&#038;h=231" width="571" height="231" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/817/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=817&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/21/retrieving-projectserver-database-names-from-the-url-in-ps2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58ca92b09cc3f988fa61c77428269c9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ghamson</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb20.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2007 6641 Errors : Logon Type 4</title>
		<link>http://ghamson.wordpress.com/2012/02/21/sharepoint-2007-6641-errors-logon-type-4/</link>
		<comments>http://ghamson.wordpress.com/2012/02/21/sharepoint-2007-6641-errors-logon-type-4/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 16:03:54 +0000</pubDate>
		<dc:creator>Neil King</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[MOSS 2007]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=811</guid>
		<description><![CDATA[Recently I was asked to look at SharePoint 2007 install that was throwing 6641 “Logon failure: the user has not been granted the requested logon type at this computer” errors every few minutes and filling up the Application log. &#160; We went through he normal steps of checking the service and SSP accounts, we did [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=811&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I was asked to look at SharePoint 2007 install that was throwing 6641 “Logon failure: the user has not been granted the requested logon type at this computer” errors every few minutes and filling up the Application log.</p>
<p>&nbsp;</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image18.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;margin:0;" title="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb18.png?w=193&#038;h=244" alt="image" width="193" height="244" border="0" /></a></p>
<p>We went through he normal steps of checking the service and SSP accounts, we did find that the Office Search Service had hung, but this wasn’t the problem, we checked various blogs on the web that seemed to point towards Kerberos being the problem, but this particular farm was only using NTLM. Thinking about the error “the user has not been granted the logon type at this computer”, got me thinking about logon types and failures, so a look in the Security  log turned up these errors that were coinciding with the 6641’s in the Application log.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image19.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;margin:0;" title="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb19.png?w=222&#038;h=244" alt="image" width="222" height="244" border="0" /></a></p>
<p>Logon type 4 is a Batch logon, the farm account was calling this but the User Name called was for a secondary SSP that we didn’t think was used. The best way to fix this would be to give the secondary SSP account the ‘Logon as a batch Job’ right via local security policy, so preserving the principle of least rights for a service account, unfortunately we couldn’t do this so a temporary measure we added the secondary SSP account to the local admins group and the 6641 errors immediately stopped.</p>
<p>An unfortunate side effect of the above that that we started getting the IIS WAMREG DCOM activation errors in the System event log while not a problem in itself we fixed those as well, steps outlined <a href="http://support.microsoft.com/kb/920783" target="_blank">here</a> for Windows 2003 / WSS 3.0 (as this system was), just make sure ALL your accounts are in the WSS_WPG group.</p>
<p>Once those steps were taken all 3 event logs were error free.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/811/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/811/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/811/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/811/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/811/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/811/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/811/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/811/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/811/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/811/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/811/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/811/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/811/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/811/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=811&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/21/sharepoint-2007-6641-errors-logon-type-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/300ab8f7393f39aa392c5dd7168bf95b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">neilwk</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb18.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb19.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Documenting a SharePoint Farm</title>
		<link>http://ghamson.wordpress.com/2012/02/20/documenting-a-sharepoint-farm/</link>
		<comments>http://ghamson.wordpress.com/2012/02/20/documenting-a-sharepoint-farm/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 12:28:00 +0000</pubDate>
		<dc:creator>Neil King</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SP2010]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[MOSS 2007]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=803</guid>
		<description><![CDATA[Anyone involved with the building / running / supporting of a SharePoint system will know how important documenting the original build configuration is. If you build farms using the excellent AutoSPIntaller, then most of your work is already done as you have to plan things like your service accounts and database names for the inputs.xml [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=803&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Anyone involved with the building / running / supporting of a SharePoint system will know how important documenting the original build configuration is.</p>
<p>If you build farms using the excellent <a href="http://autospinstaller.codeplex.com/" target="_blank">AutoSPIntaller</a>, then most of your work is already done as you have to plan things like your service accounts and database names for the inputs.xml file.</p>
<p>But what if you are called into look at a system that you know nothing about ?. in this case the equally excellent <a href="http://spsfarmreport.codeplex.com/" target="_blank">SPSFarmReport</a> will come to your help.</p>
<p>The download zip file has versions for both WSS 3.0 / MOSS (32 &amp; 64 bit) and SharePoint Foundation / SP2010 / Project Server 2010.</p>
<p>Once downloaded onto one of your servers with the binaries installed, simply run the appropriate executable under Farm account credentials, once ran you can delete the executable if needed.</p>
<p>The report output file is a nicely formatted HTML document that covers just about every single aspect of your farm configuration, this can be used to create your documentation guide, and as a timed snapshot of your configuration for future comparison.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/803/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=803&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/20/documenting-a-sharepoint-farm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/300ab8f7393f39aa392c5dd7168bf95b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">neilwk</media:title>
		</media:content>
	</item>
		<item>
		<title>InfoPath 2010 People picker control</title>
		<link>http://ghamson.wordpress.com/2012/02/16/infopath-2010-people-picker-control/</link>
		<comments>http://ghamson.wordpress.com/2012/02/16/infopath-2010-people-picker-control/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 12:42:21 +0000</pubDate>
		<dc:creator>Neil King</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[InfoPath 2010]]></category>
		<category><![CDATA[SharePoint Designer 2010]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=799</guid>
		<description><![CDATA[New with&#160; InfoPath 2010 is a People Picker control, this acts like the People Picker in SharePoint and allows you to choose contacts from AD. I was using this control recently and wanted to promote the chosen person value to a list when the form is submitted, to my surprise I found that the submitted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=799&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>New with&#160; InfoPath 2010 is a People Picker control, this acts like the People Picker in SharePoint and allows you to choose contacts from AD.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image13.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb13.png?w=244&#038;h=38" width="244" height="38" /></a></p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image14.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb14.png?w=244&#038;h=170" width="244" height="170" /></a></p>
<p>I was using this control recently and wanted to promote the chosen person value to a list when the form is submitted, to my surprise I found that the submitted value was just a text value, not a presence aware name, so had none of the rich integration that OCS or Lync offers.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image15.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb15.png?w=105&#038;h=70" width="105" height="70" /></a></p>
<p>To get around this drawback I had to write a small workflow that fired when the form was submitted.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image16.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb16.png?w=244&#038;h=59" width="244" height="59" /></a></p>
<p>The workflow read the list value into a variable and then wrote it back to another column in the same list, but was key was to make the return field data type an Email Address.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image17.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb17.png?w=244&#038;h=131" width="244" height="131" /></a></p>
<p>Now we have a presence aware Name value.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/799/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=799&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/16/infopath-2010-people-picker-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/300ab8f7393f39aa392c5dd7168bf95b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">neilwk</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb15.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb16.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb17.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Fun with PowerShell and Feature Activation</title>
		<link>http://ghamson.wordpress.com/2012/02/14/fun-with-powershell-and-feature-activation/</link>
		<comments>http://ghamson.wordpress.com/2012/02/14/fun-with-powershell-and-feature-activation/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 15:26:44 +0000</pubDate>
		<dc:creator>Neil King</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SP2010]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=786</guid>
		<description><![CDATA[I was recently working on a system where we wanted to create a site based on a previously saved site template, unfortunately when trying to create the site we were getting the error. Error creating site: The site template requires that the Feature {some-or-other-GUID} be activated in the site collection. Hmm, oh well, off to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=786&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was recently working on a system where we wanted to create a site based on a previously saved site template, unfortunately when trying to create the site we were getting the error.</p>
<p><font color="#ff0000">Error creating site: The site template requires that the Feature {some-or-other-GUID} be activated in the site collection.</font></p>
<p>Hmm, oh well, off to Site Collection Administration and I switched on all the features I could find, but still no joy, time to crack open PowerShell.</p>
<p>First thing to do is find the name of the feature we are looking for, <a href="http://blogs.msdn.com/b/mcsnoiwb/archive/2010/01/07/features-and-their-guid-s-in-sp2010.aspx" target="_blank">this</a> excellent post on MSDN lists all the SP2010 features and their GUID’s.</p>
<p>Now we know the name of the feature we are looking for its time to get PowerShelling…</p>
<p>Firstly lets list all the features we have installed and activated, open PowerShell from the <strong>Microsoft SharePoint 2010 Products</strong> folder from the start menu.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image8.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb8.png?w=244&#038;h=79" width="244" height="79" /></a></p>
<p>the Cmdlet <font face="Courier New">Get-SPFeature</font> is the one we are going to use, this gives us a massive amount of output, so&#160; lets add the –Site switch, so we now have <font face="Courier New">Get-SPFeature –Site &lt;myurl&gt;,</font> </p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image9.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb9.png?w=244&#038;h=32" width="244" height="32" /></a></p>
<p>again we have lots of output, so let use the <font face="Courier New">Out-File</font> Cmdlet to pipe the output to a text file called “features.txt”, so our command is now <font face="Courier New">Get-SPFeature –Site &lt;myurl&gt; | Out-File c:\features.txt</font></p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image10.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb10.png?w=311&#038;h=29" width="311" height="29" /></a></p>
<p>now from PowerShell all we have to do is type <font face="Courier New">Notepad c:\features.txt </font></p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image11.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb11.png?w=210&#038;h=29" width="210" height="29" /></a></p>
<p>and we have a notepad file with all our site scoped features listed, a quick search for our missing GUID shows no entry, so we have to activate the feature with PowerShell, this is simply a case of typing <font face="Courier New">Enable-SPFeature –Identity &lt;FeatureName&gt; –url &lt;myUrl&gt;,</font> </p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image12.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb12.png?w=332&#038;h=30" width="332" height="30" /></a></p>
<p>Job done.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/786/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/786/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/786/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/786/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/786/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/786/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/786/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/786/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/786/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/786/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/786/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/786/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/786/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/786/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=786&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/14/fun-with-powershell-and-feature-activation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/300ab8f7393f39aa392c5dd7168bf95b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">neilwk</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Writing History events from a SharePoint designer Workflow</title>
		<link>http://ghamson.wordpress.com/2012/02/14/writing-history-events-from-a-sharepoint-designer-workflow/</link>
		<comments>http://ghamson.wordpress.com/2012/02/14/writing-history-events-from-a-sharepoint-designer-workflow/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 10:26:00 +0000</pubDate>
		<dc:creator>Neil King</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Designer 2010]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=771</guid>
		<description><![CDATA[Most SharePoint 2010 solutions will have some form of workflow associated with them. Workflows written in SharePoint designer can be powerful, but tricky to troubleshoot if they do not work correctly. Some workflows will complete but not perform as expected, and some will simply fail with the ever helpful An error has occurred in &#60;Workflow [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=771&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most SharePoint 2010 solutions will have some form of workflow associated with them.</p>
<p>Workflows written in SharePoint designer can be powerful, but tricky to troubleshoot if they do not work correctly.</p>
<p>Some workflows will complete but not perform as expected, and some will simply fail with the ever helpful <font color="#ff0000">An error has occurred in &lt;Workflow Name&gt;</font> written to the history list.</p>
<p>To help us out with this is the <strong>Log to History</strong> <strong>List </strong>core action in our workflow designer Action List.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb2.png?w=244&#038;h=113" width="244" height="113" /></a></p>
<p>This allows us to write a message to the workflow history, and as such we could write back the value of a workflow parameter or variable that we can check on.</p>
<p>To illustrate this I have written a one step workflow with one Variable and one Parameter, the workflow has an Initiation Form that allows a user to select a colour.</p>
<p>&#160;</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb3.png?w=338&#038;h=72" width="338" height="72" /></a></p>
<p>We set the variable <strong>varColour</strong> to be the value of the colour the user selected which is stored in the parameter <strong>ParamColour</strong> , on the second line we use the <strong>Log to History List</strong> to output the value of <strong>varColour</strong> to the workflow history.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image4.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb4.png?w=244&#038;h=211" width="244" height="211" /></a></p>
<p> This is what it looks like, firstly we choose a colour from the Initiation Form</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image5.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb5.png?w=336&#038;h=62" width="336" height="62" /></a></p>
<p>The workflow processes and completes, when we check the History list we can see that our message and the value of <strong>varColour</strong> have been recorded in the <strong>Workflow History</strong> list</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb6.png?w=335&#038;h=73" width="335" height="73" /></a></p>
<p>Normally the Workflow History list is hidden from the browser, but you can change this setting in SharePoint Designer.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image7.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="image" border="0" alt="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb7.png?w=244&#038;h=83" width="244" height="83" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/771/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=771&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/14/writing-history-events-from-a-sharepoint-designer-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/300ab8f7393f39aa392c5dd7168bf95b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">neilwk</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Excel Services Problem.  &#8220;An unexpected error has occurred&#8221;</title>
		<link>http://ghamson.wordpress.com/2012/02/13/excel-services-problem/</link>
		<comments>http://ghamson.wordpress.com/2012/02/13/excel-services-problem/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 10:30:22 +0000</pubDate>
		<dc:creator>Neil King</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Excel Services]]></category>
		<category><![CDATA[Project Server 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=752</guid>
		<description><![CDATA[I was recently asked to look at an Excel Services problem, where rather then a spreadsheet opening in the browser we were getting the ever helpful “An unexpected error has occurred” screen. Checking in CA the Excel Services service application seemed to be provisioned, the settings seemed okay and the service was running, a quick [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=752&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was recently asked to look at an Excel Services problem, where rather then a spreadsheet opening in the browser we were getting the ever helpful “An unexpected error has occurred” screen.</p>
<p>Checking in CA the Excel Services service application seemed to be provisioned, the settings seemed okay and the service was running, a quick check in Windows event log soon found the problem</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb.png?w=366&#038;h=251" alt="image" width="366" height="251" border="0" /></a></p>
<p>The service application was not registered with the default web application.</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://ghamson.files.wordpress.com/2012/02/image_thumb1.png?w=367&#038;h=103" alt="image" width="367" height="103" border="0" /></a></p>
<p>As soon as we set the association, Excel Services sprang into life</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/752/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=752&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/13/excel-services-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/300ab8f7393f39aa392c5dd7168bf95b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">neilwk</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>I passed the #MSProject and #ProjectServer exams #in #MSPC12 #SharePoint #PS2010 #SP2010</title>
		<link>http://ghamson.wordpress.com/2012/02/07/i-passed-the-msproject-and-projectserver-exams-in-mspc12-sharepoint-ps2010-sp2010/</link>
		<comments>http://ghamson.wordpress.com/2012/02/07/i-passed-the-msproject-and-projectserver-exams-in-mspc12-sharepoint-ps2010-sp2010/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 07:49:15 +0000</pubDate>
		<dc:creator>Giles Hamson</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Project 2010]]></category>
		<category><![CDATA[Project Server 2010]]></category>

		<guid isPermaLink="false">https://ghamson.wordpress.com/?p=737</guid>
		<description><![CDATA[Just a quick blog post to say that I took the Microsoft Project and Project Server 2010 exams last week and I am pleased to say that I passed. Details: 70-177 &#8211; Microsoft Project Server 2010, Configuring Certification Type: Microsoft Certified Technical Specialist URL: http://www.microsoft.com/learning/en/us/exam.aspx?id=70-177 70-178 &#8211; Microsoft Project 2010, Managing Projects Certification Type: Microsoft [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=737&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just a quick blog post to say that I took the Microsoft Project and Project Server 2010 exams last week and I am pleased to say that I passed.</p>
<p>Details:</p>
<p><font color="#9bbb59" size="3">70-177 &#8211; Microsoft Project Server 2010, Configuring</font></p>
<ul>
<li><strong>Certification Type: </strong>Microsoft Certified Technical Specialist</li>
<li><strong>URL: </strong><a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-177">http://www.microsoft.com/learning/en/us/exam.aspx?id=70-177</a></li>
</ul>
<p><font color="#9bbb59" size="3">70-178 &#8211; Microsoft Project 2010, Managing Projects</font></p>
<ul>
<li><strong>Certification Type: </strong>Microsoft Certified Technical Specialist</li>
<li><strong>URL: </strong><a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-178">http://www.microsoft.com/learning/en/us/exam.aspx?id=70-178</a> </li>
</ul>
<p>For those who are interested in taking the exams and learning more about Microsoft Project / Project Server can I recommend that you don’t miss out on the event of the year:</p>
<p>&#160;</p>
<p><a href="http://ghamson.files.wordpress.com/2012/02/mspclogoheader.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;padding-top:0;" title="MSPCLogoHeader" border="0" alt="MSPCLogoHeader" src="http://ghamson.files.wordpress.com/2012/02/mspclogoheader_thumb.png?w=221&#038;h=96" width="221" height="96" /></a></p>
<p>&#160;</p>
<p>Not only will various speaker sessions be available (including myself and my client!) but you will have an opportunity to try for these exams yourself for free!:</p>
<ul>
<li><a href="http://www.msprojectconference.com/pages/activities.aspx">http://www.msprojectconference.com/pages/activities.aspx</a></li>
</ul>
<p>Mark the location &amp; date in your calendar: Phoenix, Arizona (March 19th – 22nd 2012) and if you decide to come, let me know and we’ll meet up.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ghamson.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ghamson.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ghamson.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ghamson.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ghamson.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ghamson.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ghamson.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ghamson.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ghamson.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ghamson.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ghamson.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ghamson.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ghamson.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ghamson.wordpress.com/737/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ghamson.wordpress.com&amp;blog=14388974&amp;post=737&amp;subd=ghamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ghamson.wordpress.com/2012/02/07/i-passed-the-msproject-and-projectserver-exams-in-mspc12-sharepoint-ps2010-sp2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58ca92b09cc3f988fa61c77428269c9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ghamson</media:title>
		</media:content>

		<media:content url="http://ghamson.files.wordpress.com/2012/02/mspclogoheader_thumb.png" medium="image">
			<media:title type="html">MSPCLogoHeader</media:title>
		</media:content>
	</item>
	</channel>
</rss>
