<?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>Points to Share</title>
	<atom:link href="http://points2share.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://points2share.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 15 Jul 2011 15:44:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='points2share.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Points to Share</title>
		<link>http://points2share.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://points2share.wordpress.com/osd.xml" title="Points to Share" />
	<atom:link rel='hub' href='http://points2share.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Sharepoint 2010 prompting when using fully qualified URLs</title>
		<link>http://points2share.wordpress.com/2011/05/23/sharepoint-2010-prompting-when-using-fully-qualified-urls/</link>
		<comments>http://points2share.wordpress.com/2011/05/23/sharepoint-2010-prompting-when-using-fully-qualified-urls/#comments</comments>
		<pubDate>Mon, 23 May 2011 10:57:34 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[Generel Configuration]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[security prompts]]></category>
		<category><![CDATA[webclient]]></category>
		<category><![CDATA[WebDav]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/2011/05/23/sharepoint-2010-prompting-when-using-fully-qualified-urls/</guid>
		<description><![CDATA[  Problem description.: Now when we open a document from SharePoint and want to save it back, we get prompted for Username and password. before Office shows the SharePoint list, http://contoso.adventureworks.dk location In Office. All sites are in the local intranet zone and SSO works, except in this particular case. As a test I have tried [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=81&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><span style="color:#1f497d;"><strong>Problem description.:<br />
</strong></span></p>
<p><span style="color:#1f497d;">Now when we open a document from SharePoint and want to save it back, we get prompted for Username and password.<br />
</span></p>
<p><span style="color:#1f497d;">before Office shows the SharePoint list, <a href="http://contoso.adventureworks.dk">http://contoso.adventureworks.dk</a></span><span style="color:#1f497d;"> location In Office.<br />
</span><span style="color:#1f497d;">All sites are in the local intranet zone and SSO works, except in this particular case.<br />
</span></p>
<p><span style="color:#1f497d;">As a test I have tried to use a short URL like <a href="http://insight">http://contoso </a> and everything works perfectly, however this introduces a hole other sets of problems why we would like to keep the fully qualified URL.<br />
</span></p>
<p><span style="color:#1f497d;"><strong>Solution<br />
</strong></span></p>
<p><span style="color:#1f497d;">The problem is due to the fact that the webclient service on the workstation isn&#8217;t passing credential to FQDN per default.<br />
</span></p>
<p><span style="color:#1f497d;">Now the fix is to create a multi string vaule in registry names AuthForwardServerList and add your URLs there.<br />
</span></p>
<p><span style="color:#1f497d;">Reset the service &#8220;webclient&#8221; and make sure the site(s) are listen in the local Intranet Zone.<br />
</span></p>
<p><span style="color:#1f497d;">Here is the step through.<br />
</span></p>
<ul style="margin-left:72pt;">
<li><span style="color:#1f497d;">Click <strong>Start</strong>, type regedit in the <strong>Start Search</strong> box, and then press ENTER.<br />
</span></li>
<li><span style="color:#1f497d;">Locate and then click the following registry subkey:<br />
</span></li>
</ul>
<p><span style="color:#1f497d;">HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters<br />
</span></p>
<ul style="margin-left:72pt;">
<li><span style="color:#1f497d;">On the <strong>Edit</strong> menu, point to <strong>New</strong>, and then click <strong>Multi-String Value</strong>.<br />
</span></li>
<li><span style="color:#1f497d;">Type AuthForwardServerList, and then press ENTER.<br />
</span></li>
<li><span style="color:#1f497d;">On the <strong>Edit</strong> menu, click <strong>Modify</strong>.<br />
</span></li>
<li><span style="color:#1f497d;">In the <strong>Value data</strong> box, type the URL of the server that hosts the Web share eg. <a href="http://*.adventureworks.dk">http://*.adventureworks.dk</a>, and then click <strong>OK</strong>.<br />
<strong>Note</strong> You can also type a list of URLs in the <strong>Value data</strong> box.<br />
</span></li>
<li><span style="color:#1f497d;">Exit Registry Editor.<br />
</span></li>
<li><span style="color:#1f497d;">Reset the webclient service on the workstation.<br />
</span></li>
</ul>
<p> </p>
<p><span style="color:#1f497d;">This can be deployed quite easy in the larger organizations, using group policies. </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=81&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2011/05/23/sharepoint-2010-prompting-when-using-fully-qualified-urls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>
	</item>
		<item>
		<title>Automated installation of Ifilter</title>
		<link>http://points2share.wordpress.com/2011/03/25/automated-installation-of-ifilter-2/</link>
		<comments>http://points2share.wordpress.com/2011/03/25/automated-installation-of-ifilter-2/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 14:15:16 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[Generel Configuration]]></category>
		<category><![CDATA[PDF Ifilter]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Automated Installation]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/?p=77</guid>
		<description><![CDATA[If you want an awesome automated powershell script for configuring PDF Ifilter for SharePoint 2010. You should hurry over to Toni Frankola blog post here.: http://www.sharepointusecases.com/index.php/2011/02/automate-pdf-configuration-for-sharepoint-2010-via-powershell/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=77&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want an awesome automated powershell script for configuring PDF Ifilter for SharePoint 2010.</p>
<p>You should hurry over to <strong>Toni Frankola</strong> blog post here.: <a href="http://www.sharepointusecases.com/index.php/2011/02/automate-pdf-configuration-for-sharepoint-2010-via-powershell/">http://www.sharepointusecases.com/index.php/2011/02/automate-pdf-configuration-for-sharepoint-2010-via-powershell/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=77&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2011/03/25/automated-installation-of-ifilter-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>
	</item>
		<item>
		<title>The importance of the Root site collection</title>
		<link>http://points2share.wordpress.com/2011/03/25/the-importance-of-the-root-site-collection/</link>
		<comments>http://points2share.wordpress.com/2011/03/25/the-importance-of-the-root-site-collection/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 13:55:45 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/2011/03/25/the-importance-of-the-root-site-collection/</guid>
		<description><![CDATA[Today I had a change error, the send to location link, used when you want to move a document in SharePoint to a new location. Simply prompted the user, for username and password 3 times and the cancelled out. Without moving the document. Now the problem showed to be the architecture of the site collections [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=71&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I had a change error, the send to location link, used when you want to move a document in SharePoint to a new location. Simply prompted the user, for username and password 3 times and the cancelled out. Without moving the document.
</p>
<p>Now the problem showed to be the architecture of the site collections and sites. The intranet portal structure was designed with the deployment of sites for project rooms (site collections) in mind and the root managed path (/) was changed from an explicit managed path to a wildcard inclusion.
</p>
<p>
 </p>
<p><img src="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan1.png?w=480" alt="" /><br />
		<img src="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan2.png?w=480" alt="" />
	</p>
<p>This way the project rooms could be placed under a nice short URL <a href="http://intranet/&lt;projectroom">http://intranet/&lt;projectroom</a>&gt;
</p>
<p>However this created our problem when trying to move a document in a list to another location the user was prompted 3 times even if correct credential was supplied.
</p>
<p><img src="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan3.png?w=480" alt="" />
	</p>
<p>User trying to move a document
</p>
<p><img src="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan4.png?w=480" alt="" /><br />
		<img src="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan5.png?w=480" alt="" />
	</p>
<p>Results in the prompt, no luck copying/moving the document.
</p>
<p>
 </p>
<h2>Solution.:<br />
</h2>
<p>Well it shows, that SharePoint expect the root to be a explicit managed path containing a rootweb.
</p>
<p>So in my case I backed up my site collections, created an explicit site collection and a wildcard inclusion under this, restoring my site-collections (project rooms ) there, leaving me with a slightly longer URL.  <a href="http://intranet/ws/&lt;projectroom">http://intranet/ws/&lt;projectroom</a>&gt;
</p>
<p>The disturbing part is that, if you do not have a root site collection, don&#8217;t expect standard SharePoint functionality to work. Why it should be considered, best practice to always have an explicit root site collection.
</p>
<p>
 </p>
<p>
 </p>
<p>
 </p>
<p>
 </p>
<p>
 </p>
<p>
 </p>
<p>
 </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=71&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2011/03/25/the-importance-of-the-root-site-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>

		<media:content url="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan1.png" medium="image" />

		<media:content url="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan2.png" medium="image" />

		<media:content url="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan3.png" medium="image" />

		<media:content url="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan4.png" medium="image" />

		<media:content url="http://points2share.files.wordpress.com/2011/03/032511_1355_theimportan5.png" medium="image" />
	</item>
		<item>
		<title>Sharepoint 2007 vægtning af søgeresultater</title>
		<link>http://points2share.wordpress.com/2011/01/24/sharepoint-2007-vaegtning-af-s%c3%b8geresultater/</link>
		<comments>http://points2share.wordpress.com/2011/01/24/sharepoint-2007-vaegtning-af-s%c3%b8geresultater/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 13:39:07 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Ranking]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/2011/01/24/sharepoint-2007-vaegtning-af-s%c3%b8geresultater/</guid>
		<description><![CDATA[Dynamisk Ranking Ved dynamisk ranking forståes, ranking af søgeresultater baseret udfra indholdet af en ting eller værdien af ens af den egenskaber. til denne dynamiske udregning bruger sharepoint bla. følgende komponenter.     Anchor text (link alt tekst) Når sharepoint crawler indholdet af f.eks. en HTML side, bliver indholdet af anchor teksten indholdt i indexet for den [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=44&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times New Roman;font-size:12pt;text-decoration:underline;"><strong>Dynamisk Ranking</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Ved dynamisk ranking forståes, ranking af søgeresultater baseret udfra indholdet af en ting eller værdien af ens af den egenskaber.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">til denne dynamiske udregning bruger sharepoint bla. følgende komponenter.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>Anchor text (link alt tekst)</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Når sharepoint crawler indholdet af f.eks. en HTML side, bliver indholdet af anchor teksten indholdt i indexet for den pågældende side. Hvis det søgte ord er indholdt i &#8220;alt teksten&#8221; bliver siden rankeret højere. Alt teksten brugeres kun til udregning af rang. Derfor er det ikke en kvalificerende faktor for om siden skal med i resultatsættet.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Dvs. at hvis det søgte ord kun fremkommer i link alt teksterne på siden, vil siden i være at finde i resultatsættet.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Alt tekster bliver kun indekseret for følgende elementer.<br />
</span></p>
<ul>
<li>HTML Anchor elements</li>
<li>WSS/MOSS link lists</li>
<li>Microsoft office 2007/2010 (Word, Excel, PTT) i det nye format.</li>
</ul>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>Property Weighting</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">I sharepoint 2007 er det gennem object modellen, muligt at ændre vægtningen af relevansen for en eller flere egenskaber for en indholdstype.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Man kunne forstille sig egenskaben keywords på en indholdstype skulle have en større vægtning end f.eks beskrivelsen eller lign.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>Property Length Normalization</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Dette er en egenskab som bruges til regulering af lange egenskaber for en indholdstype. F.eks. kunne man forstille sig at en søgning returnere 2 dokumenter et hvor body egenskaben indeholder en lang tekst, hvor det søgte ord vil have en tildens til at forekomme flere gange og dermed give dokumentet en højere rang. selvom dokumentet med den korte paragraf nu var lige så vigtig.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Hvis Property length normalization er slået til vil de 2 dokumenter have samme rankering ud fra denne egenskab.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Man kan gennem object modellen tildele egenskaber at type tekst værdier mellem 0 og 1.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">0 så er Perperty length narmalization slået fra<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">1 så har den den største relevans.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">For egenskaber indholdende meget tekst, er en god udgangspunkt at sætte vægtningen til 0.7. ( dette er vægtningen standard for egenskaben body)<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">For egenskaber indholdende mindre men vigtig tekst, kan man som udgangspunk bruge 0.5, svarende til titlefeltet.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>URL Matching</strong> <br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Sharepoint tjekker om det søgte ord fremgår i urlen til den enkelte indholdstype (side). Hvis den gør ranker den højere.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>Title Extraction</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">På filer genereret af office kan sharepoint, trække dokumentet title ud af dokumentet således at man undgår at all .ppt har titlen slide1 eller word dokumenter med titlen Document 1. Hvis det søgte ord fremgår i titlen af et dokument vægter dette højt.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;text-decoration:underline;"><strong>Statisk Ranking</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Ved statisk ranking forståes, rankering der ikke er påvirket af indholdet af indholdtypen eller dens egenskaber. men nærmere ydre omstændigheder, konfiguration af farm admnistratoren.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>Click Distance</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Referere til antallet af links der er mellem en indholdtype og en &#8220;ekpert&#8221; side.<br />
En Ekspert side er en authoritative page, jo flere link crawleren skal igennem for at nå indholdtypen, jo lavere relvans for indholdstypen.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Der er 3 niveauer af authoritative pages som kan sættes, der kan være flere urls i hver, disse er prioriteret efter hvilket niveau linket står i.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Yderligere er der mulighed for at demote indhold under forskellige urls, det kan f.eks. være område (sites) der indholder uddateret indhold, men man ønsker at beholde for referencens skyld.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>URL Depth</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Denne er meget simple, jo længere en URL er, altså hvor mange /&#8217;er jo større chance er der for at dette indhold vil få mindre relevans i resultatsættet.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>Automatic Language Detection</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Retuneret indhold samme sprog som er accepteret af browseren hvor søgninger er foretaget vægter højrere en andre sprog, dog vægter engelsk altid på hødje med brugerens eget sprog.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong>File Type Biasing</strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Sharepoint brugere også filtyper til at udregne relevans, dette gøres ved at give nogle dokumenttyper højere relevans end andre. Hvorfor det også er vgtigt at få installeret ifilters til alle ens vigtige dokumenttyper.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Listen i prioriteret rækkefølge.<br />
</span></p>
<ul>
<li>HTML Web pages</li>
<li>PowerPoint presentations</li>
<li>Word documents</li>
<li>XML files</li>
<li>Excel spreadsheets</li>
<li>Plain text files</li>
<li>List items</li>
</ul>
<p> <br />
 </p>
<p> <br />
 </p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;"> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=44&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2011/01/24/sharepoint-2007-vaegtning-af-s%c3%b8geresultater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>
	</item>
		<item>
		<title>Tilføjelse af Proxy-server i sharepoint</title>
		<link>http://points2share.wordpress.com/2011/01/24/tilf%c3%b8jelse-af-proxy-server-i-sharepoint/</link>
		<comments>http://points2share.wordpress.com/2011/01/24/tilf%c3%b8jelse-af-proxy-server-i-sharepoint/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 13:38:20 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[Generel Configuration]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Proxy server]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/2011/01/24/tilf%c3%b8jelse-af-proxy-server-i-sharepoint/</guid>
		<description><![CDATA[For at gøre brug af en Proxy-server til at tilgå internettet. skal følgende tilføjes under &#60;System.net&#62; tag&#8217;et i web.config  &#60;defaultProxy&#62;       &#60;proxy proxyaddress=&#8221;http://81.19.243.19:80&#8221; bypassonlocal=&#8221;true&#8221;/&#62;   &#60;/defaultProxy&#62; Hvor proxyaddress selvfælgelig er adressen på proxy-serveren, bypassonlocal angiver om man ønsker at springer proxy&#8217;en over ved lokale adresser (f.eks. http://intranet) I .net 4 er der yderligere konfigurations muligheder f.eks. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=43&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times New Roman;font-size:12pt;">For at gøre brug af en Proxy-server til at tilgå internettet.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">skal følgende tilføjes under &lt;System.net&gt; tag&#8217;et i web.config<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;"><strong><em> &lt;defaultProxy&gt;</em></strong><br />
<strong><em>      &lt;proxy proxyaddress=&#8221;<a href="http://81.19.243.19/"><span style="color:blue;text-decoration:underline;">http://81.19.243.19:80</span></a>&#8221; bypassonlocal=&#8221;true&#8221;/&gt;</em></strong><br />
<strong><em>  &lt;/defaultProxy&gt;</em></strong><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Hvor proxyaddress selvfælgelig er adressen på proxy-serveren, bypassonlocal angiver om man ønsker at springer proxy&#8217;en over ved lokale adresser (f.eks. <a href="http://intranet/">http://intranet</a>)<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">I .net 4 er der yderligere konfigurations muligheder f.eks. at bruge indstillingerne fra IE.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">​</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=43&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2011/01/24/tilf%c3%b8jelse-af-proxy-server-i-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>
	</item>
		<item>
		<title>Oprettelse af 404 custom error page i sharepoint 2010</title>
		<link>http://points2share.wordpress.com/2011/01/24/oprettelse-af-404-custom-error-page-i-sharepoint-2010/</link>
		<comments>http://points2share.wordpress.com/2011/01/24/oprettelse-af-404-custom-error-page-i-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 13:37:40 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/?p=42</guid>
		<description><![CDATA[I sharepoint 2010 er det muligt at sætte en custom error page via powershell. Man skal være opmærksom på at den normale måde for customerrors gennem web.config ikke er understøttet af sharepoint site. Side skal være fysisk placeret i  \\Program Files\Common Files\Microsoft Shared\web server extensions\14\LAYOUTS\Locale_ID , skrevet i html og må ikke indeholde noget dynamisk indhold. $webapp [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=42&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times New Roman;font-size:12pt;">I sharepoint 2010 er det muligt at sætte en custom error page via powershell.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Man skal være opmærksom på at den normale måde for customerrors gennem web.config ikke er understøttet af sharepoint site.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Side skal være fysisk placeret i <strong><em> \\Program Files\Common Files\Microsoft Shared\web server extensions\14\LAYOUTS\Locale_ID</em></strong> , skrevet i html og må ikke indeholde noget dynamisk indhold.<br />
</span></p>
<pre><code><strong><em>$</em></strong>webapp = [Microsoft.SharePoint.Administration.SPWebApplication]::Lookup("http://")
</code>
<code>$webapp.FileNotFoundPage = "pagenotfound.html"
</code>
<code>$webapp.Update()
</code>
<code>Hvis man ønsker en mere dynamisk løsning med webpart, redirects eller lign skal der skrives
</code>
<code>et HTTPmodule eller lign
</code></pre>
<p><span style="font-family:Times New Roman;font-size:12pt;">​</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=42&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2011/01/24/oprettelse-af-404-custom-error-page-i-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>
	</item>
		<item>
		<title>Standard indholdsvisning på tværs af Sitecollections i SharePoint.</title>
		<link>http://points2share.wordpress.com/2010/11/17/standard-indholdsvisning-pa-tv%c3%a6rs-af-sitecollections-i-sharepoint-2/</link>
		<comments>http://points2share.wordpress.com/2010/11/17/standard-indholdsvisning-pa-tv%c3%a6rs-af-sitecollections-i-sharepoint-2/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 08:52:28 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[OOTB]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/2010/11/17/standard-indholdsvisning-pa-tv%c3%a6rs-af-sitecollections-i-sharepoint-2/</guid>
		<description><![CDATA[Jeg har kigget lidt på mulighederne i SharePoint for at få vist indhold vist indhold fra Mysites fra f.eks. Blogs eller andre informationskilder. Min tanke var at dette måtte være muligt OOTB. Efter en del research mv. kom jeg frem til at problemet som udgangspunkt er at det ikke er muligt at bruge de normale [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=28&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times New Roman;font-size:12pt;">Jeg har kigget lidt på mulighederne i SharePoint for at få vist indhold vist indhold fra Mysites fra f.eks. Blogs eller andre informationskilder.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Min tanke var at dette måtte være muligt OOTB.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Efter en del research mv. kom jeg frem til at problemet som udgangspunkt er at det ikke er muligt at bruge de normale datavisnings webparts da disse OOTB er<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Begrænset til den sitecollection som de er placeret i. Og da folks personlige mysites er placeret i hver Deres Sitecollection, giver det en udfordring.<br />
</span></p>
<p> <br />
 </p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Den eneste måde at vise Data fra forskellige Sitecollections i en samle rollup af indhold OOTB er ved at bruge søgningen, heldigvis er der en del komponenter som kan bruges til dette, de fleste kan konfigureres efter behov.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Jeg tog udgangspunkt i Core Results webparten, og besluttede at denne skulle vise de seneste indlæg i folks forskellige blogs.<br />
</span></p>
<p> <br />
 </p>
<p><img src="http://points2share.files.wordpress.com/2010/11/111610_1334_standardind1.png?w=195&#038;h=473" alt="" width="195" height="473" /><span style="font-family:Times New Roman;font-size:12pt;"><br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Som det kan se af billedet sættes<br />
</span></p>
<ul>
<li>Standardsorteringen til Dato for ændring, således at nyeste ændret blogs står øverest.</li>
<li>Resultater pr side sættes her til 8, men kan selvfølgelig sættes til hvad man vil.</li>
<li>Jeg har lavet en managed property i søgningen således at komponenten kan vise antallet af kommentarer til de enkelte blogpost. Denne hedder Numcomments og er tilføjet i de &#8220;hentede egenskaber&#8221; som en kolonne.</li>
<li>
<div>Forespørgsel med fast nøgleord sættes til Contenttype:blog på denne måde vises alle post på blogs der er søgbare, man kunne f.eks. begrænse dette til kun at vise blogposts fra en enkel bruger ved i fastnøgleord at skrive<br />
Contenttype:blog author:&#8221;Michael Thøgersen&#8221;. Alle Managed metadata fra søgningen kan bruges til dette.</div>
<p><img src="http://points2share.files.wordpress.com/2010/11/111710_0849_standardind1.png?w=480" alt="" /></li>
<li>
<div>I XSL editor, indsætter man den ønskede styling af blogoversigten ( her vil man nok skulle bruge en udvikler et par timer ) Jeg har indsat en stump kode, fundet på nettet som følger det almindelige SharePoint blogdesign</div>
<p><span style="font-family:Times New Roman;font-size:12pt;"> Resultatet er<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;"> <img src="http://points2share.files.wordpress.com/2010/11/111610_1334_standardind2.png?w=320&#038;h=455" alt="" width="320" height="455" /></span><span style="font-family:Times New Roman;font-size:12pt;">Tiden der skal bruges til at sætte denne komponent op er cirka 1 time og så udvikling af et kunde specifik design af resultaterne..<br />
</span> </li>
</ul>
<p><span style="font-family:Times New Roman;font-size:12pt;">God fornøjelse.<br />
</span></p>
<p><span style="font-family:Times New Roman;font-size:12pt;">Thøger</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=28&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2010/11/17/standard-indholdsvisning-pa-tv%c3%a6rs-af-sitecollections-i-sharepoint-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>

		<media:content url="http://points2share.files.wordpress.com/2010/11/111610_1334_standardind1.png" medium="image" />

		<media:content url="http://points2share.files.wordpress.com/2010/11/111710_0849_standardind1.png" medium="image" />

		<media:content url="http://points2share.files.wordpress.com/2010/11/111610_1334_standardind2.png" medium="image" />
	</item>
		<item>
		<title>How to connect a webapplication to a existing managed metadata service.</title>
		<link>http://points2share.wordpress.com/2010/01/30/how-to-connect-a-webapplication-to-a-excisting-managed-metadata-service/</link>
		<comments>http://points2share.wordpress.com/2010/01/30/how-to-connect-a-webapplication-to-a-excisting-managed-metadata-service/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 15:21:54 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[managed Metadata Service]]></category>
		<category><![CDATA[Taxonomy service]]></category>
		<category><![CDATA[Webapplication]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/?p=13</guid>
		<description><![CDATA[I assume that you have activated and managed to add a new group into the Term Store Management Tool (managed metadata service). now you create a new webapplication and connect it to the service. Next step is to create a new colomn of the type managed metadata, everything seems fine at the beginning but you will realize [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=13&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I assume that you have activated and managed to add a new group into the Term Store Management Tool (managed metadata service). now you create a new webapplication and connect it to the service.</p>
<p>Next step is to create a new colomn of the type managed metadata, everything seems fine at the beginning but you will realize that the manage term property holds the status line &#8220;the required feature is not enabled for this column type&#8221;</p>
<p>This indicates that the features ain&#8217;t activated correctly for the taxonomy service, However if you look in the webapp, sitecoll. or site features you will be supprised that its not present</p>
<p>Solution: Activate the feature with either powershell or stsadm.</p>
<p>Stsadm -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -url <a href="http://yourwebapp">http://yourwebapp</a> -force</p>
<p>After a successfull activation you will be able to browse yout metadata store.</p>
<p>/Mthoger</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=13&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2010/01/30/how-to-connect-a-webapplication-to-a-excisting-managed-metadata-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharepoint profile synchronization problem, while using SQL alias.</title>
		<link>http://points2share.wordpress.com/2010/01/23/sharepoint-profile-synchronization-problem-while-using-sql-alias/</link>
		<comments>http://points2share.wordpress.com/2010/01/23/sharepoint-profile-synchronization-problem-while-using-sql-alias/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:05:00 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Profile synchronization]]></category>
		<category><![CDATA[SQL Alias]]></category>
		<category><![CDATA[Stop the profile synchronization service]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/?p=11</guid>
		<description><![CDATA[The Forefront Identity manager synchronization service is not able to utilize a SQL alias. So you will have to reconfigure the forefront manager agent by hand.  Start the forefront identity manager which is located at C:\Program Files\Microsoft Office Servers\14.0\Synchronization Service\UIShell\miisclient. Select management agents.  highlight the ILMMA agents and click properties in the action pane. Enter the physical name [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=11&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Forefront Identity manager synchronization service is not able to utilize a SQL alias.</p>
<p>So you will have to reconfigure the forefront manager agent by hand. </p>
<p>Start the forefront identity manager which is located at C:\Program Files\Microsoft Office Servers\14.0\Synchronization Service\UIShell\miisclient.</p>
<p>Select management agents.</p>
<p> highlight the ILMMA agents and click properties in the action pane.</p>
<p><strong>Enter the physical name of the sql server instead of the SQL Alias.</strong></p>
<p>If your profile synchronization service is locked in the state starting. Restart the profile synchronization service using powershell for sharpoint console.</p>
<p>To do this, use the PowerShell cmdlet stop-spserviceinstance [guid] to stop the profile synchronization setup service.</p>
<p>Firstly get the GUID of all the spserviceinstances by using the command get-spserviceinstance</p>
<p> Next, locate the GUID for the user profile synchronization service  and use the following command:</p>
<p>Stop-spserviceinstance</p>
<p>Enter the GUID of the profile synchronization service</p>
<p>This will eventually stop the service and the status of the service on the SharePoint Manage services on server page will show a status of &#8216;stopped&#8217;.</p>
<p>Now restart the service through the sharepoint manage services in the sharepoint central administration.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=11&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2010/01/23/sharepoint-profile-synchronization-problem-while-using-sql-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Sharepoint 2010 on a 2 server farm using SQL alias.</title>
		<link>http://points2share.wordpress.com/2010/01/23/install-sharepoint-2010-on-a-2-server-farm-using-sql-alias/</link>
		<comments>http://points2share.wordpress.com/2010/01/23/install-sharepoint-2010-on-a-2-server-farm-using-sql-alias/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 14:38:13 +0000</pubDate>
		<dc:creator>mthoger</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[Installations]]></category>
		<category><![CDATA[SQL Alias]]></category>

		<guid isPermaLink="false">http://points2share.wordpress.com/?p=3</guid>
		<description><![CDATA[As I like the idea of using SQL aliases when installing sharepoint, for easy movement of databases later on. I decided today to try and work out how to install sharepoint 2010 with a separate SQL server using said SQL alias.. First of you have to make sure that both the SQL and sharepoint server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=3&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As I like the idea of using SQL aliases when installing sharepoint, for easy movement of databases later on. I decided today to try and work out how to install sharepoint 2010 with a separate SQL server using said SQL alias..</p>
<p>First of you have to make sure that both the SQL and sharepoint server is on 64bit hardware and software.<br />
I would suggest.</p>
<p><span style="text-decoration:underline;">SQL Server</span></p>
<p>Windows Server 2008 R2 (64bit)<br />
MSSQL 2008 SP1 + latest CU update. (64bit) </p>
<p><span style="text-decoration:underline;">Sharepoint application server</span></p>
<p>Windows Server 2008 R2 (64bit)<br />
Install the WCF hotfix for R2 <a href="http://go.microsoft.com/fwlink/?LinkID=166231">http://go.microsoft.com/fwlink/?LinkID=166231</a></p>
<p>Now we&#8217;re ready for initial installation of Sharepoint 2010.</p>
<p>1. Create a Farm administrator in Active Directory<br />
2. Make him a member og the local administrators group on the sharepoin server.<br />
3. Give him atleast db_creator and db_security on the MSSQL server.<br />
4. Log on the sharepoint server using this account.<br />
5. Install the Sharepoint 2010 software prerequisites.<br />
6. On the Sharepoint server click run and type Cliconfg and press enter the following window opens.</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkID=166231"></a>  <a href="http://points2share.files.wordpress.com/2010/01/item1.png"><img class="alignnone size-medium wp-image-5" title="item1" src="http://points2share.files.wordpress.com/2010/01/item1.png?w=300&#038;h=195" alt="" width="300" height="195" /></a></p>
<p>Select the pane Alias and those your alias and link it to the name of your SQL server.<br />
Below I have selected the Alias VMSQL01  and linked it to the phyical MSSQL server ContosoSQL1.</p>
<p><a href="http://points2share.files.wordpress.com/2010/01/capture2.png"><img class="alignnone size-medium wp-image-6" title="Capture2" src="http://points2share.files.wordpress.com/2010/01/capture2.png?w=300&#038;h=159" alt="" width="300" height="159" /></a></p>
<p>Now if we need to move the databases of our Sharepoint installation in the future, the only thing we need to do is change the name of the physical SQL server to refect the new one and<br />
move our databases.  Alot easier than changing the name of the SQL server in the sharepoint databases and configurations.</p>
<p>Now lets proceed with the sharepoint installation.</p>
<p><strong>7. Start installing the Sharepoint 2010 binaries.</strong></p>
<p>-Select server farm <br />
-Select complete  </p>
<p><strong>8. When its done, Sharepoint will prompt you for running the Sharepoint Product and Technologies Configuration Wizard. click next.</strong></p>
<p>-Select Create a new server farm, click next. </p>
<p><strong>9.  Now enter the Alias name as SQL server and supply the credentials for the Farm administator account, click next. </strong></p>
<p>- Enter a password for the farm security settings, click next.</p>
<p>10. On the web application page, enter a port nr. say 8888, let the security setting be at the default value, NTLM., click next.</p>
<p>- Now sharepoint is going through the configuring phase, when its done click next and then finish at the last window. </p>
<p><strong>11. you will now be redirected to the Farm configuration wizard</strong></p>
<p>-  Select if you wanna paticipate in the customer experience    <br />
-  Select walk be through the settings&#8230;.<br />
- use the existing Farm administrator account as service account, this will give som alarms when the sharepoint installation is finalized, however the beta installation <br />
   seems a bit shaky when is come to using mutiple service accounts.<br />
- when its done provisioning the farm service application, it creates a new web application using the URL of the machine name, and ask you to create a sitecollection in the root of the webapplication.<br />
give you sitecollection a name and select a template, ( I would suggest either team site or blank)</p>
<p>12. your installation is finished.</p>
<p><em>NOTE: please be aware that it seems that the  Forefront Identity manager synchronization service is not able to utilize a SQL alias, so your profile sychronizationservice might have problems provisioning. This problem can be corrected by executing the forefront identity manager which is located at C:\Program Files\Microsoft Office Servers\14.0\Synchronization Service\UIShell\miisclient, Select management agents, highlight the ILMMA agents and click properties in the action pane.</em></p>
<p><strong>Enter the physical name of the sql server instead of the SQL Alias.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/points2share.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/points2share.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/points2share.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/points2share.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/points2share.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/points2share.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/points2share.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/points2share.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/points2share.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/points2share.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/points2share.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/points2share.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/points2share.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/points2share.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=points2share.wordpress.com&amp;blog=11606976&amp;post=3&amp;subd=points2share&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://points2share.wordpress.com/2010/01/23/install-sharepoint-2010-on-a-2-server-farm-using-sql-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d34a7144ab2d400d1091e37b1115ac6d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mthoger</media:title>
		</media:content>

		<media:content url="http://points2share.files.wordpress.com/2010/01/item1.png?w=300" medium="image">
			<media:title type="html">item1</media:title>
		</media:content>

		<media:content url="http://points2share.files.wordpress.com/2010/01/capture2.png?w=300" medium="image">
			<media:title type="html">Capture2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
