<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luka Manojlovic &#187; Sharepoint services</title>
	<atom:link href="http://luka.manojlovic.net/category/sharepoint-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Sun, 18 Dec 2011 14:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Reduce Sharepoint services 3.0 log.ldf files&#8230;</title>
		<link>http://luka.manojlovic.net/2008/06/15/reduce-sharepoint-services-30-logldf-files/</link>
		<comments>http://luka.manojlovic.net/2008/06/15/reduce-sharepoint-services-30-logldf-files/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 14:05:53 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Sharepoint services]]></category>
		<category><![CDATA[Sharepoint services 3.0]]></category>
		<category><![CDATA[big log.ldf]]></category>
		<category><![CDATA[large log.ldf]]></category>
		<category><![CDATA[log.ldf large]]></category>
		<category><![CDATA[sharepoint services 3.0 large log files]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/06/15/reduce-sharepoint-services-30-logldf-files/</guid>
		<description><![CDATA[I had the problem that Sharepoint_Config-ID-.log.ldf grow realy BIG (14GB) on a content database of 1 GB! You can solve this problem by using &#8220;Shrink&#8221; command in the MS SQL Server Management Studio Express First you need to connect to your Sharepoint 3.0 database called: \\.\pipe\mssql$microsoft##ssee\sql\query - just put this string in your &#8220;Server name&#8221; field: [...]]]></description>
			<content:encoded><![CDATA[<p>I had the problem that Sharepoint_Config-ID-.log.ldf grow realy BIG (14GB) on a content database of 1 GB!</p>
<p>You can solve this problem by using &#8220;Shrink&#8221; command in the <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796">MS SQL Server Management Studio Express</a></p>
<p>First you need to connect to your Sharepoint 3.0 database called: \\.\pipe\mssql$microsoft##ssee\sql\query - just put this string in your &#8220;Server name&#8221; field:</p>
<p><strong>\\.\pipe\mssql$microsoft##ssee\sql\query</strong></p>
<p><strong> Create full backup of all databases before continuing!</strong></p>
<p>After that we should change restore mode from &#8220;Full&#8221; (this the parameter that allows .log.ldf to grow that large as transaction logs are not purged) to &#8220;Simple&#8221;:</p>
<p>Expand Databases, right mouse click on Sharepoint_Config&#8230; Properties, Options, Recovery model: <strong>Simple</strong> and click OK</p>
<p>Shrink the database procedure:</p>
<p>Expand Databases, right mouse click on Sharepoint_Config&#8230; Tasks, Shrink, Files in File type select <strong>Log</strong> and click OK<br />
Your log file will become radicaly smaller. <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Be sure you backup your databases <strong>before this procedure</strong> and also on daily bases&#8230;</p>
<p>Good luck!</p>
<p> Also check:<br />
<a href="http://geekswithblogs.net/RogueCoder/archive/2008/06/03/122588.aspx">http://geekswithblogs.net/RogueCoder/archive/2008/06/03/122588.aspx</a><br />
<a href="http://www.karaszi.com/SQLServer/info_dont_shrink.asp">http://www.karaszi.com/SQLServer/info_dont_shrink.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/06/15/reduce-sharepoint-services-30-logldf-files/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Change password in sharepoint (webpart)</title>
		<link>http://luka.manojlovic.net/2008/01/01/change-password-in-sharepoint-webpart/</link>
		<comments>http://luka.manojlovic.net/2008/01/01/change-password-in-sharepoint-webpart/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 22:05:11 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Sharepoint services]]></category>
		<category><![CDATA[Sharepoint services 2.0]]></category>
		<category><![CDATA[Sharepoint services 3.0]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/01/change-password-in-sharepoint-webpart/</guid>
		<description><![CDATA[http://www.itacs.de/services/ChangePwEn.aspx - if Sharepoint users are in Active directory http://www.itacs.de/services/ChangeLocalPwEn.aspx - if users are not in Active directory Tested on Sharepoint services 2.0 and Sharepoint services 3.0 (installed with stadm &#8211; see readme.txt)]]></description>
			<content:encoded><![CDATA[<p align="left"><a href="http://www.itacs.de/services/ChangePwEn.aspx">http://www.itacs.de/services/ChangePwEn.aspx</a> - if Sharepoint users are in Active directory<br />
<a href="http://www.itacs.de/services/ChangeLocalPwEn.aspx">http://www.itacs.de/services/ChangeLocalPwEn.aspx</a> - if users are not in Active directory<br />
Tested on Sharepoint services 2.0 and Sharepoint services 3.0 (installed with stadm &#8211; see readme.txt)</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/01/change-password-in-sharepoint-webpart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint3.0 / WSS3.0 incoming mail limitation with Excnhange 2003 / SBS2003</title>
		<link>http://luka.manojlovic.net/2007/02/11/sharepoint30-wss30-incoming-mail-limitation-with-excnhange-2003-sbs2003/</link>
		<comments>http://luka.manojlovic.net/2007/02/11/sharepoint30-wss30-incoming-mail-limitation-with-excnhange-2003-sbs2003/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 16:53:36 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[MS Exchange server]]></category>
		<category><![CDATA[MS Exchange server 2003]]></category>
		<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[Sharepoint services 3.0]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/02/11/sharepoint30-wss30-incoming-mail-limitation-with-excnhange-2003-sbs2003/</guid>
		<description><![CDATA[http://channel9.msdn.com/ShowPost.aspx?PostID=258392 In web development , the website design will remain void only if the web hosting deal is actually a dedicated hosting.]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://channel9.msdn.com/ShowPost.aspx?PostID=258392" title="http://channel9.msdn.com/ShowPost.aspx?PostID=258392" class="external free">http://channel9.msdn.com/ShowPost.aspx?PostID=258392</a></p>
<p align="center">In <a href="http://www.businesshostingprovider.com/web-development.htm">web development</a> , the <a href="http://www.businesshostingprovider.com/web-design.htm">website design</a> will remain void only if the <a href="http://www.businesshostingprovider.com">web hosting</a> deal is actually a <a href="http://www.businesshostingprovider.com/dedicated-server.htm">dedicated hosting</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/02/11/sharepoint30-wss30-incoming-mail-limitation-with-excnhange-2003-sbs2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Sharepoint services z dodatnimi ikonami za datoteke z NE-Office končnicami. / Windows Sharepoint services with additional icons for NON-Office files extensions.</title>
		<link>http://luka.manojlovic.net/2007/01/01/windows-sharepoint-services-z-dodatnimi-ikonami-za-datoteke-z-ne-office-koncnicami-windows-sharepoint-services-with-additional-icons-for-non-office-files-extensions/</link>
		<comments>http://luka.manojlovic.net/2007/01/01/windows-sharepoint-services-z-dodatnimi-ikonami-za-datoteke-z-ne-office-koncnicami-windows-sharepoint-services-with-additional-icons-for-non-office-files-extensions/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 16:43:16 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[BAT Scripts]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Sharepoint services 2.0]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/01/01/windows-sharepoint-services-z-dodatnimi-ikonami-za-datoteke-z-ne-office-koncnicami-windows-sharepoint-services-with-additional-icons-for-non-office-files-extensions/</guid>
		<description><![CDATA[Večkrat so me uporabniki Sharepoint services vprašali zakaj Sharepoint ne zna prikazati določenih ikon &#8220;znanih&#8221; datotek. Spodaj si lahko poberete zip datoteko z ikonami, XML konfiguracijsko datoteko ter .BAT(ch) datoteko, ki vam vse avtomatsko instalira/integrira. Odslej boste v svojem sharepointu lahko imeli &#8220;lepe&#8221; ikone za PDF, Excel webquery file, ZIP, RAR ter DWG. / More [...]]]></description>
			<content:encoded><![CDATA[<p>Večkrat so me uporabniki Sharepoint services vprašali zakaj Sharepoint ne zna prikazati določenih ikon &#8220;znanih&#8221; datotek. Spodaj si lahko poberete zip datoteko z ikonami, XML konfiguracijsko datoteko ter .BAT(ch) datoteko, ki vam vse avtomatsko instalira/integrira. Odslej boste v svojem sharepointu lahko imeli &#8220;lepe&#8221; ikone za PDF, Excel webquery file, ZIP, RAR ter DWG. / More than one I have been asked how to add or maybe why Sharepoint does not support some known file extensions icons. So I created a zip file with icons, XML configuration file and .BAT(ch) procedure for automatic install/integration of this new icons to your Sharepoint.</p>
<p>Povezave / links: <a rel="nofollow" href="http://www.microsoft.com/technet/windowsserver/sharepoint/default.mspx" title="http://www.microsoft.com/technet/windowsserver/sharepoint/default.mspx" class="external free">http://www.microsoft.com/technet/windowsserver/sharepoint/default.mspx</a><br />
<a rel="nofollow" href="http://msmvps.com/blogs/cgross/archive/2004/10/26/16679.aspx" title="http://msmvps.com/blogs/cgross/archive/2004/10/26/16679.aspx" class="external free">http://msmvps.com/blogs/cgross/archive/2004/10/26/16679.aspx</a><br />
<a rel="nofollow" href="http://www.kbalertz.com/kb_837849.aspx" title="http://www.kbalertz.com/kb_837849.aspx" class="external free">http://www.kbalertz.com/kb_837849.aspx</a></p>
<p>Current version 1.0 supports // PDF, DWG, ZIP, RAR, IQY (Excell webquery file) //<br />
<a rel="nofollow" href="http://store.manojlovic.net/utility/Sharepoint%20services%20icons/Sharepoint%20icons%201.0.zip" title="http://store.manojlovic.net/utility/Sharepoint%20services%20icons/Sharepoint%20icons%201.0.zip" class="external text">Sharepoint icons 1.0.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/01/01/windows-sharepoint-services-z-dodatnimi-ikonami-za-datoteke-z-ne-office-koncnicami-windows-sharepoint-services-with-additional-icons-for-non-office-files-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint services 2.0 / Office 2003 težava &#8211; Urejanje v podatkovnem listu ne deluje v določenih različicah &#8230; / Sharepoint services 2.0 / Office 2003 issue &#8211; Edit in datasheet does not work on some versions &#8230;</title>
		<link>http://luka.manojlovic.net/2007/01/01/sharepoint-services-20-office-2003-tezava-urejanje-v-podatkovnem-listu-ne-deluje-v-dolocenih-razlicicah-sharepoint-services-20-office-2003-issue-edit-in-datasheet-does-not-work-on-some/</link>
		<comments>http://luka.manojlovic.net/2007/01/01/sharepoint-services-20-office-2003-tezava-urejanje-v-podatkovnem-listu-ne-deluje-v-dolocenih-razlicicah-sharepoint-services-20-office-2003-issue-edit-in-datasheet-does-not-work-on-some/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 16:37:19 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Registry editing]]></category>
		<category><![CDATA[Sharepoint services 2.0]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/01/01/sharepoint-services-20-office-2003-tezava-urejanje-v-podatkovnem-listu-ne-deluje-v-dolocenih-razlicicah-sharepoint-services-20-office-2003-issue-edit-in-datasheet-does-not-work-on-some/</guid>
		<description><![CDATA[Spodnji članek opisuje težavo in rešitev: / The following article describes the problem and the solution: http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=253 Sharepoint datasheet problem.zip]]></description>
			<content:encoded><![CDATA[<p>Spodnji članek opisuje težavo in rešitev: / The following article describes the problem and the solution:</p>
<p><a rel="nofollow" href="http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=253" title="http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=253" class="external free">http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=253</a></p>
<p><a rel="nofollow" href="http://store.manojlovic.net/registry/sharepoint%20datasheet%20problem/Sharepoint%20datasheet%20problem.zip" title="http://store.manojlovic.net/registry/sharepoint%20datasheet%20problem/Sharepoint%20datasheet%20problem.zip" class="external text">Sharepoint datasheet problem.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/01/01/sharepoint-services-20-office-2003-tezava-urejanje-v-podatkovnem-listu-ne-deluje-v-dolocenih-razlicicah-sharepoint-services-20-office-2003-issue-edit-in-datasheet-does-not-work-on-some/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint services migration headache?</title>
		<link>http://luka.manojlovic.net/2007/01/01/sharepoint-services-migration-headache/</link>
		<comments>http://luka.manojlovic.net/2007/01/01/sharepoint-services-migration-headache/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 16:11:26 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Sharepoint services 2.0]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/01/01/sharepoint-services-migration-headache/</guid>
		<description><![CDATA[Just follow the article &#8230; http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsf12.mspx?mfr=true Now testking will be offering 640-802 as well as 70-270 to students applying for 70-291 and 70-290.]]></description>
			<content:encoded><![CDATA[<p>Just follow the article &#8230;</p>
<p><a rel="nofollow" href="http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsf12.mspx?mfr=true" title="http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsf12.mspx?mfr=true" class="external free">http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsf12.mspx?mfr=true</a></p>
<p align="center">Now <a href="http://affiliate.testking.com">testking</a> will be offering <a href="http://www.testking.com/640-802.htm">640-802</a> as well as <a href="http://www.testking.com/70-270.htm">70-270</a> to students applying for <a href="http://www.testking.com/70-291.htm">70-291</a> and <a href="http://www.testking.com/70-290.htm">70-290</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/01/01/sharepoint-services-migration-headache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 and Sharepoint services on same server? Problems? Check this out &#8230;</title>
		<link>http://luka.manojlovic.net/2007/01/01/exchange-2003-and-sharepoint-services-on-same-server-problems-check-this-out/</link>
		<comments>http://luka.manojlovic.net/2007/01/01/exchange-2003-and-sharepoint-services-on-same-server-problems-check-this-out/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 16:06:06 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Exchange server 2003]]></category>
		<category><![CDATA[Sharepoint services 2.0]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/01/01/exchange-2003-and-sharepoint-services-on-same-server-problems-check-this-out/</guid>
		<description><![CDATA[Exchange 2003 and Sharepoint services on same server? Problems? Check this out &#8230; http://support.microsoft.com/?kbid=823265]]></description>
			<content:encoded><![CDATA[<p>Exchange 2003 and Sharepoint services on same server? Problems? Check this out &#8230;<br />
<a rel="nofollow" href="http://support.microsoft.com/?kbid=823265" title="http://support.microsoft.com/?kbid=823265" class="external free">http://support.microsoft.com/?kbid=823265</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/01/01/exchange-2003-and-sharepoint-services-on-same-server-problems-check-this-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

