<?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>SendToNull</title>
	<atom:link href="http://sendtonull.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sendtonull.wordpress.com</link>
	<description>SharePoint, Programming, and Other Stuff</description>
	<lastBuildDate>Tue, 23 Jun 2009 12:34:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sendtonull.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/da266c5e626504de00e85402b6937347?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>SendToNull</title>
		<link>http://sendtonull.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sendtonull.wordpress.com/osd.xml" title="SendToNull" />
	<atom:link rel='hub' href='http://sendtonull.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Creating a new Site in MOSS</title>
		<link>http://sendtonull.wordpress.com/2009/06/23/creating-a-new-site-in-moss/</link>
		<comments>http://sendtonull.wordpress.com/2009/06/23/creating-a-new-site-in-moss/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 12:33:12 +0000</pubDate>
		<dc:creator>quentin163</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://sendtonull.wordpress.com/?p=18</guid>
		<description><![CDATA[My organization&#8217;s MOSS setup is a bit complex.  We have many, many different site collections which connect to various content databases, which in turn connect to SQL databases which live on various drives.  Each of those pieces has to be allocated properly.  Here&#8217;s how we set up our sites. If the site is top-level, then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sendtonull.wordpress.com&amp;blog=8275997&amp;post=18&amp;subd=sendtonull&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My organization&#8217;s MOSS setup is a bit complex.  We have many, many different site collections which connect to various content databases, which in turn connect to SQL databases which live on various drives.  Each of those pieces has to be allocated properly.  Here&#8217;s how we set up our sites.</p>
<h3>If the site is top-level, then follow the following steps in order to create a new content database:</h3>
<ol>
<li>Log into Central Administration and go to: Application Management, Content Databases</li>
<li>Click “Add a content database”</li>
<li>Select the default database server (NIPR: c556\moss2007)</li>
<li>Set the database name to: WSS_Content_&lt;site name&gt;</li>
<li>Leave other settings as default</li>
<li>Wait for the Content DB to be created, and then:</li>
<li>Click on the database name</li>
<li>Check the “Remove content database” checkbox</li>
<li>Click OK</li>
</ol>
<h3>We will now log into the SQL server and go through the following steps to allocate the files to the correct disks.</h3>
<ol>
<li>Connect to the database server using SQL Server Management Studio</li>
<li>Find the newly created database (named the same as the content database in MOSS)</li>
<li>Right-click the DB, choose properties, click on Files, and note the location of the mdf and ldf files</li>
<li>Right-click the DB again, select “Detach”</li>
<li>On the next screen, check the box for “drop connections” and “update statistics” and click OK</li>
<li>Go to the disk you noted above, and move the files to the proper location (insure you MOVE, and don’t just COPY)
<ol>
<li>NOTE: generally, the data and log files are kept on separate, paired disks (eg. E/F, G/H, etc).  Just pick a pair of disks that has enough room for the new site.</li>
</ol>
</li>
<li>Back in SQL Server Management Studio, right-click “Databases” and select “Attach”</li>
<li>In the new window, click “Add”</li>
<li>Navigate to the database and select it</li>
<li>In the second window, the log file will be unfound.  Click the ellipsis next to the “Current file path” field and navigate to the new location.</li>
<li>Click OK to re-attach the database.  You may need to refresh the view in order to see the DB in the list.</li>
</ol>
<h3>We will now return to MOSS to re-attach the database</h3>
<ol>
<li>Return to the “Manage Content Databases” page from above</li>
<li>Click “Add a content database”</li>
<li>The database must be named identically as before in order to attach to it, otherwise a new database will be created</li>
<li>Click OK</li>
<li>The new Content DB will appear in the list</li>
<li>Go back to SQL Server Management Studio and confirm that a new database wasn’t created.  If you named them correctly, there should only be the one database.</li>
</ol>
<h3>In order to control where the new site is placed in MOSS, we must deactivate every other Content DB, so only our new DB is “started”</h3>
<ol>
<li>One by one, click on each Content DB and set “Database status” to “Offline”</li>
<li>Once finished, every Content DB should appear as “Stopped” in the list.  Only the new Content DB should read “Started”</li>
</ol>
<h3>Create the new site in MOSS</h3>
<ol>
<li>Click on the “Application Management” tab to return to the parent page</li>
<li>Under “SharePoint Site Management” click on “Create Site Collection”</li>
<li>Fill in the site title, description, and URL</li>
<li>Insure that you choose “/sites/” from the URL drop-down!</li>
<li>Fill in the site collection admin with the MOSS service account: EUR\svc.moss.adm.hqu</li>
<li>Click OK</li>
<li>Wait for the site to be created</li>
<li>Confirm that the new site is operational</li>
<li>Return to the Application Management page and navigate to “content databases”</li>
<li>Re-activate all the content databases, so that “Database Status” is “Started” for all of them</li>
</ol>
<h3>We’ll now set the site up with the default look &amp; feel</h3>
<ol>
<li>On the new site’s root page, click “Site Actions” and then “Site Settings”</li>
<li>Under “Users and Permissions” click “Site collection administrators”</li>
<li>Add any additional administrators</li>
<li>Under “Look and Feel” click “Site Theme”</li>
<li>Select “Lichen” and Apply</li>
</ol>
<h3>The site is now operational.</h3>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sendtonull.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sendtonull.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sendtonull.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sendtonull.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sendtonull.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sendtonull.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sendtonull.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sendtonull.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sendtonull.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sendtonull.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sendtonull.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sendtonull.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sendtonull.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sendtonull.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sendtonull.wordpress.com&amp;blog=8275997&amp;post=18&amp;subd=sendtonull&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sendtonull.wordpress.com/2009/06/23/creating-a-new-site-in-moss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c475ca8f490ab60c1feca79d0127733?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">quentin163</media:title>
		</media:content>
	</item>
		<item>
		<title>No Comment</title>
		<link>http://sendtonull.wordpress.com/2009/06/23/no-comment/</link>
		<comments>http://sendtonull.wordpress.com/2009/06/23/no-comment/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 12:25:09 +0000</pubDate>
		<dc:creator>quentin163</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sendtonull.wordpress.com/?p=14</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sendtonull.wordpress.com&amp;blog=8275997&amp;post=14&amp;subd=sendtonull&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-15" title="image0077" src="http://sendtonull.files.wordpress.com/2009/06/image0077.jpg?w=450&#038;h=339" alt="image0077" width="450" height="339" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sendtonull.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sendtonull.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sendtonull.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sendtonull.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sendtonull.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sendtonull.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sendtonull.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sendtonull.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sendtonull.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sendtonull.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sendtonull.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sendtonull.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sendtonull.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sendtonull.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sendtonull.wordpress.com&amp;blog=8275997&amp;post=14&amp;subd=sendtonull&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sendtonull.wordpress.com/2009/06/23/no-comment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c475ca8f490ab60c1feca79d0127733?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">quentin163</media:title>
		</media:content>

		<media:content url="http://sendtonull.files.wordpress.com/2009/06/image0077.jpg" medium="image">
			<media:title type="html">image0077</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting up trusted sites for excel services in MOSS</title>
		<link>http://sendtonull.wordpress.com/2009/06/22/hello-world/</link>
		<comments>http://sendtonull.wordpress.com/2009/06/22/hello-world/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:35:40 +0000</pubDate>
		<dc:creator>quentin163</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In order to work with Excel Services workbooks in MOSS (SharePoint 2007), you must add the location as a trusted site.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sendtonull.wordpress.com&amp;blog=8275997&amp;post=1&amp;subd=sendtonull&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>In order to work with Excel Services workbooks in MOSS (SharePoint 2007), you must add the location as a trusted site.</strong></p>
<p>1. Log into Central Administration and select the SSP of the Site Collection where you want to run the trusted location.  You may need to click on the “Operations” or “Application Management” tab at the top in order to see the list of SSPs, as below:</p>
<p> <img class="alignnone size-full wp-image-8" title="1" src="http://sendtonull.files.wordpress.com/2009/06/11.jpg?w=450&#038;h=248" alt="1" width="450" height="248" /></p>
<p>2. Click on the SSP where you want to create the trusted site.  You will be brought to the “Shared Services Administration” page.</p>
<p>3. Click on “Trusted file locations”</p>
<p> <img class="alignnone size-full wp-image-9" title="2" src="http://sendtonull.files.wordpress.com/2009/06/21.jpg?w=450&#038;h=323" alt="2" width="450" height="323" /></p>
<p>4. Click on “Add Trusted File Location”</p>
<p> <img class="alignnone size-full wp-image-10" title="3" src="http://sendtonull.files.wordpress.com/2009/06/31.jpg?w=450&#038;h=232" alt="3" width="450" height="232" /></p>
<p>5. The new page has a lot of info.  Fill in the following information:</p>
<ul>
<li>Address: Enter the full Windows SharePoint Services location, network file share or Web folder address of this trusted location.</li>
<li>Location Type: select the type of location you want to make trusted (Usually “Windows SharePoint Services”)</li>
<li>Trust Children: select this option if you want sub-libraries and sub-directories to be trusted as well</li>
<li>Description: is optional, but might help you in 6 months when you can’t remember why you set this up</li>
<li>The rest of the fields should be self-explanatory.  I left everything as the default.  Once you’ve filled everything in, click on “OK”</li>
</ul>
<p> 6. You should now see the new Trusted File Location listed</p>
<p><img class="alignnone size-full wp-image-11" title="4" src="http://sendtonull.files.wordpress.com/2009/06/41.jpg?w=450&#038;h=261" alt="4" width="450" height="261" /></p>
<p> </p>
<p> </p>
<p> </p>
<h1> </h1>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sendtonull.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sendtonull.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sendtonull.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sendtonull.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sendtonull.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sendtonull.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sendtonull.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sendtonull.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sendtonull.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sendtonull.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sendtonull.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sendtonull.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sendtonull.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sendtonull.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sendtonull.wordpress.com&amp;blog=8275997&amp;post=1&amp;subd=sendtonull&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sendtonull.wordpress.com/2009/06/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c475ca8f490ab60c1feca79d0127733?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">quentin163</media:title>
		</media:content>

		<media:content url="http://sendtonull.files.wordpress.com/2009/06/11.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://sendtonull.files.wordpress.com/2009/06/21.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://sendtonull.files.wordpress.com/2009/06/31.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://sendtonull.files.wordpress.com/2009/06/41.jpg" medium="image">
			<media:title type="html">4</media:title>
		</media:content>
	</item>
	</channel>
</rss>
