<?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"
	>

<channel>
	<title>Justgeeking</title>
	<atom:link href="http://www.justgeeking.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.justgeeking.net/blog</link>
	<description>Hueristic tendencies of Kipp Sorensen</description>
	<pubDate>Tue, 01 Jun 2010 19:17:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Access Denied with Windows Server 2008 and MOSS when Crawling</title>
		<link>http://www.justgeeking.net/blog/?p=45</link>
		<comments>http://www.justgeeking.net/blog/?p=45#comments</comments>
		<pubDate>Tue, 01 Jun 2010 19:14:56 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=45</guid>
		<description><![CDATA[&#8220;Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content. (The item was deleted because it was either not found or the crawler was denied access to it.)&#8221;
I have gotten this error on other deployments but recently I applied on the [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content. (The item was deleted because it was either not found or the crawler was denied access to it.)&#8221;</p>
<p>I have gotten this error on other deployments but recently I applied on the typically solutions with no success. I eventually came across this blog that ended up resolving my issue.</p>
<p><a href="http://blogs.msdn.com/feldman/archive/2008/09/18/access-denied-with-windows-server-2008-and-moss-when-crawling.aspx?CommentPosted=true#commentmessage">http://blogs.msdn.com/feldman/archive/2008/09/18/access-denied-with-windows-server-2008-and-moss-when-crawling.aspx?CommentPosted=true#commentmessage</a></p>
<p>Which ultimatly references this Kb by Microsoft: <a href="http://support.microsoft.com/kb/896861">http://support.microsoft.com/kb/896861</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=45</wfw:commentRss>
		</item>
		<item>
		<title>Missing MySites &#038; MyLinks with SharePoint 2007</title>
		<link>http://www.justgeeking.net/blog/?p=54</link>
		<comments>http://www.justgeeking.net/blog/?p=54#comments</comments>
		<pubDate>Tue, 01 Jun 2010 19:03:49 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[SharePoint 2007]]></category>

		<category><![CDATA[MySites]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=54</guid>
		<description><![CDATA[One of my clients was having a problem with their MySites and MyLinks missing from the top right corner of their SharePoint Sites. The following are the items that could possible cause this to occur.
1. MySite Feature not activated
MySite is a hidden feature and if it is not activated then these links will not be [...]]]></description>
			<content:encoded><![CDATA[<p>One of my clients was having a problem with their MySites and MyLinks missing from the top right corner of their SharePoint Sites. The following are the items that could possible cause this to occur.</p>
<p><strong>1. MySite Feature not activated</strong></p>
<p>MySite is a hidden feature and if it is not activated then these links will not be available. Now before you get excited and go check your site collection features&#8230;.this feature is hidden and is not listed even in central admin&#8230;don&#8217;t ask. So you have no idea if it is activated or not.  To confirm I would just perform the following commands</p>
<p>stsadm -o deactivefeature -name MySite<br />
stsadm -o activatefeature -name MySite</p>
<p><strong>2. Personalization Services Permissions</strong></p>
<p>Central Admin &gt; SSP &gt; Personalization services permissions under User Profiles and My Sites. Make sure that the appropriate users have &#8220;Personal Site&#8221;(MySites) &amp; &#8220;Personal Features&#8221; (My Links).</p>
<p><strong>3. Custom Master Page</strong></p>
<p>There is a chance that your master page or CSS has been altered in a manner that causes these links to not be visible. The best way to test this is to create a site that uses the generic SharePoint master page or even see if the links are present within Central Administrator.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=54</wfw:commentRss>
		</item>
		<item>
		<title>Calculated Column to generate HTML</title>
		<link>http://www.justgeeking.net/blog/?p=53</link>
		<comments>http://www.justgeeking.net/blog/?p=53#comments</comments>
		<pubDate>Wed, 26 Aug 2009 21:59:05 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[SharePoint 2007]]></category>

		<category><![CDATA[Customize]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=53</guid>
		<description><![CDATA[Here is a list of posts that have come in handy when tweaking SharePoint sites.
Progress Bar: http://pathtosharepoint.wordpress.com/2008/09/02/a-progress-bar-for-your-tasks-list/
Progress Bar + Color Coding: http://pathtosharepoint.wordpress.com/2008/10/21/progress-bar-color-coding/#
Indicators: http://pathtosharepoint.wordpress.com/2008/10/28/the-html-calculated-column-stay-tuned/
]]></description>
			<content:encoded><![CDATA[<p>Here is a list of posts that have come in handy when tweaking SharePoint sites.</p>
<p>Progress Bar: <a href="http://pathtosharepoint.wordpress.com/2008/09/02/a-progress-bar-for-your-tasks-list/" target="_blank">http://pathtosharepoint.wordpress.com/2008/09/02/a-progress-bar-for-your-tasks-list/</a></p>
<p>Progress Bar + Color Coding: <a href="http://pathtosharepoint.wordpress.com/2008/10/21/progress-bar-color-coding/#" target="_blank">http://pathtosharepoint.wordpress.com/2008/10/21/progress-bar-color-coding/#</a></p>
<p>Indicators: <a href="http://pathtosharepoint.wordpress.com/2008/10/28/the-html-calculated-column-stay-tuned/" target="_blank">http://pathtosharepoint.wordpress.com/2008/10/28/the-html-calculated-column-stay-tuned/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>Create custom error page for MOSS</title>
		<link>http://www.justgeeking.net/blog/?p=52</link>
		<comments>http://www.justgeeking.net/blog/?p=52#comments</comments>
		<pubDate>Tue, 25 Aug 2009 20:47:30 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[SharePoint 2007]]></category>

		<category><![CDATA[IIS]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=52</guid>
		<description><![CDATA[http://support.microsoft.com/kb/941329
]]></description>
			<content:encoded><![CDATA[<p><a title="http://support.microsoft.com/kb/941329" href="http://support.microsoft.com/kb/941329" target="_blank">http://support.microsoft.com/kb/941329</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=52</wfw:commentRss>
		</item>
		<item>
		<title>List of SharePoint 2007 Web Services</title>
		<link>http://www.justgeeking.net/blog/?p=51</link>
		<comments>http://www.justgeeking.net/blog/?p=51#comments</comments>
		<pubDate>Fri, 05 Jun 2009 22:06:26 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[SharePoint 2007]]></category>

		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=51</guid>
		<description><![CDATA[http://msdn.microsoft.com/en-us/library/ms445760.aspx
]]></description>
			<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/en-us/library/ms445760.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms445760.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=51</wfw:commentRss>
		</item>
		<item>
		<title>Helpful links for configuring Kerberos with SharePoint 2007</title>
		<link>http://www.justgeeking.net/blog/?p=50</link>
		<comments>http://www.justgeeking.net/blog/?p=50#comments</comments>
		<pubDate>Mon, 04 May 2009 07:21:57 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[SharePoint 2007]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=50</guid>
		<description><![CDATA[http://technet.microsoft.com/en-us/library/cc263449.aspx
http://blogs.msdn.com/james_world/archive/2007/08/20/essential-guide-to-kerberos-in-sharepoint.aspx
http://blogs.msdn.com/martinkearn/archive/2007/04/23/configuring-kerberos-for-sharepoint-2007-part-1-base-configuration-for-sharepoint.aspx
http://www.sharepointblogs.com/spfromscratch/archive/2008/02/11/configuring-kerberos-autentication-on-moss-2007.aspx
http://www.hezser.de/blog/archive/2008/04/20/configuring-kerberos-for-sharepoint.aspx
http://kbalertz.com/953130/configure-SharePoint-Server-Excel-Services-Kerberos-authentication.aspx
]]></description>
			<content:encoded><![CDATA[<p><a href="http://technet.microsoft.com/en-us/library/cc263449.aspx" target="_blank">http://technet.microsoft.com/en-us/library/cc263449.aspx</a></p>
<p><a href="http://blogs.msdn.com/james_world/archive/2007/08/20/essential-guide-to-kerberos-in-sharepoint.aspx" target="_blank">http://blogs.msdn.com/james_world/archive/2007/08/20/essential-guide-to-kerberos-in-sharepoint.aspx</a></p>
<p><a href="http://blogs.msdn.com/martinkearn/archive/2007/04/23/configuring-kerberos-for-sharepoint-2007-part-1-base-configuration-for-sharepoint.aspx" target="_blank">http://blogs.msdn.com/martinkearn/archive/2007/04/23/configuring-kerberos-for-sharepoint-2007-part-1-base-configuration-for-sharepoint.aspx</a></p>
<p><a href="http://www.sharepointblogs.com/spfromscratch/archive/2008/02/11/configuring-kerberos-autentication-on-moss-2007.aspx" target="_blank">http://www.sharepointblogs.com/spfromscratch/archive/2008/02/11/configuring-kerberos-autentication-on-moss-2007.aspx</a></p>
<p><a href="http://www.hezser.de/blog/archive/2008/04/20/configuring-kerberos-for-sharepoint.aspx" target="_blank">http://www.hezser.de/blog/archive/2008/04/20/configuring-kerberos-for-sharepoint.aspx</a></p>
<p><a href="http://kbalertz.com/953130/configure-SharePoint-Server-Excel-Services-Kerberos-authentication.aspx" target="_blank">http://kbalertz.com/953130/configure-SharePoint-Server-Excel-Services-Kerberos-authentication.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=50</wfw:commentRss>
		</item>
		<item>
		<title>Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content.</title>
		<link>http://www.justgeeking.net/blog/?p=49</link>
		<comments>http://www.justgeeking.net/blog/?p=49#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:27:36 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[SharePoint 2007]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=49</guid>
		<description><![CDATA[When configuring SharePoint 2007 Search settings I get the following error when starting a Full Crawl. I original thought the fix for this was related to Windows Server 2008 but I later found out that it seems to be related to the .NET Framework 3.5. Anyhow, here is the resolve that I have found on [...]]]></description>
			<content:encoded><![CDATA[<p>When configuring SharePoint 2007 Search settings I get the following error when starting a Full Crawl. I original thought the fix for this was related to Windows Server 2008 but I later found out that it seems to be related to the .NET Framework 3.5. Anyhow, here is the resolve that I have found on the web.</p>
<blockquote><p><strong>Disable the loopback check<br />
</strong><em>Follow these steps:<br />
1. Click Start, click Run, type regedit, and then click OK.<br />
2. In Registry Editor, locate and then click the following registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa<br />
3. Right-click Lsa, point to New, and then click DWORD Value.<br />
4. Type DisableLoopbackCheck, and then press ENTER.<br />
5. Right-click DisableLoopbackCheck, and then click Modify.<br />
6. In the Value data box, type 1, and then click OK.</em></p></blockquote>
<p><a href="http://support.microsoft.com/kb/896861"><span style="color: #7f1d1d;">http://support.microsoft.com/kb/896861</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=49</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint Configuration Failed (step 2)</title>
		<link>http://www.justgeeking.net/blog/?p=48</link>
		<comments>http://www.justgeeking.net/blog/?p=48#comments</comments>
		<pubDate>Fri, 17 Apr 2009 16:01:36 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[Active Directory]]></category>

		<category><![CDATA[SharePoint 2007]]></category>

		<category><![CDATA[Configuration Error]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=48</guid>
		<description><![CDATA[I am currently working on a SharePoint 2007 deployment and ran into the following error during the 2nd step of the Configuration Wizard. When reviewing the event log I see the following error:
Failed to create the configuration database.
An exception of type System.Security.AccessControl.PrivilegeNotHeldException was thrown.  Additional exception information: The process does not possess the &#8216;SeSecurityPrivilege&#8217; privilege [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently working on a SharePoint 2007 deployment and ran into the following error during the 2nd step of the Configuration Wizard. When reviewing the event log I see the following error:</p>
<blockquote><p><em>Failed to create the configuration database.<br />
An exception of type System.Security.AccessControl.PrivilegeNotHeldException was thrown.  Additional exception information: The process does not possess the &#8216;SeSecurityPrivilege&#8217; privilege which is required for this operation.<br />
System.Security.AccessControl.PrivilegeNotHeldException: The process does not possess the &#8216;SeSecurityPrivilege&#8217; privilege which is required for this operation&#8230;</em></p></blockquote>
<p>I found out that the <strong>&#8216;SeSecurityPrivilege&#8217; privilege</strong> has to do with the accounts ability to have rights to <strong>Manage auditing and security log</strong> under the <strong>Local Security Policies. </strong>Which makes since why my client had this blocked even if you are part of the local admins group.</p>
<p>The client ended up created a new OU to place this account under and updated the Group Policy to allow this type of access. After pushing the GP&#8230;I was able to get SharePoint configured fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=48</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint Designer is FREE</title>
		<link>http://www.justgeeking.net/blog/?p=47</link>
		<comments>http://www.justgeeking.net/blog/?p=47#comments</comments>
		<pubDate>Tue, 14 Apr 2009 17:36:54 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=47</guid>
		<description><![CDATA[SharePoint Designer 2007 is now FREE. This is great but could be very dangerious for your organization. If your users have the ability to download and install software&#8230;this could potentially expose your SharePoint environment.
I come from the camp that you should not allow users to alter SharePoint but that key individuals should only be given [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint Designer 2007 is now FREE. This is great but could be very dangerious for your organization. If your users have the ability to download and install software&#8230;this could potentially expose your SharePoint environment.</p>
<p>I come from the camp that you should not allow users to alter SharePoint but that key individuals should only be given this access.</p>
<p><a title="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42" target="_blank">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42</a></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=47</wfw:commentRss>
		</item>
		<item>
		<title>Logo Ideas</title>
		<link>http://www.justgeeking.net/blog/?p=46</link>
		<comments>http://www.justgeeking.net/blog/?p=46#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:00:40 +0000</pubDate>
		<dc:creator>kipp</dc:creator>
		
		<category><![CDATA[Graphic design]]></category>

		<guid isPermaLink="false">http://www.justgeeking.net/blog/?p=46</guid>
		<description><![CDATA[A list of sites that have some good examples of logos. I can&#8217;t remember where I got this list but I may have stole it from LifeHacker.
http://speckyboy.com/
http://www.logoed.co.uk/blog/
http://www.faveup.com/
http://www.logosauce.com/
http://www.logo-inspiration.de/
http://identityworks.com/
http://www.logolounge.com/
http://www.logotwo.com/
http://logopond.com/
]]></description>
			<content:encoded><![CDATA[<p>A list of sites that have some good examples of logos. I can&#8217;t remember where I got this list but I may have stole it from LifeHacker.</p>
<p><a href="http://speckyboy.com/" target="_blank">http://speckyboy.com/</a></p>
<p><a href="http://www.logoed.co.uk/blog/" target="_blank">http://www.logoed.co.uk/blog/</a></p>
<p><a href="http://www.faveup.com/" target="_blank">http://www.faveup.com/</a></p>
<p><a href="http://www.logosauce.com/" target="_blank">http://www.logosauce.com/</a></p>
<p><a href="http://www.logo-inspiration.de/" target="_blank">http://www.logo-inspiration.de/</a></p>
<p><a href="http://identityworks.com/" target="_blank">http://identityworks.com/</a></p>
<p><a href="http://www.logolounge.com/" target="_blank">http://www.logolounge.com/</a></p>
<p><a href="http://www.logotwo.com/" target="_blank">http://www.logotwo.com/</a></p>
<p><a href="http://logopond.com/" target="_blank">http://logopond.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justgeeking.net/blog/?feed=rss2&amp;p=46</wfw:commentRss>
		</item>
	</channel>
</rss>
