<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SharePoint</title>
	
	<link>http://www.sharepointboris.net</link>
	<description>and Boris Gomiunik</description>
	<lastBuildDate>Thu, 10 Jan 2013 20:49:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WebBorg" /><feedburner:info uri="webborg" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>WebBorg</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebBorg" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebBorg" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebBorg" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/WebBorg" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebBorg" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWebBorg" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebBorg" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2FWebBorg" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><item>
		<title>Add JavaScript commands to your Ribbon buttons – Popout example</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/97wgfd0_Xc8/</link>
		<comments>http://www.sharepointboris.net/2013/01/add-javascript-commands-to-your-ribbon-buttons-popout-example/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 20:49:00 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/?p=1178</guid>
		<description><![CDATA[The same way as we can use JavaScript Commandlets from favorites in your browser, you can also use them in your SharePoint List Ribbon. In this example we’ll create a button in the NewForm List ribbon that will open the form in a new tab without modal dialog. First let’s prepare. We’ll need two icons [...]]]></description>
				<content:encoded><![CDATA[<p>The same way as we can use <a href="http://www.sharepointboris.net/js/library/">JavaScript Commandlets</a> from favorites in your browser, you can also use them in your SharePoint List Ribbon. In this example we’ll create a button in the NewForm List ribbon that will open the form in a new tab without modal dialog.</p>
<p>First let’s prepare. We’ll need two icons for the button – a 16&#215;16 and 32&#215;32 version. You can use samples below:</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/fullscreen16.png" rel="lightbox[1178]" title="fullscreen16"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="fullscreen16" border="0" alt="fullscreen16" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/fullscreen16_thumb.png" width="16" height="12" /></a>&#160; <a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/fullscreen32.png" rel="lightbox[1178]" title="fullscreen32"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="fullscreen32" border="0" alt="fullscreen32" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/fullscreen32_thumb.png" width="32" height="24" /></a> </p>
<p>Now let’s open the site with SharePoint Designer and upload the two images to the site (either images folder in SharePoint designer or any document/picture library).</p>
<p>Next in SharePoint Designer select the <strong>Lists and Libraries</strong> option under <strong>Navigation</strong> and select the list you need to add your custom button to.</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/image.png" target="_blank" rel="lightbox[1178]" title="Select Lists and libraries and your list"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Select Lists and libraries and your list" border="0" alt="Select Lists and libraries and your list" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/image_thumb.png" width="320" height="88" /></a> </p>
<p>With the list open in SharePoint designer, click the <strong>Custom action</strong> button and select <strong>New Form Ribbon</strong>.</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/image1.png" target="_blank" rel="lightbox[1178]" title="Custom action - new form ribbon "><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Custom action - new form ribbon " border="0" alt="Custom action - new form ribbon " src="http://www.sharepointboris.net/wp-content/uploads/2013/01/image_thumb1.png" width="320" height="182" /></a> </p>
<p>In the popup window fill in the name and if needed description of your new button:</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/image2.png" target="_blank" rel="lightbox[1178]" title="Enter name and description"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Enter name and description" border="0" alt="Enter name and description" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/image_thumb2.png" width="320" height="126" /></a> </p>
<p>In the <strong>Select type of action</strong> select <strong>Navigate to url</strong> and enter the following in the box below:</p>
<p>javascript:var d=document.location.href.replace(&#8216;&amp;IsDlg=1&#8242;,&#8221;);window.open(d);</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/image3.png" target="_blank" rel="lightbox[1178]" title="Select third and paste the javascript"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Select third and paste the javascript" border="0" alt="Select third and paste the javascript" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/image_thumb3.png" width="320" height="141" /></a> </p>
<p>Now all that remains is to select images for the button in the last section:</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/image4.png" target="_blank" rel="lightbox[1178]" title="Take care of images"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Take care of images" border="0" alt="Take care of images" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/image_thumb4.png" width="320" height="70" /></a> </p>
<p>And leave the rest of settings to default.</p>
<p>Now you should see your newly created custom action in the <strong>Custom actions</strong> section </p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/image5.png" target="_blank" rel="lightbox[1178]" title="The result"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="The result" border="0" alt="The result" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/image_thumb5.png" width="320" height="66" /></a> </p>
<p>In some cases SharePoint designer won&#8217;t add this. In that case set the Navigate to url to some valid url (<a href="http://www.sharepointboris.net">http://www.sharepointboris.net</a> <img src='http://www.sharepointboris.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ), complete the process, then edit the custom action and replace link with your JavaScript.</p>
<p>Without any further ado you can immediately see results:</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/image6.png" target="_blank" rel="lightbox[1178]" title="The result - before click"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="The result - before click" border="0" alt="The result - before click" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/image_thumb6.png" width="320" height="212" /></a>&#160; <a href="http://www.sharepointboris.net/wp-content/uploads/2013/01/image7.png" target="_blank" rel="lightbox[1178]" title="The result - after click"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="The result - after click" border="0" alt="The result - after click" src="http://www.sharepointboris.net/wp-content/uploads/2013/01/image_thumb7.png" width="320" height="187" /></a> </p>
<p>Why you might need a popout you might ask? simple&#8230; for bookmarking, linking,&#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=97wgfd0_Xc8:gii_RtU2hNg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=97wgfd0_Xc8:gii_RtU2hNg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=97wgfd0_Xc8:gii_RtU2hNg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=97wgfd0_Xc8:gii_RtU2hNg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=97wgfd0_Xc8:gii_RtU2hNg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=97wgfd0_Xc8:gii_RtU2hNg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/97wgfd0_Xc8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2013/01/add-javascript-commands-to-your-ribbon-buttons-popout-example/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2013/01/add-javascript-commands-to-your-ribbon-buttons-popout-example/</feedburner:origLink></item>
		<item>
		<title>SharePoint Conference Slovenija 2012</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/zobEyhjriH0/</link>
		<comments>http://www.sharepointboris.net/2012/06/sharepoint-conference-slovenija-2012/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 20:05:35 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/?p=1153</guid>
		<description><![CDATA[Where? In Kranjska Gora, Slovenija When? On 26th and 27th November 2012 Why? Good presentations, lots of knowlege to gain, lots of interesting topics. Who? MVP, MVP, MVP, MVP and more and lots of other great presenters. I’ll be presenting thre this year again too. Who again? Returning legends like Zlatan Džinič, Claudio Brotto, Toni [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Where</strong>? In Kranjska Gora, Slovenija</p>
<p><strong>When?</strong> On 26th and 27th November 2012</p>
<p><strong>Why?</strong> Good presentations, lots of knowlege to gain, lots of interesting topics.</p>
<p><strong>Who? </strong>MVP, MVP, MVP, MVP and more and lots of other great presenters. I’ll be presenting thre this year again too.</p>
<p><strong>Who again?</strong> Returning legends like <a href="http://www.linkedin.com/in/zlatandzinic" target="_blank">Zlatan Džinič</a>, <a href="http://blog.claudiobrotto.com/" target="_blank">Claudio Brotto</a>, <a href="http://www.sharepointusecases.com/" target="_blank">Toni Frankola</a>, <a href="http://www.linkedin.com/pub/michael-noel/5/80b/771" target="_blank">Michael Noel</a>, <a href="http://www.sharepointjoel.com/default.aspx" target="_blank">Joel Oleson</a>, <a href="http://www.paulswider.com/" target="_blank">Paul Swider</a>, local heroes like me, Dejan Sarka, Uroš Žunič, Robi Vončina, along with new special guests. See us all <a href="http://www.kompas-xnet.si/vsebina/157" target="_blank">here</a>.</p>
<p><strong>What about?</strong> Topics are still being selected. I&#8217; still haven’t decided what my topic would be. Should it be “Enhancing SharePoint through JavaScript”? Or “Silverlight and SharePoint Reloaded”? Or perhaps Workflows in SharePoint. Maybe you can help me decide. I will also take the chance to unveil the successor of SPCD, which is already being tested.</p>
<p><strong>Kranjska where?</strong> In Hotel Kompas in Kranjska Gora in Slovenija. More info about hotel <a href="http://www.hitholidays-kg.si/Nastanitve/hotel-kompas" target="_blank">here</a>. How to find the hotel? You can check directions on <a href="http://www.hitholidays-kg.si/About-Us/How-to-Find-Us" target="_blank">hotel’s website</a> or find the hotel on <a href="http://binged.it/MzcndO" target="_blank">Bing Maps</a>.</p>
<p><strong>More information and reservations: <a href="http://www.kompas-xnet.si/dogodki/34" target="_blank">Check Organizer’s (Kompas XNet) website.</a></strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=zobEyhjriH0:JyY2YdVTM0Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=zobEyhjriH0:JyY2YdVTM0Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=zobEyhjriH0:JyY2YdVTM0Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=zobEyhjriH0:JyY2YdVTM0Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=zobEyhjriH0:JyY2YdVTM0Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=zobEyhjriH0:JyY2YdVTM0Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/zobEyhjriH0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2012/06/sharepoint-conference-slovenija-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2012/06/sharepoint-conference-slovenija-2012/</feedburner:origLink></item>
		<item>
		<title>Fast way of opening a link in a modal dialog in SP2010</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/MTsWugpf6ZY/</link>
		<comments>http://www.sharepointboris.net/2012/06/fast-way-of-opening-a-link-in-a-modal-dialog-in-sp2010/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 10:48:56 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/?p=1148</guid>
		<description><![CDATA[A lot of times I prefer to open a link in a modal dialog instead of new window or even same window. SP.UI has a function to open a modal dialog, but a lot of times you don&#8217;t need to create that function. A lot of times I just prefer to use SharePoint&#8217;s built-in function. [...]]]></description>
				<content:encoded><![CDATA[<p>A lot of times I prefer to open a link in a modal dialog instead of new window or even same window. SP.UI has a function to open a modal dialog, but a lot of times you don&#8217;t need to create that function. A lot of times I just prefer to use SharePoint&#8217;s built-in function. So to open a page in a modal dialog just change your link from </p>
<pre>&lt;a href=&quot;http://your-sharepoint-url-address&quot;&gt;your link name&lt;/a&gt;</pre>
<p>to</p>
<pre>&lt;a onclick=&quot;NewItem2(event, this.href); return false;&quot; href=&quot;http://your-sharepoint-url-address&quot;&gt;your link name&lt;/a&gt;</pre>
<p>This code ofcourse works in SharePoint designer and other areas in SharePoint where you have SP.UI loaded. It also doesn&#8217;t work in rich text fields in SharePoint as the JavaScript gets filtered out.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=MTsWugpf6ZY:JlLTMdRr4CY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=MTsWugpf6ZY:JlLTMdRr4CY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=MTsWugpf6ZY:JlLTMdRr4CY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=MTsWugpf6ZY:JlLTMdRr4CY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=MTsWugpf6ZY:JlLTMdRr4CY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=MTsWugpf6ZY:JlLTMdRr4CY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/MTsWugpf6ZY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2012/06/fast-way-of-opening-a-link-in-a-modal-dialog-in-sp2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2012/06/fast-way-of-opening-a-link-in-a-modal-dialog-in-sp2010/</feedburner:origLink></item>
		<item>
		<title>Bookmarklet to recover right-click and "open in new tab" for SharePoint 2010</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/EidKsVOH4jY/</link>
		<comments>http://www.sharepointboris.net/2012/04/bookmarklet-to-recover-right-click-and-open-in-new-tab-for-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 18:36:35 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Bookmarklets]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/?p=1146</guid>
		<description><![CDATA[One of the things that I was using in SharePoint 2007 and is GONE in SharePoint 2010 is the ability to open a link in top navigation or in quick launch in another tab. This still works in SharePoint 2010 if you&#8217;re not using Internet Explorer. But in IE when right clicking a link in [...]]]></description>
				<content:encoded><![CDATA[<p>One of the things that I was using in SharePoint 2007 and is GONE in SharePoint 2010 is the ability to open a link in top navigation or in quick launch in another tab. This still works in SharePoint 2010 if you&#8217;re not using Internet Explorer. But in IE when right clicking a link in quick launch or in top nav, you will find &quot;Open in new tab&quot; or &quot;Open in new window&quot; missing.</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2012/04/image3.png" rel="lightbox[1146]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2012/04/image_thumb3.png" width="464" height="269" /></a></p>
<p>But after running the bookmarklet from favorites or favorites bar</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2012/04/image4.png" rel="lightbox[1146]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2012/04/image_thumb4.png" width="444" height="242" /></a></p>
<p>Right click again and the desired options are there <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smeško" src="http://www.sharepointboris.net/wp-content/uploads/2012/04/wlEmoticon-smile.png" /></p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2012/04/image5.png" rel="lightbox[1146]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2012/04/image_thumb5.png" width="265" height="180" /></a></p>
<p>The bookmarklet is available in my <a href="http://www.sharepointboris.net/js/library/" target="_blank">JavaScripts Library</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=EidKsVOH4jY:JlAwH8vmvwE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=EidKsVOH4jY:JlAwH8vmvwE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=EidKsVOH4jY:JlAwH8vmvwE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=EidKsVOH4jY:JlAwH8vmvwE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=EidKsVOH4jY:JlAwH8vmvwE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=EidKsVOH4jY:JlAwH8vmvwE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/EidKsVOH4jY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2012/04/bookmarklet-to-recover-right-click-and-open-in-new-tab-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2012/04/bookmarklet-to-recover-right-click-and-open-in-new-tab-for-sharepoint-2010/</feedburner:origLink></item>
		<item>
		<title>Bookmarklet tool for revealing internal field names</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/R_bQ7ZrY270/</link>
		<comments>http://www.sharepointboris.net/2012/04/bookmarklet-tool-for-revealing-internal-field-names/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 22:45:11 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/?p=1132</guid>
		<description><![CDATA[I was already describing the way to get SharePoint List Column&#8217;s internal name. Now I&#8217;ve prepared a simple tool that you can embed in your browser for an even faster insight. How to &#34;install&#34; the bookmarklet? 1. Navigate to my JavaScripts Library page. 2. Under Bookmarklets you will find a link. Drag it to your [...]]]></description>
				<content:encoded><![CDATA[<p>I was already describing the way to <a href="http://www.sharepointboris.net/2010/02/the-quick-way-to-get-to-know-the-internal-name-of-the-sharepoint-column/" target="_blank">get SharePoint List Column&#8217;s internal name</a>. Now I&#8217;ve prepared a simple tool that you can embed in your browser for an even faster insight. </p>
<p><strong>How to &quot;install&quot; the bookmarklet?</strong></p>
<p>1. Navigate to my <a href="http://www.sharepointboris.net/js/library/" target="_blank">JavaScripts Library</a> page.</p>
<p>2. Under <strong>Bookmarklets</strong> you will find a link. Drag it to your browser&#8217;s favorites bar or favorites.</p>
<p>&#160;</p>
<p><strong>How to use the script:</strong></p>
<p>1. Open SharePoint List settings page. In this example we&#8217;ll open a Contacts list&#8217;s settings. Pay attention to the &quot;Columns&quot; table</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2012/04/image.png" rel="lightbox[1132]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2012/04/image_thumb.png" width="320" height="133" /></a></p>
<p>2. Click the link you&#8217;ve added to your bookmarks:</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2012/04/image1.png" rel="lightbox[1132]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2012/04/image_thumb1.png" width="320" height="253" /></a></p>
<p>3. See your Columns table again </p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2012/04/image2.png" rel="lightbox[1132]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2012/04/image_thumb2.png" width="320" height="122" /></a></p>
<p>&#160;</p>
<p>This just temporarily modifies the page. The column will disappear with the next page refresh. But meanwhile you can even copy-paste. </p>
<p>I&#8217;ve tested it with IE 9, FireFox and Chrome.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=R_bQ7ZrY270:le9arkHE8J4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=R_bQ7ZrY270:le9arkHE8J4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=R_bQ7ZrY270:le9arkHE8J4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=R_bQ7ZrY270:le9arkHE8J4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=R_bQ7ZrY270:le9arkHE8J4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=R_bQ7ZrY270:le9arkHE8J4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/R_bQ7ZrY270" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2012/04/bookmarklet-tool-for-revealing-internal-field-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2012/04/bookmarklet-tool-for-revealing-internal-field-names/</feedburner:origLink></item>
		<item>
		<title>SharePoint Designer Workflow Failed on Start (Retrying) issue</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/hQ8VkrPzg8k/</link>
		<comments>http://www.sharepointboris.net/2011/12/sharepoint-designer-workflow-failed-on-start-retrying-issue/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 11:45:36 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2011/12/sharepoint-designer-workflow-failed-on-start-retrying-issue/</guid>
		<description><![CDATA[Recently I&#8217;ve stumbled on a strange error in SharePoint. In the entire site collection I couldn&#8217;t start any workflow (nobody could). If workflows were set to start automatically, they would fail immediately with the message Failed on Start (Retrying) If they were set to manual start after clicking the Start button on the workflow initiation [...]]]></description>
				<content:encoded><![CDATA[<p>Recently I&#8217;ve stumbled on a strange error in SharePoint. In the entire site collection I couldn&#8217;t start any workflow (nobody could). If workflows were set to start automatically, they would fail immediately with the message <strong>Failed on Start (Retrying)</strong> </p>
<p>If they were set to manual start after clicking the Start button on the workflow initiation form, nothing would happen. </p>
<p>In SharePoint logs I&#8217;d find the following message:</p>
<pre style="font-size: 90%">System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.&#160;&#160;&#160;&#160; at System.ThrowHelper.ThrowKeyNotFoundException()&#160;&#160;&#160;&#160; at System.Collections.Generic.Dictionary`2.get_Item(TKey key)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Workflow.SPWorkflowManager.IsConfigForSite(SPSite site)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Workflow.SPWorkflowManager.GetWorkflowConfurationSection(SPSite site, String section)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Workflow.SPWinOeHostServices.EnsurePluggableServices(SPSite site, SPWorkflowExternalDataExchangeServiceCollection services, ExternalDataExchangeService existingServices)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Workflow.SPWinOeHostServices..ctor(SPSite site, SPWeb web, SPWorkflowManager manager, SPWorkflowEngine engine)&#160;&#160;&#160;&#160; --- End of inner exception stack trace ---&#160;&#160;&#160;&#160; at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct&amp; signature, IntPtr declaringType)&#160;&#160;&#160;&#160; at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&#160;&#160;&#160;&#160; at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Workflow.SPWorkflowManager.LoadPluggableClass(String classname, String assembly, Object[] parameters)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Workflow.SPWorkflowManager.GetService(SPWorkflowAssociation association, SPWorkflowEngine engine)&#160;&#160;&#160;&#160; at Microsoft.SharePointWorkflow.SPWorkflowManager.RunWorkflowElev(SPWorkflow workflow, Collection`1 events, SPWorkflowRunOptionsInternal runOptions)</pre>
<p>On another site collection on the same server workflows were working normally.</p>
<p>I&#8217;ve tried to resolve the problem with the <a href="http://blogs.msdn.com/b/wael/archive/2008/01/11/workflow-failed-on-start-retrying.aspx?CommentPosted=true#commentmessage" target="_blank">solution described here</a> but unfortunately it didn&#8217;t work.</p>
<p>At the end what worked for me was to re-enable workflows on site. </p>
<p>In <strong>Central Administration</strong> select <strong>Application Management</strong> and <strong>Manage web applications</strong></p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/12/image.png" rel="lightbox[1114]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/12/image_thumb.png" width="320" height="146" /></a></p>
<p>&#160;</p>
<p>Next select the failing Web application</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/12/image1.png" rel="lightbox[1114]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/12/image_thumb1.png" width="320" height="211" /></a></p>
<p>Now click arrow under <strong>General Settings</strong> in the ribbon and select <strong>Workflow</strong></p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/12/image2.png" rel="lightbox[1114]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/12/image_thumb2.png" width="320" height="219" /></a></p>
<p>Select <strong>No</strong> for &quot;Enable user-defined workflows…&quot; and click <strong>OK.</strong></p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/12/image3.png" rel="lightbox[1114]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/12/image_thumb3.png" width="320" height="245" /></a></p>
<p>Now reopen the <strong>Workflow settings</strong> dialog by clicking on <strong>General Settings</strong> –&gt; <strong>Workflow</strong> again</p>
<p>and select <strong>Yes</strong>, to re-enable user defined workflows.</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/12/image4.png" rel="lightbox[1114]" title="image"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/12/image_thumb4.png" width="320" height="91" /></a></p>
<p>Confirm your selection by clicking on the <strong>OK</strong> button.</p>
<p>This got my workflows up and running again. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=hQ8VkrPzg8k:whA0UWcpiXM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=hQ8VkrPzg8k:whA0UWcpiXM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=hQ8VkrPzg8k:whA0UWcpiXM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=hQ8VkrPzg8k:whA0UWcpiXM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=hQ8VkrPzg8k:whA0UWcpiXM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=hQ8VkrPzg8k:whA0UWcpiXM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/hQ8VkrPzg8k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2011/12/sharepoint-designer-workflow-failed-on-start-retrying-issue/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2011/12/sharepoint-designer-workflow-failed-on-start-retrying-issue/</feedburner:origLink></item>
		<item>
		<title>Fix lookups–update for SharePoint 2010</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/a9xIkCTHf-U/</link>
		<comments>http://www.sharepointboris.net/2011/12/fix-lookupsupdate-for-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 11:16:06 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[CodePlex]]></category>
		<category><![CDATA[Lookup field]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2011/12/fix-lookupsupdate-for-sharepoint-2010/</guid>
		<description><![CDATA[A while ago I prepared a simple solution on CodePlex that helps to reattach broken lookup columns (due to restore, migration,…). There is an update available – on the same place – CodePlex. The project is still a small console application. How to use it? Run it and follow instructions. Click here to download the [...]]]></description>
				<content:encoded><![CDATA[<p>A while ago I prepared a simple solution on <a href="http://gomiunik.codeplex.com/" target="_blank">CodePlex</a> that helps to reattach broken lookup columns (due to restore, migration,…). </p>
<p>There is an update available – on the same place – CodePlex. The project is still a small console application. </p>
<p>How to use it? Run it and follow instructions.</p>
<p><a href="http://gomiunik.codeplex.com/releases/view/76182" target="_blank">Click here to download the latest release.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=a9xIkCTHf-U:3C-t_t1HRhc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=a9xIkCTHf-U:3C-t_t1HRhc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=a9xIkCTHf-U:3C-t_t1HRhc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=a9xIkCTHf-U:3C-t_t1HRhc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=a9xIkCTHf-U:3C-t_t1HRhc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=a9xIkCTHf-U:3C-t_t1HRhc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/a9xIkCTHf-U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2011/12/fix-lookupsupdate-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2011/12/fix-lookupsupdate-for-sharepoint-2010/</feedburner:origLink></item>
		<item>
		<title>Display members of AD groups in SharePoint</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/2lHfNVNMdmo/</link>
		<comments>http://www.sharepointboris.net/2011/12/display-members-of-ad-groups-in-sharepoint/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 10:58:18 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[CodePlex]]></category>
		<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2011/12/display-members-of-ad-groups-in-sharepoint/</guid>
		<description><![CDATA[Have you ever found yourself in a situation where you&#8217;ve followed recommended practice to use also AD groups? Perfect. So you create an AD group, add some users to that group and next you add that group into a SharePoint security group. Good. Now three months from now if somebody asks you to list all [...]]]></description>
				<content:encoded><![CDATA[<p>Have you ever found yourself in a situation where you&#8217;ve followed recommended practice to use also AD groups? Perfect. So you create an AD group, add some users to that group and next you add that group into a SharePoint security group. Good. Now three months from now if somebody asks you to list all members of that group, what do you do? Remote to your Active directory and list (or printscreen) the group&#8217;s members. </p>
<p>Now thanks to my friend&#8217;s solution, you can tell them to go see for themselves. Robi Vončina has prepared a solution to list AD group members directly on your SharePoint site. It&#8217;s a nice solution to see who&#8217;s messing around your site. </p>
<p><a href="http://sp2010adgroupmembers.codeplex.com/" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; border-top: 0px; border-right: 0px; padding-top: 0px" border="0" alt="" src="http://xblogs.kompas-xnet.si/image.axd?picture=120911_1615_Displaymemb1_1.png" width="223" height="341" /></a></p>
<p><a href="http://sp2010adgroupmembers.codeplex.com/" target="_blank">The solution can be found on CodePlex</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=2lHfNVNMdmo:Bom3b_4WjI0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=2lHfNVNMdmo:Bom3b_4WjI0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=2lHfNVNMdmo:Bom3b_4WjI0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=2lHfNVNMdmo:Bom3b_4WjI0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=2lHfNVNMdmo:Bom3b_4WjI0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=2lHfNVNMdmo:Bom3b_4WjI0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/2lHfNVNMdmo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2011/12/display-members-of-ad-groups-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2011/12/display-members-of-ad-groups-in-sharepoint/</feedburner:origLink></item>
		<item>
		<title>Resolving DCOM 10016 Error on SharePoint server</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/SNLD8CcxFa0/</link>
		<comments>http://www.sharepointboris.net/2011/11/resolving-dcom-10016-error-on-sharepoint-server/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 09:42:35 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[SharePoint administration]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[TroubleShooting]]></category>
		<category><![CDATA[Windows server 2008]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2011/11/resolving-dcom-10016-error-on-sharepoint-server/</guid>
		<description><![CDATA[If you find a lot of DCOM errors with event ID 10016 in your application server role, this may be due to Windows Server 2008 R2. Here&#8217;s how to resolve these isuses On the failing server open Server Manager, and under Roles select Application server. You will most probably find quite a lot of DCOM [...]]]></description>
				<content:encoded><![CDATA[<p>If you find a lot of DCOM errors with event ID 10016 in your application server role, this may be due to Windows Server 2008 R2. Here&#8217;s how to resolve these isuses</p>
<p>On the failing server open Server Manager, and under <strong>Roles</strong> select <strong>Application server</strong>. You will most probably find quite a lot of DCOM errors. Open one of those errors to see for which user and for which service the authentication is failing. In the open window copy the GUID of the failing service. It will help you identify the service.</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb.png" width="320" height="206" /></a></p>
<p>Next open registry editor and select the root node. In <strong>Edit</strong> menu select <strong>Find, </strong>paste the GUID and click <strong>Find next</strong>.</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image1.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb1.png" width="320" height="183" /></a></p>
<p>You can find the service name in one of the registry&#8217;s values (as seen on the screenshot below, in my case it was IIS WAMREG).</p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image2.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb2.png" width="320" height="88" /></a></p>
<p>Leave the registry editor open (you might still need it).</p>
<p>Next in <strong>Start menu</strong> under <strong>Administrative tools</strong> click <strong>Component Services.</strong> Expand the <strong>Computers</strong> node and <strong>My Computer</strong>. Select <strong>DCOM Confing</strong>. Now locate the service you identified in your registry, right click it and select <strong>Properties. </strong></p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image3.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb3.png" width="320" height="203" /></a></p>
<p>In the open dialog select <strong>Security</strong> tab and in the <strong>Launch and activation</strong> <strong>permissions</strong> group click the <strong>Edit</strong> button. </p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image4.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb4.png" width="320" height="145" /></a></p>
<p>If you have this entire tab grayed out, you need to do the following (outlined in the gray, otherwise skip the gray part below): </p>
<p>
<table border="0" cellspacing="0" cellpadding="2" width="500">
<tbody>
<tr>
<td style="background-color: #cecece" valign="top" width="500">In registry editor (which I hope you still have open), right click the node you found and select <strong>Permissions</strong>             </p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image5.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb5.png" width="320" height="162" /></a>             </p>
<p>Click <strong>Advanced</strong> and select the <strong>Owner</strong> tab. Change the owner to the account you&#8217;re logged on or to the administrators group (which I presume your account is in)             </p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image6.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb6.png" width="320" height="200" /></a>             </p>
<p>Click <strong>Apply</strong> and in the permissions dialog also give same user/group full control             </p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image7.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb7.png" width="265" height="320" /></a>             </p>
<p>Now you should close and reopen <strong>Component services </strong>and find the DCOM service.             </td>
</tr>
</tbody>
</table>
<p>In the permissions dialog for the service grant the failing user (or group the account is in) <strong>Local Launch</strong> and <strong>Local Activation </strong>permissions. And in case the event log says it is failing remote launch, grant the user remote launch and service also. </p>
<p><a href="http://www.sharepointboris.net/wp-content/uploads/2011/11/image8.png" rel="lightbox[1099]" title="image"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.sharepointboris.net/wp-content/uploads/2011/11/image_thumb8.png" width="244" height="320" /></a></p>
<p>Confirm all the changes and close registry editor and Component services window.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=SNLD8CcxFa0:y-B0N3HKvqQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=SNLD8CcxFa0:y-B0N3HKvqQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=SNLD8CcxFa0:y-B0N3HKvqQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=SNLD8CcxFa0:y-B0N3HKvqQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=SNLD8CcxFa0:y-B0N3HKvqQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=SNLD8CcxFa0:y-B0N3HKvqQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/SNLD8CcxFa0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2011/11/resolving-dcom-10016-error-on-sharepoint-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2011/11/resolving-dcom-10016-error-on-sharepoint-server/</feedburner:origLink></item>
		<item>
		<title>Unable to open Office documents or Explorer view from SharePoint on Windows XP or Windows Vista</title>
		<link>http://feedproxy.google.com/~r/WebBorg/~3/SEJuJl0bxHA/</link>
		<comments>http://www.sharepointboris.net/2011/10/unable-to-open-office-documents-or-explorer-view-from-sharepoint-on-windows-xp-or-windows-vista-2/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 10:39:04 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[TroubleShooting]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2011/10/unable-to-open-office-documents-or-explorer-view-from-sharepoint-on-windows-xp-or-windows-vista-2/</guid>
		<description><![CDATA[If you run into this problem and you&#8217;ve checked that your Webclient service is running on your computer, there may be chance that the server running SharePoint has basic authentication enabled. There is a fix for this that needs to be installed locally. You can find the explanation and fix here: http://support.microsoft.com/kb/841215 Update: If you [...]]]></description>
				<content:encoded><![CDATA[<p>If you run into this problem and you&#8217;ve checked that your Webclient service is running on your computer, there may be chance that the server running SharePoint has basic authentication enabled. There is a fix for this that needs to be installed locally. You can find the explanation and fix here: <a href="http://support.microsoft.com/kb/841215">http://support.microsoft.com/kb/841215</a></p>
<p><strong>Update: If you use Microsoft Office 2010, you have to use other fix:</strong></p>
<p><a href="http://support.microsoft.com/kb/841215">http://support.microsoft.com/kb/841215</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WebBorg?a=SEJuJl0bxHA:XqIh3FnrcTo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=SEJuJl0bxHA:XqIh3FnrcTo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=SEJuJl0bxHA:XqIh3FnrcTo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=SEJuJl0bxHA:XqIh3FnrcTo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WebBorg?i=SEJuJl0bxHA:XqIh3FnrcTo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WebBorg?a=SEJuJl0bxHA:XqIh3FnrcTo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WebBorg?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WebBorg/~4/SEJuJl0bxHA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2011/10/unable-to-open-office-documents-or-explorer-view-from-sharepoint-on-windows-xp-or-windows-vista-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sharepointboris.net/2011/10/unable-to-open-office-documents-or-explorer-view-from-sharepoint-on-windows-xp-or-windows-vista-2/</feedburner:origLink></item>
	</channel>
</rss>
