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

<channel>
	<title>Hagenberg Software Blog &#187; Wolfgang Steinbichl</title>
	<atom:link href="http://blog.hagenberg-software.at/author/stewol/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hagenberg-software.at</link>
	<description>Hagenberg Software blogs about software, Microsoft and SharePoint</description>
	<lastBuildDate>Mon, 21 Nov 2011 10:56:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SharePoint 2010 problems with SSL Certificate</title>
		<link>http://blog.hagenberg-software.at/2011/04/sharepoint-2010-problems-with-ssl-certificate/</link>
		<comments>http://blog.hagenberg-software.at/2011/04/sharepoint-2010-problems-with-ssl-certificate/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 14:19:51 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=955</guid>
		<description><![CDATA[When installing or renewing the SSL certificate for HTTPs secured connections to a SharePoint 2010 portal there might be problems.]]></description>
			<content:encoded><![CDATA[<p>In our case some of the webparts displayed on SharePoint 2010 Portal Site having errors. These error occur only if we access the portal site throw a secured HTTPS url.<br />
If we access it with the normal http url, the problems doesn&#8217;t occur.</p>
<p>When I had a look into the Eventlog of the SharePoint 2010 server i found some hints on the problem:</p>
<p><em><strong>An operation failed because the following certificate has validation errors:<br />
Subject Name: CN=*.hagenberg-software.at, OU=Domain Control Validated &#8211; &#8230;,<br />
OU=&#8230;, OU=&#8230;, O=*.hagenberg-software.at, C=AT,<br />
SERIALNUMBER=&#8230;<br />
Issuer Name: CN=&#8230;<br />
CA,<br />
O=&#8221;GeoTrust, Inc.&#8221;, C=US\nThumbprint: &#8230;<br />
Errors: The root of the certificate chain is not a trusted root authority..</strong></em></p>
<p>The solution to fix this issue is to add the root certificates of the SSL certificate to the SharePoint 2010:</p>
<ol>
<li>Open the SharePoint 2010 Central Administration</li>
<li>Open the &#8216;Manage Trust&#8217; section under the &#8216;Security&#8217; Tab<br />
<a href="http://blog.hagenberg-software.at/wp-content/uploads/2011/04/TrustsSP2010.png"><img class="aligncenter size-medium wp-image-959" src="http://blog.hagenberg-software.at/wp-content/uploads/2011/04/TrustsSP2010-300x65.png" alt="SharePoint 2010 - Manage Trusts" width="300" height="65" /></a></li>
<li>Add the SSL Certificate and all the Root Certificates of the certificate chain.<br />
The best way to import the certificates is to store them in base-64 files with the file extension *.cer</li>
<li>Now check if the SharePoint 2010 Portal is working via the Https url</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2011/04/sharepoint-2010-problems-with-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navigation is missing in Search Center SharePoint 2010</title>
		<link>http://blog.hagenberg-software.at/2011/04/navigation-is-missing-in-search-center-sharepoint-2010/</link>
		<comments>http://blog.hagenberg-software.at/2011/04/navigation-is-missing-in-search-center-sharepoint-2010/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 21:33:26 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=936</guid>
		<description><![CDATA[Everyone knows that the default search center of SharePoint 2010 has no navigation by default. That's are very frustrating problem be go back. In this article I describe how to modify the minimal.master (Default Master of Search Center) to display the navigation.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s really annoying to use the SharePoint 2010 Search Center without the common Navigation panel.  </p>
<p>By default a search center look like this:  </p>
<p><a href="http://blog.hagenberg-software.at/wp-content/uploads/2011/04/ohNavigation.png"><img class="aligncenter size-medium wp-image-940" src="http://blog.hagenberg-software.at/wp-content/uploads/2011/04/ohNavigation-300x119.png" alt="" width="300" height="119" /></a>  </p>
<p>Search center uses the minimal.master by default. It&#8217;s quite easy to enhance the minimal.master to display the navigation panel. The following code section has to be inserted into the minimal.master at the described position.</p>
<address>    &lt;!&#8211; Existing content of minimal.master &#8211;&gt;<br />
    &lt;h3&gt;<br />
    &lt;asp:ContentPlaceHolder id=&#8221;PlaceHolderPageSubTitle&#8221; runat=&#8221;server&#8221; /&gt;<br />
   &lt;/h3&gt;<br />
  &lt;/div&gt;<br />
 &lt;/div&gt;<br />
    &lt;!&#8211; Existing content of minimal.master &#8211;&gt;<br />
 <br />
    &lt;!&#8211; Begin of Insert &#8211;&gt;<br />
    &lt;div id=&#8221;s4-topheader2&#8243;&gt;<br />
        &lt;a name=&#8221;startNavigation&#8221;&gt;&lt;/a&gt;<br />
        &lt;div&gt;<br />
            &lt;asp:ContentPlaceHolder ID=&#8221;PlaceHolderTopNavBar&#8221; runat=&#8221;server&#8221;&gt;<br />
                &lt;asp:ContentPlaceHolder ID=&#8221;PlaceHolderHorizontalNav&#8221; runat=&#8221;server&#8221;&gt;<br />
                    &lt;SharePoint:AspMenu ID=&#8221;TopNavigationMenuV4&#8243; Runat=&#8221;server&#8221; EnableViewState=&#8221;false&#8221;<br />
                        DataSourceID=&#8221;topSiteMap&#8221; AccessKey=&#8221;&lt;%$Resources:wss,navigation_accesskey%&gt;&#8221;<br />
                        UseSimpleRendering=&#8221;true&#8221; UseSeparateCss=&#8221;false&#8221; Orientation=&#8221;Horizontal&#8221; StaticDisplayLevels=&#8221;2&#8243;<br />
                        MaximumDynamicDisplayLevels=&#8221;1&#8243; SkipLinkText=&#8221;" CssClass=&#8221;s4-tn&#8221; /&gt;<br />
                    &lt;SharePoint:DelegateControl runat=&#8221;server&#8221; ControlId=&#8221;TopNavigationDataSource&#8221; Id=&#8221;topNavigationDelegate&#8221;&gt;<br />
                        &lt;template_controls&gt;<br />
   &lt;asp:SiteMapDataSource<br />
     ShowStartingNode=&#8221;False&#8221;<br />
     SiteMapProvider=&#8221;SPNavigationProvider&#8221;<br />
     id=&#8221;topSiteMap&#8221;<br />
     runat=&#8221;server&#8221;<br />
     StartingNodeUrl=&#8221;sid:1002&#8243;/&gt;<br />
  &lt;/template_controls&gt;<br />
                    &lt;/SharePoint:DelegateControl&gt;<br />
                &lt;/asp:ContentPlaceHolder&gt;<br />
            &lt;/asp:ContentPlaceHolder&gt;<br />
        &lt;/div&gt;<br />
    &lt;/div&gt;<br />
    &lt;!&#8211;End of Insert &#8211;&gt;<br />
  <br />
    &lt;!&#8211; Existing content of minimal.master &#8211;&gt;<br />
 &lt;div&gt;<br />
  &lt;asp:ContentPlaceHolder id=&#8221;PlaceHolderTitleBreadcrumb&#8221; runat=&#8221;server&#8221; /&gt;<br />
 &lt;/div&gt;<br />
 &lt;div id=&#8221;maincontent&#8221;&gt;<br />
  &lt;asp:ContentPlaceHolder id=&#8221;PlaceHolderMain&#8221; runat=&#8221;server&#8221; /&gt;<br />
 &lt;/div&gt;<br />
 &lt;!&#8211; Existing content of minimal.master &#8211;&gt;</address>
<p>After the modification of the minimal.master the navigation panel will be displayed in the search center:</p>
<p><a href="http://blog.hagenberg-software.at/wp-content/uploads/2011/04/mitNavigation.png"><img class="aligncenter size-medium wp-image-949" src="http://blog.hagenberg-software.at/wp-content/uploads/2011/04/mitNavigation-300x129.png" alt="" width="300" height="129" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2011/04/navigation-is-missing-in-search-center-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rename SharePoint Server 2010</title>
		<link>http://blog.hagenberg-software.at/2011/04/rename-sharepoint-server-2010/</link>
		<comments>http://blog.hagenberg-software.at/2011/04/rename-sharepoint-server-2010/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 12:14:18 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=930</guid>
		<description><![CDATA[A running SharePoint 2010 server can't be renamed easily. Before renaming the computer or move the server to a different domain the SharePoint farm has to be prepared for renaming. Following steps have to be done to rename or to move a SharePoint server.]]></description>
			<content:encoded><![CDATA[<p>The following steps are necessary for renaming the computer or changing the domain:</p>
<p>Step 1: Update Alternative Access Mappings<br />
a. Open Central Administration -&gt; Operations -&gt; Alternate access mappings<br />
b. Modify each mapping item to reflect your newly chosen server name (&lt;newname&gt;)</p>
<p>Step 2: Use stsadm to migrate ConfigDatabase<br />
a. Open a command prompt window<br />
b. Go to the 14-Folder/BIN: C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN<br />
c. Execute: stsadm.exe –o renameserver –newservername &lt;newname&gt; -oldservername &lt;oldname&gt;</p>
<p>Step 3: Rename your Server<br />
a. Open System, “Computer Name” tab, Change button<br />
b. Input your new server name &lt;newname&gt; / domain name<br />
c. Reboot the server NOW</p>
<p>Step 4: Update Central Administration Webapp-pool<br />
a. Open a command prompt window<br />
b. Go to the 14-Folder/BIN: C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN<br />
c.  Execute: stsadm.exe –o updatefarmcredentials –userlogin &lt;FARMADMINUSERNAME&gt; -password &lt;FARMADMINPASSWORD&gt;<br />
This is necassary if the account has changed (lokal computer account is used or domain has changed)</p>
<p>Step 5: Update IIS Apppool Accounts<br />
a. Open Internet Information Services and check if all AppPools run with the user in the new Domain or new local computer name</p>
<p>Step 6: Update Central Administration Service accounts<br />
a. Open Central Administration<br />
b. Go to Operations\Service accounts<br />
c. Modify all WebApplication users to run within the new user name</p>
<p>Step 7: iisreset</p>
<p>Now the SharePoint server is renamed and the SharePoint 2010 should work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2011/04/rename-sharepoint-server-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Aus dem Tagebuch eines Surface Entwicklers</title>
		<link>http://blog.hagenberg-software.at/2011/03/aus-dem-tagebuch-eines-surface-entwicklers/</link>
		<comments>http://blog.hagenberg-software.at/2011/03/aus-dem-tagebuch-eines-surface-entwicklers/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 07:31:10 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[Software Entwicklung]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=922</guid>
		<description><![CDATA[10.03.2011 So jetzt bin ich gerade mit dem ersten Designworkshop mit dem Kunden fertig. Es war zwar sehr anstrengend aber wenn ich an die Ideen und Entwürfe denke muss ich mich einfach freuen. Extrem hilfreich war die Tatsache, dass der neue Surface fast so groß ist wie ein Flichart mit ca. 106cm Diagonale. Man kann [...]]]></description>
			<content:encoded><![CDATA[<p>10.03.2011</p>
<p>So jetzt bin ich gerade mit dem ersten Designworkshop mit dem Kunden fertig. Es war zwar sehr anstrengend aber wenn ich an die Ideen und Entwürfe denke muss ich mich einfach freuen.</p>
<p>Extrem hilfreich war die Tatsache, dass der neue Surface fast so groß ist wie ein Flichart mit ca. 106cm <a class="zem_slink" title="Diagonale" rel="wikipedia" href="http://en.wikipedia.org/wiki/Diagonale">Diagonale</a>. Man kann den Chart auf den Tisch legen und hat während dem Meeting gleich einen Eindruck wie es aussehen könnte.</p>
<p>In dem Meeting ist auch ganz klar herausgekommen: Es geht um die <a class="zem_slink" title="User experience" rel="wikipedia" href="http://en.wikipedia.org/wiki/User_experience">User Experience</a>. Mit dem Surface können wir Barrieren abbauen und mit dem natürlichen Spieltrieb des Menschen eine Applikation kreieren deren Benutzung einfach Spaß macht.</p>
<p>Was kann man mehr verlangen?</p>
<p>09.03.2011</p>
<p>Eine Touch Applikation zu entwickeln ist anspruchsvoller als es zuerst scheint. Ich muss die Dinge viel mehr aus Sicht des Benutzers betrachten. Das ist doch eine andere Herangehensweise als ich es gewohnt bin. Zum Glück gibt es inzwischen viele Touch Gadgets von denen ich mich bei Handhabung und Design inspirieren lassen kann. Aber mit dem Surface ist einfach so viel mehr möglich als mit den &#8220;kleinen&#8221; Gadgets. Ich muss nur aufpassen, dass ich bei den Möglichkeiten nicht die Orientierung verliere.</p>
<p>07.03.2011</p>
<p>Die erste Euphorie für den Surface entwickeln zu können hat sich gelegt. Der Surface bietet noch viel mehr als die Möglichkeit ein intuitives <a class="zem_slink" title="User interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/User_interface">User Interface</a> zu erschaffen. Die Technik die dahintersteckt lässt mir das Herz übergehen.</p>
<p>Bis zu 50 verschiedene Touch Interaktionen gleichzeitig sind möglich.</p>
<p>Zu Beginn klingt dies nach einer komplexen Plattform aber <a class="zem_slink" title="Microsoft" rel="geolocation" href="http://maps.google.com/maps?ll=47.6395972222,-122.12845&amp;spn=1.0,1.0&amp;q=47.6395972222,-122.12845 (Microsoft)&amp;t=h">Microsoft</a> hat es sehr gut hinbekommen die Entwicklung komfortabel und leicht verständlich zu gestalten.</p>
<p>Ich benötige jetzt keinen Simulator mehr auf meinem PC sondern kann mit <a class="zem_slink" title="Windows Presentation Foundation" rel="wikipedia" href="http://en.wikipedia.org/wiki/Windows_Presentation_Foundation">WPF</a> entwickeln und falls es einmal wirkliches 3d sein sollen steht <a class="zem_slink" title="Microsoft XNA" rel="homepage" href="http://create.msdn.com/">XNA</a> bereit. Als Zielplattform steht mir <a class="zem_slink" title=".NET Framework" rel="homepage" href="http://msdn.microsoft.com/netframework">.NET</a> 4.0 zur Verfügung.</p>
<p>All dies bietet mir eine vertraute Umgebung und ich kann mich viel besser auf das Design konzentrieren anstatt eine neue Technik zu erlernen.</p>
<p>05.03.2011</p>
<p>Es geht los mit der Recherche für ein <a class="zem_slink" title="Projekt Records" rel="homepage" href="http://www.projekt.com/">Projekt</a> mit dem neuen <a class="zem_slink" title="Microsoft Surface" rel="homepage" href="http://www.microsoft.com/surface/">MS Surface</a>.</p>
<p>Ich bin echt schon neugierig denn der alte Tisch war schon sehr cool und das Video von der <a class="zem_slink" title="Consumer Electronics Show" rel="homepage" href="http://www.cesweb.org/">CES</a> verspricht einiges. Faszinierend ist vor allem wie sie diese ganze Technik in einen Flatscreen gebracht haben. Nicht nur technisch sondern auch vom Design her sehr gelungen.</p>
<p>Video: <a href="http://www.youtube.com/watch?v=0NesSYWODmM">http://www.youtube.com/watch?v=0NesSYWODmM</a></p>
<div class="zemanta-pixie" style="margin-top: 10px;height: 15px"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float: right" src="http://img.zemanta.com/zemified_e.png?x-id=f492cd7a-dbad-430a-8c94-ffc7e56c4794" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2011/03/aus-dem-tagebuch-eines-surface-entwicklers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: Open document vs. Download documents</title>
		<link>http://blog.hagenberg-software.at/2010/09/open-document-vs-download-documents/</link>
		<comments>http://blog.hagenberg-software.at/2010/09/open-document-vs-download-documents/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 18:36:06 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Software Entwicklung]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=808</guid>
		<description><![CDATA[If you have a SharePoint 2010 Document URL and you click on it - what happens? Does a download of the document starts or does SharePoint opens the document for editing? If SharePoint opens the document for editing, is it opened in the web browser with Offices WebApplication or is it opened by a client program? 
Basically every version is possible it depends on the settings.]]></description>
			<content:encoded><![CDATA[<p>In general SharePoint decides how a document is opened and it depends on type of the document. Well known types will be opened in the client program or directly in the browser if the format is supported (PDF, Txt).</p>
<p>If the SharePoint server includes the Office WebApplications the user can decide how to open Office documents when clicking on them. Within the &#8220;Advanced settings&#8221; of each SharePoint library it can be choosen if the Office documents should open in the Browser with the Office WebApplications or in the client program.</p>
<p>Today I had an issue to open a document from code. So I did the job quite fast and just build a redirect to the document URL. I was surprised that this solution wasn&#8217;t working as expected: Everytime when i tried to open the document by this redirect to the document, the document was downloaded and the &#8220;Save As&#8221; dialog appears. I expected that the document opens for editing in SharePoint.</p>
<p>After having a closer look on the standard SharePoint document links I found out, that the documents are opend by JavaScript call and not directly via the document URL. I have modified my Redirect solution to use JavaScript instead:</p>
<p><span style="font-family: Consolas; font-size: x-small;"><span style="font-family: Consolas; font-size: x-small;">ASPNetButton.OnClientClick = </span></span><span style="font-family: Consolas; color: #a31515; font-size: x-small;"><span style="font-family: Consolas; color: #a31515; font-size: x-small;"><span style="font-family: Consolas; color: #a31515; font-size: x-small;">&#8220;editDocumentWithProgID2(&#8216;&#8221;</span></span></span><span style="font-family: Consolas; font-size: x-small;"><span style="font-family: Consolas; font-size: x-small;"> + </span></span><span style="font-family: Consolas; color: #2b91af; font-size: x-small;"><span style="font-family: Consolas; color: #2b91af; font-size: x-small;"><span style="font-family: Consolas; color: #2b91af; font-size: x-small;">SPUtility</span></span></span><span style="font-family: Consolas; font-size: x-small;"><span style="font-family: Consolas; font-size: x-small;">.ConcatUrls(Web.Site.Url, SPFile.Url) + </span></span><span style="font-family: Consolas; color: #a31515; font-size: x-small;"><span style="font-family: Consolas; color: #a31515; font-size: x-small;"><span style="font-family: Consolas; color: #a31515; font-size: x-small;">&#8220;&#8216;,&#8221;,&#8217;SharePoint.OpenDocuments&#8217;,&#8217;0&#8242;,&#8217;&#8221;</span></span></span><span style="font-family: Consolas; font-size: x-small;"><span style="font-family: Consolas; font-size: x-small;"> + Web.Site.Url + </span></span><span style="font-family: Consolas; color: #a31515; font-size: x-small;"><span style="font-family: Consolas; color: #a31515; font-size: x-small;"><span style="font-family: Consolas; color: #a31515; font-size: x-small;">&#8220;&#8216;,&#8217;0&#8242;);&#8221;</span></span></span><span style="font-family: Consolas; font-size: x-small;"><span style="font-family: Consolas; font-size: x-small;">;</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/09/open-document-vs-download-documents/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Preparing SharePoint URLs for use</title>
		<link>http://blog.hagenberg-software.at/2010/08/preparing-sharepoint-urls-for-use/</link>
		<comments>http://blog.hagenberg-software.at/2010/08/preparing-sharepoint-urls-for-use/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 06:46:04 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Software Entwicklung]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=801</guid>
		<description><![CDATA[Often it's necassary to use different kinds of URLs within SharePoint. For example within an email the link to an SharePoint item can't be a relative adress, so the absolute adress has to be created. 
It's very easy to make a mistake when building URLs by hand. The SharePoint API provides some methods to do this issue in a safer way.]]></description>
			<content:encoded><![CDATA[<p>Most of the time building and concating URLs works very fast for a specific case. After some test often troubles comes out with the use of different SiteCollections or Subsites. So it&#8217;s not a good idea to form URLs by hand. SharePoints API provides functions to do that in a better way:</p>
<p>Within SharePoint 2007 the SPSite has the Member <a title="SPSite.MakeFullUrl" href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsite.makefullurl.aspx" target="_blank">SPSite.MakeFullUrl(string URL) </a>to get a absolute adress from an serverrelative URL.</p>
<p>SharePoint 2010 provides the method <a title="SPUtility.ConcatUrls" href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.utilities.sputility.concaturls.aspx" target="_blank">SPUtility.ConcatUrls(URL1,URL2)</a> to join 2 Urls (eg. WebAppUrl + ServerRelative URL).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/08/preparing-sharepoint-urls-for-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add User Profile Service Application fails</title>
		<link>http://blog.hagenberg-software.at/2010/08/add-user-profile-service-application/</link>
		<comments>http://blog.hagenberg-software.at/2010/08/add-user-profile-service-application/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 09:06:58 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=785</guid>
		<description><![CDATA[During the creation of a new User Profile Service Application the service won't start because of missing permissions.]]></description>
			<content:encoded><![CDATA[<p>Problem: I added in SharePoint 2010 a new User Profile Service Application and got the problem that it didn&#8217;t start. I tooks a while to find out the problem.</p>
<p>Solution: During the creation of the User Profile Service Application the Service user has to be lokal administrator on the SharePoint Server. The reason is that during the first start the service creates some files in the 14 hive and needs the permissions to do that. After the User Profile Service Application starts the Service user can be removed from the local administrator group again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/08/add-user-profile-service-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compatiblity issue between SharePoint 2010 and Office 2007</title>
		<link>http://blog.hagenberg-software.at/2010/07/compatiblitysharepoint-2010-and-office-2007/</link>
		<comments>http://blog.hagenberg-software.at/2010/07/compatiblitysharepoint-2010-and-office-2007/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 16:58:50 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=777</guid>
		<description><![CDATA[Office 2007 and SharePoint 2010 has some compatibility issues when working with documents who are located on the SharePoint server.]]></description>
			<content:encoded><![CDATA[<p>Problem: If in a <a class="zem_slink" title="Microsoft SharePoint" rel="homepage" href="http://sharepoint.microsoft.com/en-us/Pages/default.aspx">SharePoint</a> 2010 Document library the setting &#8220;Required Checkout before edit&#8221; is active, than it can&#8217;t be ckecked-out automatically when open it with an Office 2007 product. I got everytime a error message and then the document was read-only.</p>
<p>Solution: Just disable the &#8220;Required Checkout before edit&#8221; option or you have to check out the documents by hand.</p>
<p>To get the full functionality of SharePoint 2010 Office 2010 should be used. Another good idea is the Office WebApplications addon for SharePoint 2010 &#8211; with them the documents can be edited and viewed directly in the browser without the need of installing office local.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/07/compatiblitysharepoint-2010-and-office-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Document ID Feature of SharePoint 2010</title>
		<link>http://blog.hagenberg-software.at/2010/07/document-id-feature-of-sharepoint-2010/</link>
		<comments>http://blog.hagenberg-software.at/2010/07/document-id-feature-of-sharepoint-2010/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 12:21:04 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Features]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=793</guid>
		<description><![CDATA[SharePoint 2010 has a new feature for document management: Document ID feature. This SiteCollection feature allows to find and access a document independent from the current location and the current name of the document. ]]></description>
			<content:encoded><![CDATA[<p>A very good feature in SharePoint 2010 is the new Document ID Feature. It allows the users to get a document by an specific ID. This feature is very useful when the location of the document isn&#8217;t known. With the search the document will be findable, but if the user likes to make a link on a document the document ID Feature can be used.</p>
<p>The use of Document IDs instead of Document Urls solves another annoying problem: If a document is renamed the url has changed automatically and all Links on the document were broken.</p>
<p>The Document IDs can be used within a SiteCollection to get the document.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/07/document-id-feature-of-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix SharePoint Error Msg &#8220;Feature xxx for list template yy not installed in this farm&#8221;</title>
		<link>http://blog.hagenberg-software.at/2010/02/fix-sharepoint-error-msg-feature-xxx-for-list-template-yy-not-installed-in-this-farm/</link>
		<comments>http://blog.hagenberg-software.at/2010/02/fix-sharepoint-error-msg-feature-xxx-for-list-template-yy-not-installed-in-this-farm/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:14:39 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=630</guid>
		<description><![CDATA[This common SharePoint error message occurs many times when removing some content types or features from SharePoint. If this error occurs the SharePoint menu isn't displayed. It's quite stupid work to find out which list is the reason for the error.]]></description>
			<content:encoded><![CDATA[<p>This common SharePoint error message occurs many times when removing some content types or features from SharePoint. If this error occurs the SharePoint menu isn&#8217;t displayed. It&#8217;s quite stupid work to find out which list is the reason for the error.</p>
<p>To solve this error and to repair the site menu the list which is the reason for this error message must be changed. In general a missing content type which is used by a list is missing. It&#8217;s quite hard to find out which list contains the specific content type, because the error message only contains a template Guid but no name of the content type.</p>
<p>I found a small tool which automatically checks all lists in the site and is able to fix damaged lists: <a title="SharePoint List Instance fix tool" href="http://splistinstancefix.codeplex.com/" target="_blank">SharePoint List Instance fix tool</a><br />
The tool is very small and very fast and solves the problem immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/02/fix-sharepoint-error-msg-feature-xxx-for-list-template-yy-not-installed-in-this-farm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shrink SQL Server TransactionLogs</title>
		<link>http://blog.hagenberg-software.at/2010/01/shrink-sql-server-transactionlogs/</link>
		<comments>http://blog.hagenberg-software.at/2010/01/shrink-sql-server-transactionlogs/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 14:47:25 +0000</pubDate>
		<dc:creator>Wolfgang Steinbichl</dc:creator>
				<category><![CDATA[Software Entwicklung]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=603</guid>
		<description><![CDATA[On my SharePoint development VM the harddisk space was empty but there was no reason why. I have spend a while till i found out that the SharePoint database files were quite big. Specially the TransactionsLogs from the databases. I opened the SQL Mgmt Studio and tried to shrink the Transaction Log DBs but i wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>On my SharePoint development VM the harddisk space was empty but there was no reason why. I have spend a while till i found out that the SharePoint database files were quite big. Specially the TransactionsLogs from the databases. I opened the SQL Mgmt Studio and tried to shrink the Transaction Log DBs but i wasn&#8217;t successful.</p>
<p>The solution was to change the recovery model to &#8216;simple&#8217; or to make a log backup then the shrink works. Afterwards the log database was nearly empty again and my harddisk space problem was solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/01/shrink-sql-server-transactionlogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

