<?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>World On A Shoe String &#187; sharepoint</title>
	<atom:link href="http://blog.name1price.com/tags/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.name1price.com</link>
	<description>Days of my adventures on Earth</description>
	<lastBuildDate>Mon, 26 Dec 2011 09:18:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Restoring an MOSS site</title>
		<link>http://blog.name1price.com/2010/03/restoring-an-moss-site/</link>
		<comments>http://blog.name1price.com/2010/03/restoring-an-moss-site/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 03:42:20 +0000</pubDate>
		<dc:creator>Gary Teh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[software configuration]]></category>
		<category><![CDATA[Software configurations]]></category>

		<guid isPermaLink="false">http://blog.name1price.com/?p=380</guid>
		<description><![CDATA[Given an MOSS bak file which looks something like blahblah.DAT. You will need to do the  following to install it on your MOSS installation.
First you will need to go to your MOSS Central Administration Page and create a site collection. For example
http://localhost/sites/test_site_collection
of you could simply go to
C:\program files\common files\microsoft\shared\web server  extensions\12\bin
and type the following
STSADM.EXE [...]]]></description>
			<content:encoded><![CDATA[<p>Given an MOSS bak file which looks something like <strong>blahblah.DAT</strong>. You will need to do the  following to install it on your MOSS installation.</p>
<p>First you will need to go to your MOSS Central Administration Page and create a site collection. For example</p>
<p><strong>http://localhost/sites/test_site_collection</strong></p>
<p>of you could simply go to</p>
<p><strong>C:\program files\common files\microsoft\shared\web server  extensions\12\bin</strong></p>
<p>and type the following</p>
<p><span style="color: #993300;"><strong>STSADM.EXE -o createsite  -url</strong> &lt;url-to-site-collection&gt; <strong>-ownerlogin</strong> domain\user <strong>-owneremail </strong>&lt;email-address&gt;</span></p>
<p>Next you will need to navigate to the following location using command prompt</p>
<p><strong>C:\program files\common files\microsoft\shared\web server extensions\12\bin</strong></p>
<p>Once you are here type in the following command</p>
<p><strong>explorer .</strong></p>
<p>This command will open this location and you can copy your <strong>blahblah.DAT </strong>file here via copy and paste.</p>
<p>Next go back to your command prompt you can type in the following command</p>
<p><strong>stsadmin -o restore &#8211; url <strong>http://localhost/sites/test_site_collection -filename blahblah.DAT -overwrite</strong></strong></p>
<p>Click enter when you are done.</p>
<p>To see the restored sitetype</p>
<p><strong>iexplore </strong><strong><strong>http://localhost/sites/test_site_collection </strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.name1price.com/2010/03/restoring-an-moss-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading MOSS server to use Active Directory</title>
		<link>http://blog.name1price.com/2010/03/upgrading-moss-server-to-use-active-directory/</link>
		<comments>http://blog.name1price.com/2010/03/upgrading-moss-server-to-use-active-directory/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 03:11:26 +0000</pubDate>
		<dc:creator>Gary Teh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[software configuration]]></category>
		<category><![CDATA[Software configurations]]></category>

		<guid isPermaLink="false">http://blog.name1price.com/?p=377</guid>
		<description><![CDATA[I recently upgraded one of my Virtual PC windows 2003 servers to use Active Directory. The very first thing that happened after the upgrading was done was that I encountered tons of errors. Apparently the Active Directory installation process by windows did not automatically update the logon details to services. Hence as a result MOSS [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded one of my Virtual PC windows 2003 servers to use Active Directory. The very first thing that happened after the upgrading was done was that I encountered tons of errors. Apparently the Active Directory installation process by windows did not automatically update the logon details to services. Hence as a result MOSS which relies on quite a lot of these services to funciton properly was pretty crippled. The first thing I did was to open the service dialogue box and change the logon details for the following services</p>
<ol>
<li><strong>Windows Sharepoint services administration</strong></li>
<li><strong>Windows SharePoint Services Search</strong></li>
<li><strong>Windows SharePoint Services Timer</strong></li>
<li><strong>Windows SharePoint Services Tracing</strong></li>
<li><strong>Windows SharePoint Services VSS Writer</strong></li>
<li><strong>SQL Server 2005 Embedded Edition (Microsoft##SSEE)</strong></li>
<li><strong>SQL Server VSS Writer</strong></li>
</ol>
<p>Apparently MOSS uses an embedded SQL server to store all its configuration as well as Web instances</p>
<p>Next I had to do some configuration at the following location</p>
<p><strong>Start &gt; Administration Tools &gt; Component Services &gt; Double Click to Open</strong></p>
<p><strong>Console Root &gt; Component Services &gt; My Computer &gt; Right Click to Open Dialogue Box &gt; Open Properties</strong></p>
<p>Navigate to Tab &gt; <strong>MSDTC </strong>and then click on the <strong>Security Configuration </strong>button</p>
<p>Basically in that view click on all checkboxs and then indicate <strong>No Authentication Required</strong></p>
<p>Once you click  ok the <strong>MSDTC service </strong>will restart itself.</p>
<p>With that done, there is only one last thing to do.</p>
<p>Go To Location <strong>C:\Windows\ </strong>right click on the <strong>Temp</strong> folder, click properties and then navigate to the <strong>Security </strong>Tab</p>
<p>Even thought I have added Administrator and ASP.Net as the users with full control of this folder it seems it is still causing problems with some MOSS services, so I have instead given full control to Authenticated Users as well.</p>
<p>Please note while all these configurations ensure that your sharepoint services gets up and running, it is not all together secured because of the lax security rules. If you really need help please hire a MOSS professional</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.name1price.com/2010/03/upgrading-moss-server-to-use-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally deploying my first Hello World Share point &#8211; Merry Christmas</title>
		<link>http://blog.name1price.com/2010/02/finally-deploying-my-first-hello-world-share-point-merry-christmas/</link>
		<comments>http://blog.name1price.com/2010/02/finally-deploying-my-first-hello-world-share-point-merry-christmas/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:41:04 +0000</pubDate>
		<dc:creator>Gary Teh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://blog.name1price.com/?p=354</guid>
		<description><![CDATA[It took me a 12 hours to setup a Windows 2003 VPC with sharepoint installed.
I was face with quite a few detours along the way.
One of the main issues I encoutered was the order in which I tried to install the pre-requisites.
Point to note : The  order in which you install the pre-requisites is VERY [...]]]></description>
			<content:encoded><![CDATA[<p>It took me a 12 hours to setup a Windows 2003 VPC with sharepoint installed.</p>
<p>I was face with quite a few detours along the way.</p>
<p>One of the main issues I encoutered was the order in which I tried to install the pre-requisites.</p>
<p>Point to note : The  order in which you install the pre-requisites is VERY IMPORTANT.</p>
<p>This was the order I took that finally worked.</p>
<ol>
<li>Install Windows 2003 Server</li>
<li>Install Windows 2003 Server Service Pack 2</li>
<li>Install Application Server with IIS, ASP.net, Email Server</li>
<li>Install ASP.NET framework Version 2.0</li>
<li>Install ASP.NET framework Version 3.5</li>
<li>Install Sharepoint</li>
</ol>
<p>Please try out this order to avoid painfull time wasting detours</p>
<p>So with my sharepoint server finally up. I navigated to http://localhost:80/ using firefox</p>
<p>This translates into my computer at port 80.</p>
<p>I saw my sharepoint landing page.</p>
<p>Next, i thought to try my hands on deploying a ready made sharepoint webpart. To do this I went to <a href="http://amrein.com/">amrein.com</a></p>
<p>This site has tonns of web parts available for download. Being an idiot for holiday seasons, I downloaded the Merry Christmas web part and followed the instructions there.</p>
<p>Eureka. It worked nicely! Haha.</p>
<p>Next thing I should do it perhaps to write my own. <img src='http://blog.name1price.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.name1price.com/2010/02/finally-deploying-my-first-hello-world-share-point-merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation of Sharepoint</title>
		<link>http://blog.name1price.com/2009/11/installation-of-sharepoint/</link>
		<comments>http://blog.name1price.com/2009/11/installation-of-sharepoint/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:44:16 +0000</pubDate>
		<dc:creator>Gary Teh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://blog.name1price.com/?p=249</guid>
		<description><![CDATA[After talking with Satheesh for a while, i have decided that I should install Microsoft Sharepoint and attempt to play around with the technology to familiarize myself with it for future hacks.
Sadly my laptop could not support it. Ouch! The minimal requirement is a IIS 6.0 which means a Windows XP 64bit. Mines a Windows [...]]]></description>
			<content:encoded><![CDATA[<p>After talking with Satheesh for a while, i have decided that I should install Microsoft Sharepoint and attempt to play around with the technology to familiarize myself with it for future hacks.</p>
<p>Sadly my laptop could not support it. Ouch! The minimal requirement is a IIS 6.0 which means a Windows XP 64bit. Mines a Windows XP 32bit. I prefer this versus the Windows Vista which is currently in the market.</p>
<p>Meanwhile I guess I will be either shopping for a laptop or a desktop.</p>
<p>Am looking at something like the below</p>
<ul>
<li>Minimum 2 Ghz</li>
<li>4 GB RAM</li>
<li>320 GB HDD</li>
</ul>
<p>Once acquired this should be a good developement environment powerhouse to deal with this mamoth microsoft technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.name1price.com/2009/11/installation-of-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

