<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Berkut&#039;s Blog</title>
	<atom:link href="http://aberkut.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aberkut.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 16:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aberkut.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Berkut&#039;s Blog</title>
		<link>http://aberkut.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aberkut.wordpress.com/osd.xml" title="A Berkut&#039;s Blog" />
	<atom:link rel='hub' href='http://aberkut.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to allow large files to be uploaded into Sharepoint</title>
		<link>http://aberkut.wordpress.com/2010/07/30/how-to-allow-large-files-to-be-uploaded-into-sharepoint/</link>
		<comments>http://aberkut.wordpress.com/2010/07/30/how-to-allow-large-files-to-be-uploaded-into-sharepoint/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:53:33 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=110</guid>
		<description><![CDATA[To upload large files to Sharepoint 2007, running on Windows Server 2008, do the following: (These increase the file size limit to 100MB and timeouts to 10minutes.) In the central administration screens do the following: 1. Get into the SharePoint Central Administration Site 2. Select &#8220;Application Management&#8221; 3. Under the &#8220;SharePoint Web Application Management&#8221; section [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=110&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To upload large files to Sharepoint 2007, running on Windows Server 2008, do the following:</p>
<p>(These increase the file size limit to 100MB and timeouts to 10minutes.)</p>
<p>In the central administration screens do the following:</p>
<p>1. Get into the SharePoint Central Administration Site</p>
<p>2. Select &#8220;Application Management&#8221;</p>
<p>3. Under the &#8220;SharePoint Web Application Management&#8221; section select &#8220;Web  Application General Settings&#8221;</p>
<p>4. Change the &#8220;Maximum Upload Size&#8221; to 100MB.</p>
<p>In IIS of the web front end server websites:</p>
<p>1. Go to the website, click advanced settings, then the connection limits expansion</p>
<p>2. Set Connection Timeout to 600.</p>
<p>In Program Files\Common Files\Microsoft Shared\Web server  extensions\12\TEMPLATE\LAYOUTS<br />
Adjust the upload.aspx setting to read:</p>
<p>&lt;location path=&#8221;upload.aspx&#8221;&gt;<br />
&lt;system.web&gt;<br />
&lt;httpRuntime executionTimeout=&#8221;999999&#8243; maxRequestLength=&#8221;2097151&#8243; /&gt;<br />
&lt;/system.web&gt;<br />
&lt;/location&gt;</p>
<p>Adjust the virtual directory web.config to read:</p>
<p>&lt;httpRuntime executionTimeout=&#8221;999999&#8243; maxRequestLength=&#8221;51200&#8243; /&gt;</p>
<p>ALSO:</p>
<p>Add this section in system.webserver</p>
<pre>&lt;security&gt;
&lt;requestFiltering&gt;
&lt;requestLimits maxAllowedContentLength="104857600"/&gt;
&lt;/requestFiltering&gt;
&lt;/security&gt;</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=110&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/07/30/how-to-allow-large-files-to-be-uploaded-into-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>Solution: Revocation information for the security certificate for this site is not available</title>
		<link>http://aberkut.wordpress.com/2010/07/26/solution-revocation-information-for-the-security-certificate-for-this-site-is-not-available/</link>
		<comments>http://aberkut.wordpress.com/2010/07/26/solution-revocation-information-for-the-security-certificate-for-this-site-is-not-available/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 12:21:03 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[ISA Server 2006]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=107</guid>
		<description><![CDATA[Recently users where getting this error message: &#8220;Revocation information for the security certificate for this site is not available. Do you wish to proceed?&#8221; when they accessed a website. After investigation it turned out that the certificate revocation list distribution point, which is found (in IE anyway), under: Page properties, certificates button, look on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=107&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently users where getting this error message:</p>
<p>&#8220;Revocation information for the security certificate for this site is not available. Do you wish to proceed?&#8221;</p>
<p>when they accessed a website.</p>
<p>After investigation it turned out that the certificate revocation list distribution point, which is found (in IE anyway), under:</p>
<p>Page properties, certificates button, look on the details tab for CRL distribution point.</p>
<p>Was no longer accessible, due to some interesting firewalls that had been put in place. On opening access to this appropriately, the message no longer appeared, as the revocation information was then available.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=107&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/07/26/solution-revocation-information-for-the-security-certificate-for-this-site-is-not-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>Expression Blend 4 + Sketchflow error</title>
		<link>http://aberkut.wordpress.com/2010/07/07/expression-blend-4-sketchflow-error/</link>
		<comments>http://aberkut.wordpress.com/2010/07/07/expression-blend-4-sketchflow-error/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 09:16:18 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[Sketchflow]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=105</guid>
		<description><![CDATA[When using sketchflow, I designed a form, then went to create another one. On returning to the first one, I got an error: &#8220;value does not fall within the expected range&#8221; This turned out to be because I had changed the order of columns in a grid, so the xaml had two columns with the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=105&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When using sketchflow, I designed a form, then went to create another one.</p>
<p>On returning to the first one, I got an error: &#8220;value does not fall within the expected range&#8221;</p>
<p>This turned out to be because I had changed the order of columns in a grid, so the xaml had two columns with the same index.</p>
<p>On moving them to be in the correct order, and removing the index attributes from the grid columns, all returned to normal nicely.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=105&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/07/07/expression-blend-4-sketchflow-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging Access Denied message in Sharepoint</title>
		<link>http://aberkut.wordpress.com/2010/07/02/debugging-access-denied-message-in-sharepoint/</link>
		<comments>http://aberkut.wordpress.com/2010/07/02/debugging-access-denied-message-in-sharepoint/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 10:53:16 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=102</guid>
		<description><![CDATA[Here is an excellent blog post on the subject: http://blog.tylerholmes.com/2008/02/troubleshooting-access-denied-errors-in.html And here is a useful webpage for decoding url guid&#8217;s: http://meyerweb.com/eric/tools/dencoder/ In my particular problem, a custom webpart was trying to enumerate permissions, and the user hadn&#8217;t been granted permission to do that. Thus causing the whole site to fall over, with an access denied [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=102&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is an excellent blog post on the subject:</p>
<p><a href="http://blog.tylerholmes.com/2008/02/troubleshooting-access-denied-errors-in.html">http://blog.tylerholmes.com/2008/02/troubleshooting-access-denied-errors-in.html</a></p>
<p>And here is a useful webpage for decoding url guid&#8217;s:</p>
<p><a href="http://meyerweb.com/eric/tools/dencoder/">http://meyerweb.com/eric/tools/dencoder/</a></p>
<p>In my particular problem, a custom webpart was trying to enumerate permissions, and the user hadn&#8217;t been granted permission to do that.</p>
<p>Thus causing the whole site to fall over, with an access denied message.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=102&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/07/02/debugging-access-denied-message-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring PDF indexing on Sharepoint 2007</title>
		<link>http://aberkut.wordpress.com/2010/06/21/configuring-pdf-indexing-on-sharepoint-2007/</link>
		<comments>http://aberkut.wordpress.com/2010/06/21/configuring-pdf-indexing-on-sharepoint-2007/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:06:11 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=100</guid>
		<description><![CDATA[Here are 3 excellents blog posts on how to configure PDF indexing on Sharepoint: http://blog.techgalaxy.net/archives/831 http://blogs.msdn.com/b/ifilter/archive/2007/03/29/indexing-pdf-documents-with-adobe-reader-v-8-and-moss-2007.aspx http://www.moss2007.be/blogs/vandest/archive/2007/09/19/sharepoint-2007-and-pdf-indexing.aspx Enjoy! Remember to end XML with /&#62; and change BOTH registry keys, restart everything, and then re-index in full.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=100&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are 3 excellents blog posts on how to configure PDF indexing on Sharepoint:</p>
<ol>
<li><a href="http://blog.techgalaxy.net/archives/831">http://blog.techgalaxy.net/archives/831</a></li>
<li><a href="http://blogs.msdn.com/b/ifilter/archive/2007/03/29/indexing-pdf-documents-with-adobe-reader-v-8-and-moss-2007.aspx">http://blogs.msdn.com/b/ifilter/archive/2007/03/29/indexing-pdf-documents-with-adobe-reader-v-8-and-moss-2007.aspx</a></li>
<li><a href="http://www.moss2007.be/blogs/vandest/archive/2007/09/19/sharepoint-2007-and-pdf-indexing.aspx">http://www.moss2007.be/blogs/vandest/archive/2007/09/19/sharepoint-2007-and-pdf-indexing.aspx</a></li>
</ol>
<p>Enjoy!</p>
<p>Remember to end XML with /&gt; and change BOTH registry keys, restart everything, and then re-index in full.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=100&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/06/21/configuring-pdf-indexing-on-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>Controlling timer jobs in Sharepoint</title>
		<link>http://aberkut.wordpress.com/2010/06/17/controlling-timer-jobs-in-sharepoint/</link>
		<comments>http://aberkut.wordpress.com/2010/06/17/controlling-timer-jobs-in-sharepoint/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 11:09:59 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=95</guid>
		<description><![CDATA[Here is an excellent article on how to control timer jobs in sharepoint. http://grounding.co.za/blogs/neil/archive/2008/07/27/controlling-timer-jobs-in-sharepoint.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=95&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is an excellent article on how to control timer jobs in sharepoint.</p>
<p><a href="http://grounding.co.za/blogs/neil/archive/2008/07/27/controlling-timer-jobs-in-sharepoint.aspx">http://grounding.co.za/blogs/neil/archive/2008/07/27/controlling-timer-jobs-in-sharepoint.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=95&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/06/17/controlling-timer-jobs-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>How to map a network drive to a sharepoint 2007 document library.</title>
		<link>http://aberkut.wordpress.com/2010/06/11/how-to-map-a-network-drive-to-a-sharepoint-2007-document-library/</link>
		<comments>http://aberkut.wordpress.com/2010/06/11/how-to-map-a-network-drive-to-a-sharepoint-2007-document-library/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 23:33:20 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=93</guid>
		<description><![CDATA[Ensure you are using http not https. (HTTPS will cause you grief in my experience.). Ensure the web client service is running Go to the document library, click actions, and open with windows explorer. Copy this URL that it then uses. Create a mapped drive, using the URL, and the relevant security account. You&#8217;re done. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=93&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li>Ensure you are using http not https. (HTTPS will cause you grief in my experience.).</li>
<li>Ensure the web client service is running</li>
<li>Go to the document library, click actions, and open with windows explorer.</li>
<li>Copy this URL that it then uses.</li>
<li>Create a mapped drive, using the URL, and the relevant security account.</li>
</ol>
<p>You&#8217;re done. Remember, enable Web client, and use HTTP NOT HTTPS.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=93&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/06/11/how-to-map-a-network-drive-to-a-sharepoint-2007-document-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>Working with Content Types in SharePoint 2007</title>
		<link>http://aberkut.wordpress.com/2010/06/09/working-with-content-types-in-sharepoint-2007/</link>
		<comments>http://aberkut.wordpress.com/2010/06/09/working-with-content-types-in-sharepoint-2007/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 20:11:43 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=90</guid>
		<description><![CDATA[Here is a great blog post on how to add different document templates to document libraries in Share Point 2007. http://blog.techgalaxy.net/archives/761 Thanks Zubair<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=90&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a great blog post on how to add different document templates to document libraries in Share Point 2007.</p>
<p><a href="http://blog.techgalaxy.net/archives/761">http://blog.techgalaxy.net/archives/761</a></p>
<p>Thanks Zubair</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=90&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/06/09/working-with-content-types-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>Solved: Unable to add selected webparts. Cannot import this webpart</title>
		<link>http://aberkut.wordpress.com/2010/05/19/solved-unable-to-add-selected-webparts-cannot-import-this-webpart/</link>
		<comments>http://aberkut.wordpress.com/2010/05/19/solved-unable-to-add-selected-webparts-cannot-import-this-webpart/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:37:14 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=87</guid>
		<description><![CDATA[On attempting to add a 3rd party webpart to my Share Point 2007 installation I got the following message in a dialogue window: Unable to add selected webparts. Cannot import this webpart I reviewed all the instructions and I had followed every step. One of the steps mentioned adding a safecontrol entry to the web.config. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=87&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On attempting to add a 3rd party webpart to my Share Point 2007 installation I got the following message in a dialogue window:</p>
<p>Unable to add selected webparts. Cannot import this webpart</p>
<p>I reviewed all the instructions and I had followed every step.</p>
<p>One of the steps mentioned adding a safecontrol entry to the web.config.</p>
<p>On changing the order of where this safecontrol entry was in web.config, to the top of the list, the webpart displayed perfectly.</p>
<p>My thinking is, that one of my other entries is causing an error, and stopping the rest from loading&#8230;</p>
<p>Anyway, next time you get this error, try moving the Safecontrol entry to the front of the list, and see if it resolves the problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=87&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/05/19/solved-unable-to-add-selected-webparts-cannot-import-this-webpart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a scalable Share Point 2007 structure</title>
		<link>http://aberkut.wordpress.com/2010/05/05/creating-a-scalable-share-point-2007-structure/</link>
		<comments>http://aberkut.wordpress.com/2010/05/05/creating-a-scalable-share-point-2007-structure/#comments</comments>
		<pubDate>Wed, 05 May 2010 14:39:38 +0000</pubDate>
		<dc:creator>aberkut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://aberkut.wordpress.com/?p=85</guid>
		<description><![CDATA[We need to create a Share Point structure which can scale well to possibly TB of data. In order to do this it was decided to split the company up to use different site collections, using the same URL to access them. Thus we needed each site collection to use a seperate database, for easy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=85&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We need to create a Share Point structure which can scale well to possibly TB of data.</p>
<p>In order to do this it was decided to split the company up to use different site collections, using the same URL to access them.</p>
<p>Thus we needed each site collection to use a seperate database, for easy restores, security, performance and other goodness.</p>
<p>Thus I began researching and found this link:</p>
<p><a href="http://www.networkworld.com/community/node/19780?page=1">http://www.networkworld.com/community/node/19780?page=1</a></p>
<p>Which basically explained exactly what I wanted.</p>
<p>I went with the first approach, as I currently have full control over the system.</p>
<p>Thus I did the following:</p>
<p>1. Set the current content DB to offline.</p>
<p>2. Create a new one.</p>
<p>3. Create a site collection.</p>
<p>4. Switch the first content DB online.</p>
<p>Done.</p>
<p>One issue which arose on one of our environments was the site collection did not create correctly, and it appeared to fail at the end of the process, creating the top level site.</p>
<p>Restarting the timer service fixed this.</p>
<p>That was courtesy of this link: <a href="http://www.fftf.org/news/Apr09feed/Resolved__SharePoint_Profile_Sync_Problems.rss.html">http://www.fftf.org/news/Apr09feed/Resolved__SharePoint_Profile_Sync_Problems.rss.html</a></p>
<p>Thanks for blogging guys.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aberkut.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aberkut.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aberkut.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aberkut.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aberkut.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aberkut.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aberkut.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aberkut.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aberkut.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aberkut.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aberkut.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aberkut.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aberkut.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aberkut.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aberkut.wordpress.com&amp;blog=11317472&amp;post=85&amp;subd=aberkut&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aberkut.wordpress.com/2010/05/05/creating-a-scalable-share-point-2007-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35f6eef04dcda20e8052fc75308ea112?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aberkut</media:title>
		</media:content>
	</item>
	</channel>
</rss>
