<?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"?><!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" --><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
        <title>Blog</title>
        <description />
        <link>http://sharepointresourcecenter.com/</link>
        <lastBuildDate>Thu, 31 May 2012 19:52:27 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
		        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/sharepointresourcecenter/Blog" /><feedburner:info uri="sharepointresourcecenter/blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
            <title>Poor man's sharepoint workspace</title>
            <link>http://feedproxy.google.com/~r/sharepointresourcecenter/Blog/~3/-6nVDikiEmQ/poor-mans-sharepoint-workspace.html</link>
            <description>A client needed a quick way to download the contents of 2 document libraries to USB sticks. The libraries contained some regularly updated promotional material that their sales people would give out to prospective clients on company-branded USB sticks. I remembered adding &lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com//docid904.html"&gt;a utility &lt;/a&gt; to do just that to this site and so decided to give it a spin.&lt;p&gt;The tool - CruiseCradle is available on Codeplex and is described as "a great handy tool to automatically download SharePoint Documents into your USB Stick. You insert your USB Stick into your PC and Done!!!!"&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Installation and configuration:&lt;br /&gt;&lt;/strong&gt;Very straightforward and will only take a few minutes&lt;br /&gt;&lt;br /&gt;1) Copy the downloaded files into USB Stick&lt;br /&gt;- You can copy them to a dedicated folder - however, if you want to use the auto-run feature the files will need to be placed in the root of the device.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;2) Set configuration settings There are 2 files that need to be edited:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;a) CruiseCradle.exe.config - The file needs the the location of SharePoint Web Services of your farm and the location of the other configuration file.&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;b) CruiseCardleConfig.csv - The file lists the document libraries to be downloaded&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Example - step by step configuration:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;1. I copied the files to my USB stick (drive R:)&lt;/p&gt;
