<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Steve Hart</title>
	<atom:link href="http://www.hartsteve.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hartsteve.com</link>
	<description>"The best prophet is common sense, our native wit." - Euripides</description>
	<pubDate>Sat, 13 Mar 2010 22:39:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on SharePoint Document Management - Folder Discontent by Brice</title>
		<link>http://www.hartsteve.com/2009/06/16/sharepoint-document-management-folder-discontent/#comment-7739</link>
		<dc:creator>Brice</dc:creator>
		<pubDate>Tue, 23 Feb 2010 23:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/?p=170#comment-7739</guid>
		<description>I know I am late to this party, but you could do something like that using a migration tool.  

I am currently looking into one by Metalogix, here: http://www.metalogix.net/Products/FileShare-Migration-Manager-for-Sharepoint/ 

They have several different products that interface with various systeme:  File System, Documentum/eRoom, custom web-based DMS, etc.  They are very helpful and service oriented, as well.

My task is to index a folder full of files (and subfolders), extract path metadata and merge it with an Excel spreadsheet that contains a 'Master Document List, with more metadata.  Then the whole lot needs to be crammed into Sharepoint.  Supposedly this will help do the trick (recommendations from a good friend), but I haven't had the opportunity to check it out fully, yet.

I am also looking into storing documents externally with StoragePoint.  Seamless integration for end-users.  They never know the difference, and network storage/SAN is cheaper than more SQL boxes, processors, licenses, management, etc.  This is a pretty good product: http://www.storagepoint.com 

