<?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; SharePoint 2010</title>
	<atom:link href="http://blog.hagenberg-software.at/tag/sharepoint-2010/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: 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>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>Multimedia Inhalte in SharePoint 2010 einbinden</title>
		<link>http://blog.hagenberg-software.at/2010/07/multimedia-inhalte-in-sharepoint-2010-einbinden/</link>
		<comments>http://blog.hagenberg-software.at/2010/07/multimedia-inhalte-in-sharepoint-2010-einbinden/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 10:05:59 +0000</pubDate>
		<dc:creator>Eva-Maria Hauth</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Software Entwicklung]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Rich Text Editor]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=768</guid>
		<description><![CDATA[Der Rich Text Editor von SharePoint 2010 schneidet leider beim Speichern HTML Tags ab, die als unsecure von Microsoft erachtet werden. Dazu gehört z.B. der object tag, wie er bei YouTube Videos eingesetzt wird. Um dieses Problem zu lösen sind die folgenden 3 Workarounds möglich: Masterpage: Editieren der Masterpage v4.master wie hier in der MSDN [...]]]></description>
			<content:encoded><![CDATA[<p>Der Rich Text Editor von SharePoint 2010 schneidet leider beim Speichern HTML Tags ab, die als unsecure von <a class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a> erachtet werden. Dazu gehört z.B. der object tag, wie er bei <a class="zem_slink" title="YouTube" rel="homepage" href="http://www.youtube.com/">YouTube</a> Videos eingesetzt wird. Um dieses Problem zu lösen sind die folgenden 3 Workarounds möglich:</p>
<ul>
<li><strong>Masterpage:</strong> Editieren der Masterpage v4.master wie <a href="http://blogs.msdn.com/b/sharepointdesigner/archive/2009/12/11/video-blogging-with-javascript-and-the-media-web-part.aspx" target="_self">hier in der MSDN</a> beschrieben</li>
<li><strong>Zusatzprodukt:</strong> Verwendung von <a href="http://erte.codeplex.com/" target="_self">dieser Codeplex Erweiterung</a></li>
<li><strong>Dirty Workaround:</strong> Dazu ist es notwendig zuerst ein Content Editor Webpart einzufügen. Anschließend kopiert man die embedded html in eine txt Datei welche in einer SharePoint Document Library gespeichert wird. Im Content Editor Webpart wird schließlich ein Link zu der erzeugten TXT Datei gesetzt</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/07/multimedia-inhalte-in-sharepoint-2010-einbinden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding the taxonomy control to a custom page</title>
		<link>http://blog.hagenberg-software.at/2010/06/adding-the-taxonomy-control-to-a-custom-page/</link>
		<comments>http://blog.hagenberg-software.at/2010/06/adding-the-taxonomy-control-to-a-custom-page/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 17:35:09 +0000</pubDate>
		<dc:creator>Evelyn Schinko</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Software Entwicklung]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Metadata service]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Taxonomy]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=764</guid>
		<description><![CDATA[In my current project I&#8217;m dealing with different custom forms for my lists. The list contains a colum of type &#8220;managed metadata&#8221;. In one of my custom display forms I wanted to add the taxonomy feature and the relevant properties from the column settings. To archieve that I did the following: Adding a reference to [...]]]></description>
			<content:encoded><![CDATA[<p>In my current project I&#8217;m dealing with different custom forms for my lists. The list contains a colum of type &#8220;managed metadata&#8221;.</p>
<p>In one of my custom display forms I wanted to add the taxonomy feature and the relevant properties from the column settings. To archieve that I did the following:</p>
<p>Adding a reference to the control:</p>
<pre>&lt;%@ Register TagPrefix="Taxonomy" Namespace="Microsoft.SharePoint.Taxonomy" Assembly="Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&gt;</pre>
<p>Inserting the control:</p>
<pre>&lt;Taxonomy:TaxonomyWebTaggingControl ID="taxonomyCntrl" runat="server" /&gt;</pre>
<p>In the code behind (C#) class I put the properties to the control:</p>
<pre>public static TaxonomyField GetTaxonomyFieldOfList(string listname, string fieldname){
SPList questionList = SPContext.Current.Web.Lists[listname];
return questionList.Fields[fieldname] as TaxonomyField; }
-----------
TaxonomyField taxonomyInfo = SPListUtility.GetTaxonomyFieldOfList("list name", "Tags (=column name)");
<span style="color: #3366ff;">if (taxonomyInfo != null) {</span>
<span style="color: #3366ff;">this.taxonomyCntrl.SspId.Add(taxonomyInfo.SspId);</span>
<span style="color: #3366ff;">this.taxonomyCntrl.TermSetId.Add(taxonomyInfo.TermSetId);</span>
<span style="color: #3366ff;">this.taxonomyCntrl.IsAddTerms = true;</span>
<span style="color: #3366ff;">this.taxonomyCntrl.AllowFillIn = true;</span>
<span style="color: #3366ff;">this.taxonomyCntrl.IsMulti = true;</span>
<span style="color: #3366ff;">}</span></pre>
<p>This is the code to set the necessary properties for the managemend metadata.</p>
<p>For saving back the value to the list the following code could be used:</p>
<pre><span style="color: #3366ff;">TaxonomyFieldValueCollection tfvc = TaxonomyFieldControl.GetTaxonomyCollection(this.taxonomyCntrl.Text);</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/06/adding-the-taxonomy-control-to-a-custom-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010: Deploying Content Types and Site Columns</title>
		<link>http://blog.hagenberg-software.at/2010/06/visual-studio-2010-deploying-content-types-and-site-columns/</link>
		<comments>http://blog.hagenberg-software.at/2010/06/visual-studio-2010-deploying-content-types-and-site-columns/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 19:30:13 +0000</pubDate>
		<dc:creator>Evelyn Schinko</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=753</guid>
		<description><![CDATA[When deploying a SharePoint 2010 solution, sometimes the automatic deployment with Visual Studio 2010 works and sometimes the following error message occurs: &#8220;Error occurred in deployment step Activate Features&#8221; The content type with Id &#8216;xx&#8217; defined in feature &#8216;yy&#8217; was found in the current site collection or in a subsite. I would expect, that the [...]]]></description>
			<content:encoded><![CDATA[<div>When deploying a SharePoint 2010 solution, sometimes the automatic deployment with <a class="zem_slink" title="Microsoft Visual Studio" rel="homepage" href="http://msdn.microsoft.com/vstudio/">Visual Studio 2010</a> works and sometimes the following error message occurs:</div>
<div>&#8220;Error occurred in deployment step Activate Features&#8221; The content type with Id &#8216;xx&#8217; defined in feature &#8216;yy&#8217; was found in the current site collection or in a subsite.</div>
<div>I would expect, that the Retract action removes the whole solution and also the site columns. After executing the Retracting process the site columns are removed in SharePoint; but after redeploying it &#8211; the error still occurs <img src='http://blog.hagenberg-software.at/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </div>
<div>So, I did some recherche on the net and found an explaination in the <a href="http://social.msdn.microsoft.com/Forums/en/sharepointdevelopmentprerelease/thread/e965c124-2d41-4a15-82c0-c9a42dabf2a">MSDN forum</a>, answered by Mujahid Hasan (SDE, Visual Studio):</div>
<div>This problem is caused due to how SharePoint maintains it&#8217;s caches even after the solution (WSP) has been retracted. Your assumption is correct, the Field is actually retracted before the next deployment but due to a stale cache it fails on re-deployment. There are a couple of workarounds to fix this:</div>
<p>&nbsp;</p>
<div><strong>Workaround 1:</strong></div>
<div>
<ul>
<li>Right click on Project node in Solution explorer and click &#8220;Retract&#8221;. This will retract the Field.</li>
<li>Close VS. This will flush the stale cache.</li>
<li>Open the project in a new instance of VS and re-deploy the solution.</li>
</ul>
</div>
<div><strong>Workaround 2:</strong></div>
<div><strong><br />
</strong></div>
<div>If closing VS after retract doesn&#8217;t solve the problem then a longer workaround is:</div>
<div>
<ul>
<li>Redeploy the project -&gt; This will show an error during feature activation.</li>
<li>Go to &#8220;Manage Site Features&#8221; under &#8220;Site Settings&#8221; in SharePoint UI in the browser.</li>
<li>Activate and then Deactivate the deployed feature which contains the Field.</li>
<li>Retract the Solution in VS i.e. right click on the Project node and click &#8220;Retract&#8221;.</li>
<li>Close VS. This will flush the stale cache.</li>
<li>Open the project in a new instance of VS and re-deploy the solution. This should work.</li>
</ul>
</div>
<div>In my case the second workaround worked fine, but I think it&#8217;s quite uninteressting to do that work with every deployment.</div>
<div>So, I did the following:</div>
<div>I created a custom deployment process (project settings -&gt; sharepoint) &#8211; without the activate feature step. So the deployment is finished with the Add Solution action and a activated the featue manually.</div>
<div>That&#8217;s working fine now.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/06/visual-studio-2010-deploying-content-types-and-site-columns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint Konferenz 2010 in Wien</title>
		<link>http://blog.hagenberg-software.at/2010/06/sharepoint-konferenz-2010-in-wien/</link>
		<comments>http://blog.hagenberg-software.at/2010/06/sharepoint-konferenz-2010-in-wien/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:12:38 +0000</pubDate>
		<dc:creator>Christian Kiesewetter</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[ECM]]></category>
		<category><![CDATA[ECSpand]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Konferenz]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=731</guid>
		<description><![CDATA[Die Hagenberg Software GmbH war auch heuer auf der SharePoint Konferenz in Wien, dem größten 2010er Event im deutschen Sprachraum, vertreten. Zwei Tage lang gab es spannende Expertenvorträge mit drei parallelen Tracks, eine Fachausstellung mit zahlreichen Ausstellern, eine eigene Bühne für Business Solutions und eine lustige Abendveranstaltung im TechGate in Wien. Bei unserem Vortrag zum [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/06/sharepointkonferenz2010.png"><img class="alignright size-medium wp-image-732" title="sharepointkonferenz2010" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/06/sharepointkonferenz2010-300x220.png" alt="" width="200" height="145" /></a>Die Hagenberg Software GmbH war auch heuer auf der <a href="http://www.microsoft.com/austria/sharepointkonferenz/">SharePoint Konferenz</a> in Wien, dem größten 2010er Event im deutschen Sprachraum, vertreten. Zwei Tage lang gab es spannende Expertenvorträge mit drei parallelen Tracks, eine Fachausstellung mit zahlreichen Ausstellern, eine eigene Bühne für Business Solutions und eine lustige Abendveranstaltung im TechGate in Wien.</p>
<p>Bei unserem Vortrag zum Thema &#8220;ECM in der Praxis&#8221; wurde unsere Lösung &#8220;HR Akt am SharePoint&#8221; präsentiert. Dieses Beispiel zeigt sehr anschaulich wie mit Hilfe  der <a href="http://www.ecspand.de">ECM Erweiterung ecspand</a> SharePoint sehr komfortabel zur zentralen Informationsdrehscheibe ausgebaut werden kann.</p>
<p>Zentrale Unternehmensprozesse am SharePoint? Mit ecspand wird Ihr SharePoint zur ECM/EIM Plattform &#8211; egal ob Sie Aktenpläne abbilden, ERP und andere LOB Applikationen einbinden oder auf Storagesysteme langzeitarchivieren wollen oder Fachlösungen wie Eingangsrechnungsverarbeitung, Unterstützung in den Qualitätsmanagementprozessen, Vertragsverwaltung, HR Akt suchen.</p>
<p><strong>Die Slides zur Präsentation:</strong></p>
<div id="__ss_4471993" style="width: 425px;"><strong><a title="Ecm in der_praxis-personalakt_im_share_point" href="http://www.slideshare.net/christiankiesewetter/ecm-in-derpraxispersonalaktimsharepoint">Ecm in der_praxis-personalakt_im_share_point</a></strong><object id="__sse4471993" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=ecminderpraxis-personalaktimsharepoint-100611021723-phpapp01&amp;stripped_title=ecm-in-derpraxispersonalaktimsharepoint" /><param name="name" value="__sse4471993" /><param name="allowfullscreen" value="true" /><embed id="__sse4471993" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=ecminderpraxis-personalaktimsharepoint-100611021723-phpapp01&amp;stripped_title=ecm-in-derpraxispersonalaktimsharepoint" name="__sse4471993" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p><br/><br />
<strong>Video zum ersten Tag der SharePointkonferenz:</strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="440" height="267" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/vUNLpqUHjJs&amp;hl=en_US&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="440" height="267" src="http://www.youtube.com/v/vUNLpqUHjJs&amp;hl=en_US&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<br/><br />
<strong>Video zum zweiten Tag der SharePointkonferenz:</strong><object width="440" height="267"><param name="movie" value="http://www.youtube.com/v/PXGPIfHej6A&amp;hl=en_US&amp;fs=1?color1=0x234900&amp;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PXGPIfHej6A&amp;hl=en_US&amp;fs=1?color1=0x234900&amp;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="440" height="267"></embed></object></p>
<h3>Nachlese:</h3>
<ul>
<li><a href="http://sharepointblog.at/">Berichterstattung auf sharepointblog.at</a></li>
<li><a href="http://twitter.com/#search?q=%23sharept">Twittereinträge zur SharePointkonferenz</a></li>
<li><a href="http://www.slideshare.net/f_lo/share-point-konferenz-wien-ecspand">Vortrag von Florian Laumer zu &#8220;Eingangsrechnungsverarbeitung am SharePoint mit ecspand&#8221;</a></li>
<li><a href="http://sharepoint2010.at/archive/2010/06/09/sharepoint-2010-konferenz-wien-vortrag-microsoft-enterprise-content-management.aspx">Vortrag von Nahed Hatahet zu &#8220;ECM mit SharePoint 2010&#8243;</a></li>
<li><a href="http://sharepoint2010.at/archive/2010/06/10/sharepoint-2010-konferenz-wien-vortrag-business-session-zum-thema-vollautomatisiertes-teamsite-deployment.aspx">Vortrag von Nahed Hatahet zu &#8220;Vollautomatisiertes Teamsite Deployment&#8221;</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/06/sharepoint-konferenz-2010-in-wien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAST for SharePoint Server 2010: Username or domain is incorrect</title>
		<link>http://blog.hagenberg-software.at/2010/05/fast-for-sharepoint-server-2010-username-or-domain-is-incorrect/</link>
		<comments>http://blog.hagenberg-software.at/2010/05/fast-for-sharepoint-server-2010-username-or-domain-is-incorrect/#comments</comments>
		<pubDate>Tue, 18 May 2010 09:07:03 +0000</pubDate>
		<dc:creator>Bernhard Rastorfer</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[FAST for SharePoint]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=718</guid>
		<description><![CDATA[Bei der Installation von FAST for SharePoint wird im zweiten Konfigurationsschritt nach einem Servicebenutzer gefragt. Ich habe einen eigenen Servicebenutzer für FAST angelegt und die Credentials eingegeben. Es erschien jedoch folgende Fehlermeldung: Ich habe lange gesucht und probiert, bis ich durchZufall herausgefunden habe, dass man hier nicht wie gewohnt den Benutzernamen im Format NETBIOS\User, sondern [...]]]></description>
			<content:encoded><![CDATA[<p>Bei der Installation von FAST for SharePoint wird im zweiten Konfigurationsschritt nach einem Servicebenutzer gefragt. Ich habe einen eigenen Servicebenutzer für FAST angelegt und die Credentials eingegeben. Es erschien jedoch folgende Fehlermeldung:</p>
<p><a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/05/usernameerror.jpg"><img class="aligncenter size-full wp-image-719" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/05/usernameerror.jpg" alt="" /></a></p>
<p>Ich habe lange gesucht und probiert, bis ich durchZufall herausgefunden habe, dass man hier nicht wie gewohnt den Benutzernamen im Format NETBIOS\User, sondern FQDN\User eingeben muss. Also bei der Domain test.local und NetBios Name TEST nicht TEST\User, sondern <strong>test.local\User</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/05/fast-for-sharepoint-server-2010-username-or-domain-is-incorrect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fehler beim Anlegen einer MetadataColumn in SharePoint 2010</title>
		<link>http://blog.hagenberg-software.at/2010/04/fehler-beim-anlegen-einer-metadatacolumn-in-sharepoint-2010/</link>
		<comments>http://blog.hagenberg-software.at/2010/04/fehler-beim-anlegen-einer-metadatacolumn-in-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 05:38:15 +0000</pubDate>
		<dc:creator>Martin Böck</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=688</guid>
		<description><![CDATA[Wenn man im SharePoint 2010 eine MetadataColumn anlegen möchte, welche auf einem Term in den Managed Metadata Services verweist, dann kann es zu folgender Fehlermeldung kommen: &#8220;The Taxonomy feature (Feature ID &#8220;73EF14B1-13A9-416b-A9B5-ECECA2B0604C&#8221;) has not been activated.&#160;A term set or anchor point was not selected.&#8221; Leider ist das Feature weder in den SiteCollection noch SiteFeatures vorhanden [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn man im SharePoint 2010 eine  MetadataColumn anlegen möchte, welche auf einem Term in den Managed Metadata  Services verweist, dann kann es zu folgender Fehlermeldung kommen:
</p>
<p><em>&#8220;The Taxonomy  feature (Feature ID &#8220;73EF14B1-13A9-416b-A9B5-ECECA2B0604C&#8221;) has not been  activated.&nbsp;A term set or anchor point was not selected.&#8221;</em></p>
<p>Leider ist das Feature  weder in den SiteCollection noch SiteFeatures vorhanden (da es im Release Candidate als hidden  geflagt ist).</p>
<p><strong>Die Lösung</strong>: Über die Commandline aktivieren:</p>
<div>
<pre class="brush: plain; title: ;">stsadm -o  activatefeature -id &quot;73EF14B1-13A9-416b-A9B5-ECECA2B0604C&quot; -url sitecollection  -force</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/04/fehler-beim-anlegen-einer-metadatacolumn-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Type Publishing Link wird nicht angezeigt bei Subscribers</title>
		<link>http://blog.hagenberg-software.at/2010/04/content-type-publishing-link-wird-nicht-angezeigt-bei-subscribers/</link>
		<comments>http://blog.hagenberg-software.at/2010/04/content-type-publishing-link-wird-nicht-angezeigt-bei-subscribers/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 14:44:02 +0000</pubDate>
		<dc:creator>Martin Böck</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Content Type]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=698</guid>
		<description><![CDATA[Nachdem Microsoft SharePoint 2010 ein neues cooles Feature namens Content Typ Hub hat (gemeinsames Nutzen von Content Types innerhalb einer Farm &#8211; möglich zwischen Site Collections innerhalb einer WebApp, aber auch von anderen WebApp) wollten wir dies für ein aktuelles Projekt nutzen. Allerdings kam es zu folgendem Problem: Der gepublishte CT war in manchen SiteCollections [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem Microsoft SharePoint 2010 ein neues cooles Feature namens Content Typ Hub hat (gemeinsames Nutzen von Content Types innerhalb einer Farm &#8211; möglich zwischen Site Collections innerhalb einer WebApp, aber auch von anderen WebApp) wollten wir dies für ein aktuelles Projekt nutzen.<br />
Allerdings kam es zu folgendem Problem: Der gepublishte CT war in manchen SiteCollections nicht sichtbar (samt dem Content Type Publishing Link, der bei einem Subscriber normalerweise in den Site Settings der Site Collections unter Site Collection Administration vorhanden ist).</p>
<p><strong>Lösung:</strong> Nachdem der CT allerdings Metadata-Columns enthielt fand ich heraus, dass er bei deaktiviertem Taxonomy-Feature diesen nicht veröffentlichte bzw. verfügbar war. Das Taxonomy-Feature muss pro Site Collection aktiviert werden:</p>
<pre class="brush: plain; title: ;">stsadm -o activatefeature -id &quot;73EF14B1-13A9-416b-A9B5-ECECA2B0604C&quot; -url sitecollection -force </pre>
<p>Danach erschien sowohl der Link &#8220;Content type publishing&#8221; als auch der gepublishte CT ordnungsgemäß.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/04/content-type-publishing-link-wird-nicht-angezeigt-bei-subscribers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Releasedatum für SharePoint &amp; Office 2010 bekanntgegeben</title>
		<link>http://blog.hagenberg-software.at/2010/03/releasedatum-fur-sharepoint-office-2010-bekanntgegeben/</link>
		<comments>http://blog.hagenberg-software.at/2010/03/releasedatum-fur-sharepoint-office-2010-bekanntgegeben/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 11:18:38 +0000</pubDate>
		<dc:creator>Christian Kiesewetter</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=648</guid>
		<description><![CDATA[Heute war es endlich soweit: Microsoft hat nun offiziell das Releasedatum für SharePoint 2010 und Office 2010 bekanntgegeben! Stephen Elop (President of Microsoft Business Division) wird am 12. Mai in einer online übertragenen Keynote die neuen Produkte vorstellen. Im Umfeld dieser Keynote wird es zahlreiche Möglichkeiten geben sich beim Online Launch Event zu informieren. Die [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/03/sharepoint2010.jpg"><img class="alignright size-full wp-image-651" title="sharepoint2010" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/03/sharepoint2010.jpg" alt="" width="176" height="101" /></a>Heute war es endlich soweit: <a class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a> hat nun offiziell das Releasedatum für <a href="http://sharepoint2010.microsoft.com">SharePoint 2010</a> und <a href="http://www.microsoft.com/office/2010">Office 2010</a> bekanntgegeben! <a class="zem_slink" title="Stephen Elop" rel="crunchbase" href="http://www.crunchbase.com/person/stephen-elop">Stephen Elop</a> (President of Microsoft Business Division) wird am 12. Mai in einer online übertragenen Keynote die neuen Produkte vorstellen. Im Umfeld dieser Keynote wird es zahlreiche Möglichkeiten geben sich beim Online Launch Event zu informieren.</div>
<p>Die RTM (Release to Manufactoring) wird übrigens im April 2010 erwartet.</p>
<h3>Infos kompakt</h3>
<ul>
<li>Releasetermin: 12. Mai 2010</li>
<li>Keynote Stephen Elop: 12. Mai 2010, 17:00 MEZ (<a title="Outlook Termineinladung" href="http://download.microsoft.com/download/0/5/F/05FF69ED-6F8F-4357-863B-12E27D6F1115/Stephen_Elop_Live_Launch_2010_Keynote.ics">Termin zu Outlook hinzufügen</a>)</li>
<li>Link zum Launch Event: <a title="SharePoint 2010 Launch Event" href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx">http://sharepoint.microsoft.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/03/releasedatum-fur-sharepoint-office-2010-bekanntgegeben/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nintex Workflow 2010</title>
		<link>http://blog.hagenberg-software.at/2010/01/nintex-workflow-2010/</link>
		<comments>http://blog.hagenberg-software.at/2010/01/nintex-workflow-2010/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 10:06:23 +0000</pubDate>
		<dc:creator>Evelyn Schinko</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Nintex Workflow 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=612</guid>
		<description><![CDATA[Nintex Workflow 2010 offers functional and feature rich SharePoint workflow to your organization. It takes the powerful-yet-easy design, deployment, management, and integration features of Nintex Workflow 2007 to the SharePoint 2010 platform, with improved process monitoring, extensibility, and designer productivity. Any SharePoint user can create and maintain elaborate workflows using a browser-based graphical web browser [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/nw2010.png"><img class="alignleft size-full wp-image-613" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/nw2010.png" alt="" width="234" height="64" /></a></p>
<p>Nintex Workflow 2010 offers functional and feature rich SharePoint workflow to your organization. It takes the powerful-yet-easy design, deployment, management, and integration features of Nintex Workflow 2007 to the SharePoint 2010 platform, with improved process monitoring, extensibility, and designer productivity.</p>
<ul>
<li>Any SharePoint user can create and maintain elaborate workflows using a browser-based graphical web browser interface</li>
<li>Monitor and manage workflow activity across lists, sites, collections, applications, and farms</li>
<li>Maximum value with minimum footprint and minimal IT administrative burden</li>
<li>Extend design and runtime options using Windows Workflow Foundation expertise</li>
</ul>
<p>Nintex published the following videos:</p>
<div><strong>Nintex Workflow 2010 – User Experience Enhancements</strong></div>
<div><a href="http://nintexdownload.com/video/Nintex_Workflow_2010_User_Experience_Enhancements.wmv" target="_blank">Video link</a></div>
<div><strong>Nintex Workflow 2010 – Embracing SharePoint 2010 Platform Enhancements</strong></div>
<div><a href="http://nintexdownload.com/video/Nintex_Workflow_2010_Embracing_SharePoint_2010_Platform_Enhancements.wmv" target="_blank">Video link</a></div>
<div><strong>Nintex Workflow 2010 – Extensions and Integration Enhancements</strong></div>
<div><a href="http://nintexdownload.com/video/Nintex_Workflow_2010_Extensions_and_Integration_Enhancements.wmv" target="_blank">Video link</a></div>
<div><strong>Nintex Workflow 2010 – Manageability Enhancements</strong></div>
<div><a href="http://nintexdownload.com/video/Nintex_Workflow_2010_Manageability_Enhancements.wmv" target="_blank">Video link</a></div>
<div>The videos show the new style of Nintex Workflow 2010, base on SharePoint 2010. The usability was improved and is quite cool now. So, eg. it&#8217;s easier to create workflow variables during configuring workflow tasks.</div>
<div><a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/lookandfeel.png"><img class="size-medium wp-image-614 alignnone" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/lookandfeel-300x184.png" alt="" width="300" height="184" /></a></div>
<div>More new features are:</div>
<div>
<ul>
<li>Designing reusable workflows<br />
With Nintex Workflow 2010 you can create reusable workflows which can be bound to different list, libraries or content types. When using variables or columns which are not available in the current list (were the workflow is bound), the column is created automatically trough the workflow.</li>
<li>Possiblity to create site scoped workflows, which are not bound to specific types (eg. watch different lists,&#8230;)
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/siteworkflow.png"><img class="size-medium wp-image-615 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/siteworkflow-300x184.png" alt="" width="300" height="184" /></a> <a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/siteworkflow2.png"><img class="size-medium wp-image-616 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/siteworkflow2-220x300.png" alt="" width="220" height="300" /></a></p>
</li>
<li> An InfoPath form can be used inside a list. This is a new feature of SharePoint 2010. Nintex Workflow 2010 fully supports InfoPath forms.</li>
<li>Offering more custom actions and integration services (eg. BCS, Check availability (a user&#8217;s calendar is checked; exchange)).</li>
<li>New: Line of Business: Actions for doing actions on Microsoft CRM, Microsoft Project Server ans SAP<br />
These new actions are not representing code (like other workflow actions); they represent a workflow<br />
<a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/lob_crm.png"><img class="alignnone size-full wp-image-617" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/lob_crm.png" alt="" width="125" height="276" /></a> <a href="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/lob_project.png"><img class="alignnone size-full wp-image-618" src="http://blog.hagenberg-software.at/wp-content/uploads/2010/01/lob_project.png" alt="" width="122" height="235" /></a></li>
<li>More options for developer: you can easily create your own custom business objects for the tool bar (based on workflows and/or code)</li>
<li>Some lookup functions can be customized. For example: The lookup manager function is by default based to lookup in Active directory. Administrators have the possibility to change that in Central Administration; eg. base on SQL Server database</li>
</ul>
</div>
<p>There are still lots of more new functionality &#8211; just have a look to the videos.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2010/01/nintex-workflow-2010/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
<enclosure url="http://nintexdownload.com/video/Nintex_Workflow_2010_User_Experience_Enhancements.wmv" length="6070868" type="video/x-ms-wmv" />
<enclosure url="http://nintexdownload.com/video/Nintex_Workflow_2010_Embracing_SharePoint_2010_Platform_Enhancements.wmv" length="6383978" type="video/x-ms-wmv" />
<enclosure url="http://nintexdownload.com/video/Nintex_Workflow_2010_Extensions_and_Integration_Enhancements.wmv" length="7035890" type="video/x-ms-wmv" />
<enclosure url="http://nintexdownload.com/video/Nintex_Workflow_2010_Manageability_Enhancements.wmv" length="5564038" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Creating workflows for SharePoint 2010 with Office Visio 2010</title>
		<link>http://blog.hagenberg-software.at/2009/10/creating-workflows-for-sharepoint-2010-with-office-visio-2010/</link>
		<comments>http://blog.hagenberg-software.at/2009/10/creating-workflows-for-sharepoint-2010-with-office-visio-2010/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:53:16 +0000</pubDate>
		<dc:creator>Evelyn Schinko</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Designer 2010]]></category>
		<category><![CDATA[Visio 2010]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=391</guid>
		<description><![CDATA[Microsoft has improved the new version of Visio. With the new version of Visio you can create workflows for SharePoint 2010. In my opinion it’s a great feature, because it’s now possible to split the process of creating workflows. People of speciality departments with no technical background can model their business processes with Visio. Workfows [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has improved the new version of Visio. With the new version of Visio you can create workflows for SharePoint 2010. In my opinion it’s a great feature, because it’s now possible to split the process of creating workflows. People of speciality departments with no technical background can model their business processes with Visio. Workfows which they created can be exported to a specific file format, which can be imported by Microsoft SharePoint Designer. So, software designers or people with technical background can configure the workflow with business logic and can publish the workflow to SharePoint.</p>
<p>Now I would like to explain the new Visio features more detailed. Opening Visio the first time, you will see that Visio 2010 comes with a new template – Microsoft SharePoint Workflow.</p>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Microsoft-SharePoint-Workflow1.png" target="_blank"><img class="aligncenter size-full wp-image-396" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Microsoft-SharePoint-Workflow1.png" alt="Microsoft SharePoint Workflow" width="271" height="231" /></a></p>
<p>This template offers quite new shapes for SharePoint workflows, which are separated into the following groups:</p>
<ul>
<li>SharePoint Workflow Actions</li>
</ul>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/SharePoint-Workflow-Actions2.png" target="_blank"><img class="size-full wp-image-398 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/SharePoint-Workflow-Actions2.png" alt="SharePoint Workflow Actions" width="405" height="199" /></a></p>
<ul>
<li>SharePoint Workflow Conditions</li>
</ul>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/SharePoint-Workflow-Conditions1.png" target="_blank"><img class="size-full wp-image-399 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/SharePoint-Workflow-Conditions1.png" alt="SharePoint Workflow Conditions" width="429" height="114" /></a></p>
<ul>
<li>SharePoint Workflow Terminators</li>
</ul>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/SharePoint-Workflow-Terminators1.png" target="_blank"><img class="size-full wp-image-400 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/SharePoint-Workflow-Terminators1.png" alt="SharePoint Workflow Terminators" width="235" height="78" /></a></p>
<p>I started to design my first Visio workflow, which is a simple request for leave. The shapes can be inserted quite easy – just drag and drop it to the page. After connecting the shapes my workflow seems to be finished.</p>
<p style="text-align: center"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Request-for-leave-workflow.png" target="_blank"><img class="size-full wp-image-402 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Request-for-leave-workflow.png" alt="Request for leave workflow" width="410" height="342" /></a></p>
<p>Before exporting the workflow to the Visio Workflows Interchange file, you have to check the diagram. If any error occurs, it’s not possible to export the diagram.</p>
<p style="text-align: center"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Visio-Ribbon.png" target="_blank"><img class="size-full wp-image-403 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Visio-Ribbon.png" alt="Visio Ribbon" width="310" height="131" /></a></p>
<p>In my case I used custom conditions twice (as you can see in the diagram). Unfortunately, check process was not successful. It seems that the check process did not recognize the custom condition shapes. Therefore the other shapes are not connected to the workflow.</p>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Issue-Window.png" target="_blank"><img class="aligncenter size-full wp-image-404" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Issue-Window.png" alt="Issue Window" width="378" height="134" /></a></p>
<p>I also tried to ignore the rule, but nevertheless the diagram could not be exported. I hope that this is just a bug of the Technical Preview and will be solved in the next version of Visio.</p>
<p>So, I will explain the generated Visio Workflows Interchange file with another example. I just created a simple diagram with two shapes.</p>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Microsoft-SharePoint-Workflow-2.png" target="_blank"><img class="aligncenter size-full wp-image-405" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Microsoft-SharePoint-Workflow-2.png" alt="Microsoft SharePoint Workflow 2" width="410" height="187" /></a></p>
<p>Yehh – that validation worked. So I exported the vwi file. That file contains different files, which can be viewed by changing the extension to *.zip. The following files are created:</p>
<ul>
<li>[Content_Types]<br />
This file summarizes the used extension and their content type.</li>
</ul>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Content_Types.png" target="_blank"><img class="size-full wp-image-406 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Content_Types.png" alt="Content_Types" width="426" height="78" /></a></p>
<ul>
<li>Workflow.vdx<br />
is the Visio diagram in xml-format. Actually it’s not that interesting; it’s just a long file defining the Visio layout (and data) in xml.</li>
</ul>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/vwi.png" target="_blank"><img class="size-full wp-image-407 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/vwi.png" alt="vwi" width="376" height="568" /></a></p>
<ul>
<li>Workflow.xoml<br />
The xoml file describes the workflow itself. If you familiar with SharePoint Designer 2007 workflows you will know the structure of the file – it’s similar to that.</li>
</ul>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/xoml.png" target="_blank"><img class="size-full wp-image-408 aligncenter" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/xoml.png" alt="xoml" width="407" height="200" /></a></p>
<ul>
<li>Workflow.xoml.rules<br />
That file simply references the xml namespace.<br />
&lt;RuleDefinitions xmlns=&#8221;http://schemas.microsoft.com/winfx/2006/xaml/workflow&#8221; /&gt;</li>
</ul>
<p><strong>Importing vwi-file to SharePoint Designer 2010</strong></p>
<p>First of all, the new SharePoint Designer 2010 looks very cool and Microsoft improved a lot of things. It’s now possible to administrate the whole SharePoint site with that designer. You can configure page information, create and modify lists, document libraries, subsites, permissions, content types, workflows, … .</p>
<p>The following picture shows the start page when you connect to an existing SharePoint 2010 site.</p>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/SharePoint-Designer-2010.png" target="_blank"><img class="aligncenter size-full wp-image-409" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/SharePoint-Designer-2010.png" alt="SharePoint Designer 2010" width="394" height="224" /></a></p>
<p>Clicking on the workflow section opens the workflow tool pane, where you can edit existing workflows or add new ones.</p>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Workflow-Section.png" target="_blank"><img class="aligncenter size-full wp-image-410" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Workflow-Section.png" alt="Workflow Section" width="429" height="161" /></a></p>
<p>The best innovation in my opinion is that you can now create reusable workflows with the designer. This was not possible with the previous version of SharePoint (Designer). In 2007 you had to create reusable workflows with Visual Studio.</p>
<p>The easiest way to continue with you Visio workflow is just to import it from Visio by clicking the button in the ribbon menu. The import wizard offers you the possibility either to import the workflow for lists or to create a reusable workflow.</p>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Import-Wizard.png" target="_blank"><img class="aligncenter size-full wp-image-411" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Import-Wizard.png" alt="Import Wizard" width="425" height="308" /></a></p>
<p>As you can see in the next image, the Designer creates the structure of the workflow. You can now go on with adding the logic to the workflow. The actions are similar to the actions in SharePoint Designer 2007.</p>
<p style="text-align: center;"><a href="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Workflow-Editing.png" target="_blank"><img class="aligncenter size-full wp-image-412" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/Workflow-Editing.png" alt="Workflow Editing" width="397" height="154" /></a></p>
<p>You can start editing the actions, add new steps and actions and at the end publish the workflow to your SharePoint environment.</p>
<p>Before exporting the workflow to SharePoint it’s recommended to check for errors. If any error occurs the position is highlighted.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2009/10/creating-workflows-for-sharepoint-2010-with-office-visio-2010/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Microsoft SharePoint Conference 2009</title>
		<link>http://blog.hagenberg-software.at/2009/10/microsoft-sharepoint-conference-2009/</link>
		<comments>http://blog.hagenberg-software.at/2009/10/microsoft-sharepoint-conference-2009/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 18:27:42 +0000</pubDate>
		<dc:creator>Bernhard Rastorfer</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Conference 2009]]></category>

		<guid isPermaLink="false">http://blog.hagenberg-software.at/?p=351</guid>
		<description><![CDATA[Vor ca. 30min hat Steve Balmer seine Key Note bei der SharePoint Conference 2009 beendet. Die Key Note stand sehr stark im Zeichen der technischen Features und weniger in der Präsentation der Lösungen, die mit dem neuen SharePoint Server umgesetzt werden können &#8211; ein eindeutiges Zeichen dafür, dass sich diese Veranstaltung an die IT-Pros und [...]]]></description>
			<content:encoded><![CDATA[<p>Vor ca. 30min hat Steve Balmer seine Key Note bei der SharePoint Conference 2009 beendet. Die Key Note stand sehr stark im Zeichen der technischen Features und weniger in der Präsentation der Lösungen, die mit dem neuen SharePoint Server umgesetzt werden können &#8211; ein eindeutiges Zeichen dafür, dass sich diese Veranstaltung an die IT-Pros und Entwickler in der SharePoint Welt wendet und weniger an die letzendlichen Kunden des Produkts. Dies zeigte sich auch gleich zu Beginn der Key Note, als Steve Balmer meinte: &#8220;The last year I started all my speeches with talking about economy &#8211; today I will not do that&#8230;&#8221; &#8211; und er bekam großen Applaus dafür.<br />
Weiters wurde angekündigt, dass es ein <em>80s Party</em> am Dienstag und einen <em>Rock Band Contest</em> am Mittwoch geben wird ^^</p>
<div id="attachment_352" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-352 " src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/IMG_0005-300x225.jpg" alt="SteveBalmer at SharePoint Conference 2009" width="300" height="225" /><p class="wp-caption-text">Steve Balmer at SharePoint Conference 2009</p></div>
<p>Im Laufe der Ansprache, in der Balmer abwechselnd mit Tom Rizzo (Senor Director SharePoint) Features des neuen SharePoint Servers vorstellte, zeigte sich der starke Focus von Microsoft, auch dieses Produkt in der der Cloud anzubieten und es Kunden mit <em>&#8220;SharePoint Online&#8221;</em> zu ermöglichen, SharePoint als Service zuzukaufen und sich nicht im Infrastruktur, Backup, Updates, usw. kümmern zu müssen.</p>
<div id="attachment_353" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-353" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/IMG_0019-300x225.jpg" alt="SharePoint online" width="300" height="225" /><p class="wp-caption-text">SharePoint online</p></div>
<div id="attachment_354" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-354" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/IMG_0020-300x225.jpg" alt="SharePoint 2010 Produktpalette" width="300" height="225" /><p class="wp-caption-text">SharePoint 2010 Produktpalette</p></div>
<p>Weniger Entwicklungsaufwand ist ein weiteres Stichwort, das SharePoint 2010 schmackhaft machen soll. Ziel ist es, dass der Endbenutzer einfache SharePoint Applikationen selbst in der Oberfläche erstellen kann, ohne eine Zeile Code in Visual Studio schreiben zu müssen. Dies wird erstens durch eine mächtigere Oberfläche im SharePoint selbst erreicht, andererseits wurde das Produkt &#8220;SharePoint Designer 2010&#8243; sehr vergrößert und bietet nun vollen Zugriff auf der SharePoint Objektmodell. Es können Daten aus externen Systemen (zb. SQL-Server) in SharePointListen integiert und auch upgedated werden. Die Listen können in alle Office Produkte, wie Outlook, Word, usw. eingebunden werden&#8230;wie gesagt, alles vom Benutzer.</p>
<p>Sehr spannend sind auch die Erweiterungen für Entwickler: Erstens kann der SharePoint Server nun unter Windows 7 und Windows Vista betrieben werden. Es ist nicht mehr notwendig einen Windows Server für die Entwicklung nutzen zu müssen. Weiters kann VisualStudio nun mit dem SharePoint Objektmodell umgehen und es können Features, Webparts und andere SharePoint Entwicklungen mit seh guter GUI Unterstützung umgesetzt werden. Es werden Breakpoints in SharePoint Projekten unterstützt und es wurde auch ein Developer Dashboard eingebaut, das es erlaubt diese Entwicklungen zu Debuggen und direkt im SharePoint Performance Auswertungen anzuzeigen.</p>
<div id="attachment_355" class="wp-caption aligncenter" style="width: 263px"><img class="size-full wp-image-355" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/developerdashboard.png" alt="SharePoint 2010 Developer Dashboard" width="253" height="360" /><p class="wp-caption-text">SharePoint 2010 Developer Dashboard</p></div>
<p>Wir können 1) gespannt sein welche neuen Features, die noch nicht in der<em> Technical Preview</em> enthalten waren, in dieser Woche vorgestellt werden und 2) wie die beiden Hochzeiten, die auf der SharePoint Konfernz stattfinden, zelebriert werden <img src='http://blog.hagenberg-software.at/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="attachment_374" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-374" src="http://blog.hagenberg-software.at/wp-content/uploads/2009/10/ScreenHunter_01-Oct.-20-12.21-300x183.png" alt="Facts and Figures about SharePoint Confernce" width="300" height="183" /><p class="wp-caption-text">Facts and Figures about SharePoint Confernce</p></div>
<p><a href="http://www.mssharepointconference.com/pages/videoplayer.aspx?vhid=4">SharePoint Conference 2009 Opening Video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hagenberg-software.at/2009/10/microsoft-sharepoint-conference-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