&lt;p&gt;2. Open the CruiseCradle.exe.config and add&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;a) the URL of the web serivces on my Sharepoint Farm&lt;br /&gt;By default the our sharepoint webservices URL is built by appending &lt;strong&gt;/_vti_bin/lists.asm&lt;/strong&gt;x to your base portal URL (or site URL)The URL of my portal is &amp;nbsp;http://intranet.contoso.com/ so the web services URL I added is http://intranet.contoso.com/_vti_bin/lists.asmx &amp;nbsp; &amp;nbsp;&lt;br /&gt; http://intranet.contoso.com/_vti_bin/lists.asmx &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;cruisecradle.properties.settings&gt; http://intranet.contoso.com/_vti_bin/lists.asmx &lt;/cruisecradle.properties.settings&gt; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;b) the location of your configuration file (CruiseCradleConfig.csv)&lt;br /&gt;- &amp;nbsp;The configuration file can be stored either in a network drive, local computer or the USB stick itself. In my case the files are at the root of the USB stick (drive R:)&lt;/p&gt;
&lt;appsettings&gt; &lt;add key="CruiseCradle_ConfigFilePath" value="R:\"&gt; &lt;add key="CruiseCradle_ConfigFileName" value="CruiseCardleConfig.csv"&gt; &lt;/add&gt;&lt;/add&gt;&lt;/appsettings&gt;
&lt;p style="padding-left: 30px;"&gt; &lt;/p&gt;
&lt;p&gt;3) Open the CruiseCardleConfig.csv and add the names of the document libraries to be downloaded&lt;br /&gt;- In my case 2 lines were added:&lt;br /&gt;Shared Documents&lt;br /&gt;Intranet Documents&lt;/p&gt;
&lt;p&gt;That's it. When you insert your USB stick again you will see a command line prompt open and display the progress of the download process:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" src="http://sharepointresourcecenter.com/images/BlogImages/2010.12.01-17.31.34.png" /&gt;&lt;br /&gt;&lt;br /&gt;Once the download has finished you will noticed a new "DownloadedFiles" folder on your USB stick. The actual documents are in subfolders named after the document libraries you chose to download.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The tool doesn't seem to handle folders - only documents at the root of the libraries where downloaded. In my scenario we simply removed folders and replaced them with metadata and groupings to work around this issue.&lt;/li&gt;
&lt;li&gt;The tool will overwrite any existing files in the DownloadedFiles folder without a prompt - something to remember about if you plan on using the tool in scenarios where the downloaded files are to be edited.&lt;/li&gt;
&lt;li&gt;USB autoplay has been disabled by default in Windows 7 so you'll have to google for a work-around if you want the application to run without you having to click on anything.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;The tool initially threw some "The request failed with HTTP status 401: Unauthorized" errors . This is was due to the fact I ran it on a PC that's not part of the domain. However, once I've added the Sharepoint URL in the Trusted Site zone in IE and used the "remember my password" option the tool run successfully and dutifully downloaded files from both&lt;/li&gt;
&lt;li&gt;You can only download content from libraries in one Sharepoint site. To work around it you can install a few instances of the tool with different configuration settings.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="http://sharepointresourcecenter.com/docid904.html"&gt;Download and install CruiseCradle here.&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 1045px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"&gt;http://sharepointresourcecenter.com/poor-mans-sharepoint-workspace.htmlUSB autoplay has been disabled by default in Windows 7 so you'll have to google for a work-around if you want the application to run without you having to click on anything.&amp;nbsp;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/sharepointresourcecenter/Blog/~4/-6nVDikiEmQ" height="1" width="1"/&gt;</description>
            <pubDate>Wed, 01 Dec 2010 00:00:00 GMT</pubDate>
            <guid isPermaLink="false">http://sharepointresourcecenter.com/poor-mans-sharepoint-workspace.html</guid>
        <feedburner:origLink>http://sharepointresourcecenter.com/poor-mans-sharepoint-workspace.html</feedburner:origLink></item>
        <item>
            <title>Tools, tools, tools...</title>
            <link>http://feedproxy.google.com/~r/sharepointresourcecenter/Blog/~3/Nx2RKeBinX0/tools-tools-tools.html</link>
            <description>Tools, tools, tools... who doesn't like to find a utility that saves some time and make his work a little bit more efficient? After all a life of a Sharepoint administrator is not always easy. There are quite a few links to free sharepoint tools on this site. I've decided to combine all the tools categorized under different tags and present them on a single page. If you're in a need for a tool have a look at the &lt;a href="http://sharepointresourcecenter.com/free-sharepoint-tools.html"&gt;Free Sharepoint Tools page&lt;/a&gt; .&lt;img src="http://feeds.feedburner.com/~r/sharepointresourcecenter/Blog/~4/Nx2RKeBinX0" height="1" width="1"/&gt;</description>
            <pubDate>Mon, 29 Nov 2010 00:00:00 GMT</pubDate>
            <guid isPermaLink="false">http://sharepointresourcecenter.com/tools-tools-tools.html</guid>
        <feedburner:origLink>http://sharepointresourcecenter.com/tools-tools-tools.html</feedburner:origLink></item>
        <item>
            <title>Today's links - sharepoint personality types, database naming scheme, orphaned users tool and more</title>
            <link>http://feedproxy.google.com/~r/sharepointresourcecenter/Blog/~3/3lysLrg-l6Q/todays-links-sharepoint-personality-types-database-naming-scheme-orphaned-users-tool-and-more.html</link>
            <description>&lt;p&gt;&lt;strong&gt;User adoption:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://sharepointresourcecenter.com/docid1368.html" rel="rokbox[100% 100%]"&gt;The 5 SharePoint Personality Types&lt;br /&gt;&lt;/a&gt;"In his presentation, Lee will discuss the 5 SharePoint Personality Types frequently found within an organization and will outline a battle plan to overcome the most common challenges they represent."&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Tools:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://sharepointresourcecenter.com/docid925.html" rel="rokbox[100% 100%]"&gt;Application Pool Recycle Utility for SharePoint Developers &lt;/a&gt; &lt;br /&gt;"This freeware application is a System Tray utility for providing quick access to common IIS tasks which are useful on a SharePoint development box. It may also be useful to others working with IIS."&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/link-to-sharepoint-orphaned-users-cleanup.html"&gt;SharePoint Orphaned Users Cleanup&lt;br /&gt;&lt;/a&gt;"The SharePoint Orphaned Users Cleanup is a command line application that can check for, and delete orphaned users in SharePoint sites, lists, libraries, and folders. It compares the users against the profile database to see if the user is orphaned"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;URLs: &lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1369.html"&gt;SharePoint URL Basics&lt;br /&gt;&lt;/a&gt;A great reference page listing all the different and sometimes confusing sharepoint URLs"In this post, I’ll quickly go over some basics of a SharePoint URL structure, geared toward SharePoint newcomers who want to become power users, or who want to have a bit more advanced knowledge of it."&lt;/li&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1373.html"&gt;Long URL’s in SharePoint 2010&lt;br /&gt;&lt;/a&gt;A nice write-up on the anatomy of long Sharepoint URLs when Office Web Apps are used. Shows how to shorten the URL if needed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Workflows:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1367.html"&gt;Creating a Retention Solution&lt;br /&gt;&lt;/a&gt;A really well-written scenario for creating a retention solution using content types, SPD workflows and information management policies"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Email-enabled lists:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1370.html"&gt;Sharepoint Workflow does not trigger on e-mail created List Items&lt;br /&gt;&lt;/a&gt;"I was testing a while ago the workflow and list incoming e-mail combo and found out that by default it seems that workflows does not automatically start on e-mail-enabled lists." To enable the functionality you need to enable a setting using STSADM&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Misc tips:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1375.html"&gt;Tip for naming columns and lists in SharePoint&lt;br /&gt;&lt;/a&gt;Good practice tip - when creating columns, lists or libraries don't include spaces in their name to avoid the ugly '_x0020_' in URLs.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Databases:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1374.html"&gt;SharePoint 2010 Database Naming Standards&lt;br /&gt;&lt;/a&gt;A good article on establishing a common Sharepoint database naming convention for your farm(s).  " I wanted an approach that would accommodate multiple farms (2007 or 2010), multiple organizations, and enable you to easily identify what belongs to what.  It was also important to me that the databases sorted nicely.  After several iterations, here is the naming standard I arrived at"&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/sharepointresourcecenter/Blog/~4/3lysLrg-l6Q" height="1" width="1"/&gt;</description>
            <pubDate>Thu, 25 Nov 2010 00:00:00 GMT</pubDate>
            <guid isPermaLink="false">http://sharepointresourcecenter.com/todays-links-sharepoint-personality-types-database-naming-scheme-orphaned-users-tool-and-more.html</guid>
        <feedburner:origLink>http://sharepointresourcecenter.com/todays-links-sharepoint-personality-types-database-naming-scheme-orphaned-users-tool-and-more.html</feedburner:origLink></item>
        <item>
            <title>Today's interesting tag - workflow scenarios</title>
            <link>http://feedproxy.google.com/~r/sharepointresourcecenter/Blog/~3/pxIIjdFSvnw/todays-interesting-tag-workflow-scenarios.html</link>
            <description>&lt;p&gt;It's always easier to learn by example. I've added links to different articles I've come across when learning workflows and creating my own projects. They've now been grouped under the Workflows &gt; Scenarios tag. &lt;/p&gt;&lt;p&gt;Here it is: &lt;a href="http://sharepointresourcecenter.com/tag/Workflows-Scenarios.html"&gt;over 25 SPD workflow scenarios&lt;/a&gt; to study and get inspired (and in some cases learn on others's mistakes).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I'm sure there are plenty more interesting study cases. If you have written one or know of any interesting ones please let me know and I will update the list. &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/sharepointresourcecenter/Blog/~4/pxIIjdFSvnw" height="1" width="1"/&gt;</description>
            <pubDate>Thu, 25 Nov 2010 00:00:00 GMT</pubDate>
            <guid isPermaLink="false">http://sharepointresourcecenter.com/todays-interesting-tag-workflow-scenarios.html</guid>
        <feedburner:origLink>http://sharepointresourcecenter.com/todays-interesting-tag-workflow-scenarios.html</feedburner:origLink></item>
        <item>
            <title>Today's reading - central administration tool and tip, intermittent database connectivity and 2 ...</title>
            <link>http://feedproxy.google.com/~r/sharepointresourcecenter/Blog/~3/_v5YAuYZkCU/todays-reading-central-administration-tool-and-tip-intermittent-database-connectivity-and-2-other-tools.html</link>
            <description>&lt;p&gt;&lt;strong&gt;Central administration:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1360.html"&gt;Search AutoComplete for SharePoint 2010 Central Administration &lt;/a&gt;&lt;br /&gt; It's little tools like these that will save hours of your time. &lt;/li&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1359.html"&gt;SharePoint 3.0 Central Administration URL on Multiple Web Front-end Servers &lt;/a&gt;&lt;br /&gt;Want to configure multiple "independent" instances of Central Administration in your farm? You will need this registry hack&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;
&lt;li&gt;Video: &lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1356.html"&gt;The New World of SharePoint Administration &lt;/a&gt;&lt;br /&gt;Good webcast by Joel Oleson "Join Joel Oleson [..]  as he explores a day in the life of a SharePoint 2010 administrator. He will describe the 'new world' of SharePoint operations and administration, including the redesigned central admin, health rules and throttles, and quick recovery. In addition, he’ll provide insights and tips for how to take advantage of the newest management features that will be included in SharePoint 2010."&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Governance / Administration&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1357.html"&gt;Importance of Building a SharePoint Team &lt;/a&gt;&lt;br /&gt;Quick EUS article on the various roles within a Sharepoint project team. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Check-in/out  / Publishing &gt; Tools&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1333.html"&gt;Manage Checked Out Publishing Pages &lt;/a&gt;&lt;br /&gt;A useful custom STSADM extention that allows you to scan for any checked out publishing pages and discard the check out or check the pages in. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Grouping, Views &gt; Tools&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid981.html"&gt;SPOExpandAndCollapseAll &lt;/a&gt;&lt;br /&gt;"SPOExpandAndCollapseAll is a jQuery feature that adds a + and - to the menu bar of the document/list libraries to Expand/Collapse all grouped by's with one click. "&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Title columns, lookups&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel="rokbox[100% 100%]" href="http://sharepointresourcecenter.com/docid1345.html"&gt;How to Require a Unique Title in a SharePoint List &lt;/a&gt;&lt;br /&gt;"Goal - Require a unique title in a SharePoint listThis is helpful when you are using this list as a lookup value in another list or are using some other relational design."&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/sharepointresourcecenter/Blog/~4/_v5YAuYZkCU" height="1" width="1"/&gt;</description>
            <pubDate>Tue, 23 Nov 2010 00:00:00 GMT</pubDate>
            <guid isPermaLink="false">http://sharepointresourcecenter.com/todays-reading-central-administration-tool-and-tip-intermittent-database-connectivity-and-2-other-tools.html</guid>
        <feedburner:origLink>http://sharepointresourcecenter.com/todays-reading-central-administration-tool-and-tip-intermittent-database-connectivity-and-2-other-tools.html</feedburner:origLink></item>
    </channel>
</rss>