Good luck, all.</description>
		<content:encoded><![CDATA[<p>I know I am late to this party, but you could do something like that using a migration tool.  </p>
<p>I am currently looking into one by Metalogix, here: <a href="http://www.metalogix.net/Products/FileShare-Migration-Manager-for-Sharepoint/" rel="nofollow">http://www.metalogix.net/Products/FileShare-Migration-Manager-for-Sharepoint/</a> </p>
<p>They have several different products that interface with various systeme:  File System, Documentum/eRoom, custom web-based DMS, etc.  They are very helpful and service oriented, as well.</p>
<p>My task is to index a folder full of files (and subfolders), extract path metadata and merge it with an Excel spreadsheet that contains a &#8216;Master Document List, with more metadata.  Then the whole lot needs to be crammed into Sharepoint.  Supposedly this will help do the trick (recommendations from a good friend), but I haven&#8217;t had the opportunity to check it out fully, yet.</p>
<p>I am also looking into storing documents externally with StoragePoint.  Seamless integration for end-users.  They never know the difference, and network storage/SAN is cheaper than more SQL boxes, processors, licenses, management, etc.  This is a pretty good product: <a href="http://www.storagepoint.com" rel="nofollow">http://www.storagepoint.com</a> </p>
<p>Good luck, all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Document Management - Folder Discontent by Steve</title>
		<link>http://www.hartsteve.com/2009/06/16/sharepoint-document-management-folder-discontent/#comment-7657</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 23 Sep 2009 21:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/?p=170#comment-7657</guid>
		<description>Mark, your suggested migration workflow (from shared folders) into SharePoint with preservation of folder path as metadata is a superb concept.  I don't think it would be that difficult at all to write a component to do that.  Of course, the nature of shared folders is that someone may have placed a document in the wrong folder and ... it would end up with the wrong metadata in SharePoint but for the vast majority of documents I think your migration idea would work very well.  And, another big benefit of your approach is that with SharePoint Enterprise Search, the folder metadata value can be indexed and can subsequently be searched.  So, for users accustomed to working in their shared folders for years, they can simply go to the SharePoint search field, and search for documents containing a certain folder name by searching against the folder metadata property.  Brilliant!</description>
		<content:encoded><![CDATA[<p>Mark, your suggested migration workflow (from shared folders) into SharePoint with preservation of folder path as metadata is a superb concept.  I don&#8217;t think it would be that difficult at all to write a component to do that.  Of course, the nature of shared folders is that someone may have placed a document in the wrong folder and &#8230; it would end up with the wrong metadata in SharePoint but for the vast majority of documents I think your migration idea would work very well.  And, another big benefit of your approach is that with SharePoint Enterprise Search, the folder metadata value can be indexed and can subsequently be searched.  So, for users accustomed to working in their shared folders for years, they can simply go to the SharePoint search field, and search for documents containing a certain folder name by searching against the folder metadata property.  Brilliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Document Management - Folder Discontent by Mark</title>
		<link>http://www.hartsteve.com/2009/06/16/sharepoint-document-management-folder-discontent/#comment-7656</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/?p=170#comment-7656</guid>
		<description>Yes, I faced the same issues--in spades!  I had one dept with 1500+ documents in 300+ folders, and most definitely, the folder names were the metadata.  Some folder names were as simple as "1", meaning from the taxonomy "Product = XYZ; Major Version = 1".  The sub-folders "1", "2", and "3" would correspond to "Product = XYZ; Major Version = 1"; Minor Version = 1";  "Product = XYZ; Major Version = 1"; Minor Version = 2"; and Product = XYZ; Major Version = 1"; Minor Version = 3".  

My options were to move as is, or create and attach metadata like "Prod XYZ.1.1", "Prod XYZ.1.2", "Prod XYZ.1.3" to 1500+ documents.

I WISH there was time to build a tool as follows, but maybe the concept can help:  One Workflow runs against a document. It can grab the path (like Products/XYZ/1/3/specs.doc") and store it into a new field (not needed in the view) with the document. A second field decomposes the path based on the location of each slash, and synthesizes a metadata value (like "Prod XYZ.1.3"). Copy that computation to a third field as a SLOT, and voila, that document is now tagged with the metadata value "Prod XYZ.1.3". Then, create a view that groups by the metadata and ignores the folders.

FOR EXTRA CREDIT, change the document name from "specs.doc" to "Prod XYZ.1.3 Specs.doc".</description>
		<content:encoded><![CDATA[<p>Yes, I faced the same issues&#8211;in spades!  I had one dept with 1500+ documents in 300+ folders, and most definitely, the folder names were the metadata.  Some folder names were as simple as &#8220;1&#8243;, meaning from the taxonomy &#8220;Product = XYZ; Major Version = 1&#8243;.  The sub-folders &#8220;1&#8243;, &#8220;2&#8243;, and &#8220;3&#8243; would correspond to &#8220;Product = XYZ; Major Version = 1&#8243;; Minor Version = 1&#8243;;  &#8220;Product = XYZ; Major Version = 1&#8243;; Minor Version = 2&#8243;; and Product = XYZ; Major Version = 1&#8243;; Minor Version = 3&#8243;.  </p>
<p>My options were to move as is, or create and attach metadata like &#8220;Prod XYZ.1.1&#8243;, &#8220;Prod XYZ.1.2&#8243;, &#8220;Prod XYZ.1.3&#8243; to 1500+ documents.</p>
<p>I WISH there was time to build a tool as follows, but maybe the concept can help:  One Workflow runs against a document. It can grab the path (like Products/XYZ/1/3/specs.doc&#8221;) and store it into a new field (not needed in the view) with the document. A second field decomposes the path based on the location of each slash, and synthesizes a metadata value (like &#8220;Prod XYZ.1.3&#8243;). Copy that computation to a third field as a SLOT, and voila, that document is now tagged with the metadata value &#8220;Prod XYZ.1.3&#8243;. Then, create a view that groups by the metadata and ignores the folders.</p>
<p>FOR EXTRA CREDIT, change the document name from &#8220;specs.doc&#8221; to &#8220;Prod XYZ.1.3 Specs.doc&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZoomIt Damn It! by Jame Healy</title>
		<link>http://www.hartsteve.com/2009/09/07/zoomit-damn-it/#comment-7650</link>
		<dc:creator>Jame Healy</dc:creator>
		<pubDate>Fri, 11 Sep 2009 02:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/2009/09/07/zoomit-damn-it/#comment-7650</guid>
		<description>Very cool ... just downloaded it to try it. Quite good.

Not that I demonstrate a lot of softare, but the install and use is "pretty much" idiot proof.</description>
		<content:encoded><![CDATA[<p>Very cool &#8230; just downloaded it to try it. Quite good.</p>
<p>Not that I demonstrate a lot of softare, but the install and use is &#8220;pretty much&#8221; idiot proof.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 0.0.0.0 Default Gateway by Bernard Macias</title>
		<link>http://www.hartsteve.com/2009/07/09/0000-default-gateway/#comment-7649</link>
		<dc:creator>Bernard Macias</dc:creator>
		<pubDate>Wed, 09 Sep 2009 17:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/?p=192#comment-7649</guid>
		<description>This a is weird issue, I am glad I am not the only person experiencing this. You can also resolve this issue using 'netsh interface ip set address name="Local Area Connection" static   '</description>
		<content:encoded><![CDATA[<p>This a is weird issue, I am glad I am not the only person experiencing this. You can also resolve this issue using &#8216;netsh interface ip set address name=&#8221;Local Area Connection&#8221; static   &#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Gemini Approach by Steve</title>
		<link>http://www.hartsteve.com/2009/06/19/the-gemini-approach/#comment-7648</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 08 Sep 2009 01:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/?p=189#comment-7648</guid>
		<description>According to everything I've seen/heard about Gemini at the time, it is OLAP.  But, then, I'm not an OLAP expert.  Perhaps this article OLAP Report article will help provide the answer: http://www.olapreport.com/Comment_Gemini.htm.</description>
		<content:encoded><![CDATA[<p>According to everything I&#8217;ve seen/heard about Gemini at the time, it is OLAP.  But, then, I&#8217;m not an OLAP expert.  Perhaps this article OLAP Report article will help provide the answer: <a href="http://www.olapreport.com/Comment_Gemini.htm" rel="nofollow">http://www.olapreport.com/Comment_Gemini.htm</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Gemini Approach by Dick</title>
		<link>http://www.hartsteve.com/2009/06/19/the-gemini-approach/#comment-7645</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Wed, 02 Sep 2009 19:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/?p=189#comment-7645</guid>
		<description>But is Gemini REALLY an OLAP tool?  It strikes me at this stage as just a replacement for MS Query for supplying Aggregations of Relational data through Excel Pivot Tables (??) Please tell me I'm wrong....

Dick</description>
		<content:encoded><![CDATA[<p>But is Gemini REALLY an OLAP tool?  It strikes me at this stage as just a replacement for MS Query for supplying Aggregations of Relational data through Excel Pivot Tables (??) Please tell me I&#8217;m wrong&#8230;.</p>
<p>Dick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Photoshop Scripting by Brett</title>
		<link>http://www.hartsteve.com/2008/09/26/adobe-photoshop-scripting/#comment-7642</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/2008/09/26/adobe-photoshop-scripting/#comment-7642</guid>
		<description>I would love a full size copy of that image if you would be so kind.  I have to do some training on Microsft SharePoint and that graphic goes perfect with my search conversation.

Please forward to my email, if you don't mind sharing.

Thanks
Brett</description>
		<content:encoded><![CDATA[<p>I would love a full size copy of that image if you would be so kind.  I have to do some training on Microsft SharePoint and that graphic goes perfect with my search conversation.</p>
<p>Please forward to my email, if you don&#8217;t mind sharing.</p>
<p>Thanks<br />
Brett</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Document Management - Folder Discontent by Bharath</title>
		<link>http://www.hartsteve.com/2009/06/16/sharepoint-document-management-folder-discontent/#comment-7640</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Tue, 11 Aug 2009 14:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/?p=170#comment-7640</guid>
		<description>Hi Guys,

I have a Share folder which has to be moved to a document library and the size is 13.3 gb with 19500 files and 980 folders.
I'm moving this to sharepoint and i am worried about the performance and the querry time required whenever i search for or sort or filter datas.

Just lemme know the best practice or some links..

Thanks,
Bharath</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I have a Share folder which has to be moved to a document library and the size is 13.3 gb with 19500 files and 980 folders.<br />
I&#8217;m moving this to sharepoint and i am worried about the performance and the querry time required whenever i search for or sort or filter datas.</p>
<p>Just lemme know the best practice or some links..</p>
<p>Thanks,<br />
Bharath</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Document Management - Folder Discontent by Jeff</title>
		<link>http://www.hartsteve.com/2009/06/16/sharepoint-document-management-folder-discontent/#comment-7630</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 17 Jul 2009 21:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hartsteve.com/?p=170#comment-7630</guid>
		<description>I am not sure that Mike is correct.  The MS guidance in "Planning and architecture for Windows SharePoint Services 3.0 technology, part 2" seems to indicate they are referring to performance as a function of total library size.  They have some nice graphs showing performance (measured in transactions per second) for a flat library that shows the 200, 2000 and 4000 performance "cliffs" clearly.  There is also a comparison of performance for folder views (500docs/folder) vs indexed views up to 1M total docs.  They clearly indicate that "performance is better when folders are used."

I am in agreement w/ the frustration that I sense from Steve as I try to begin a SP project.  The entire community is cleared geared to abhor the folder and I see the benefits of the "tagged" doc approach of SP.  But the built-in library performance limitations and MS's own advice drive the need for folders.  The disconnect is expecially painful for me as I am new to the game and have a project w/ a known library size of 10k docs but there is a dearth of articles/guidance on how to implement a folder structure to deliver optimized performance of the product.  Uugghh!!</description>
		<content:encoded><![CDATA[<p>I am not sure that Mike is correct.  The MS guidance in &#8220;Planning and architecture for Windows SharePoint Services 3.0 technology, part 2&#8243; seems to indicate they are referring to performance as a function of total library size.  They have some nice graphs showing performance (measured in transactions per second) for a flat library that shows the 200, 2000 and 4000 performance &#8220;cliffs&#8221; clearly.  There is also a comparison of performance for folder views (500docs/folder) vs indexed views up to 1M total docs.  They clearly indicate that &#8220;performance is better when folders are used.&#8221;</p>
<p>I am in agreement w/ the frustration that I sense from Steve as I try to begin a SP project.  The entire community is cleared geared to abhor the folder and I see the benefits of the &#8220;tagged&#8221; doc approach of SP.  But the built-in library performance limitations and MS&#8217;s own advice drive the need for folders.  The disconnect is expecially painful for me as I am new to the game and have a project w/ a known library size of 10k docs but there is a dearth of articles/guidance on how to implement a folder structure to deliver optimized performance of the product.  Uugghh!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
