<?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>korry&#039;s blog</title>
	<atom:link href="http://vspug.com/korry/feed/" rel="self" type="application/rss+xml" />
	<link>http://vspug.com/korry</link>
	<description>Just another VSPUG - Virtual SharePoint User Group weblog</description>
	<lastBuildDate>Mon, 16 Apr 2007 01:45:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross Datacenter Failover with SQL 2005 and MOSS 2007 &#8211; Post 2 of 2</title>
		<link>http://vspug.com/korry/2007/04/15/cross-datacenter-failover-with-sql-2005-and-moss-2007-post-2-of-2/</link>
		<comments>http://vspug.com/korry/2007/04/15/cross-datacenter-failover-with-sql-2005-and-moss-2007-post-2-of-2/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 01:45:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Further to my previous blog on SharePoint Disaster recovery (Cross Datacenter Failover with SQL 2005 and MOSS 2007), there is further consideration as to which version of SQL 2005 you choose for the mirroring.&#160; SQL 2005 Standard supports Synchronous / SAFETY=FULL configuration while SQL 2005 Enterprise supports Asynchronous mirroring.&#160; What this means is that with [...]]]></description>
			<content:encoded><![CDATA[<p>Further to my previous blog on SharePoint Disaster recovery (Cross Datacenter Failover with SQL 2005 and MOSS 2007), there is further consideration as to which version of SQL 2005 you choose for the mirroring.&nbsp; SQL 2005 Standard supports Synchronous / SAFETY=FULL configuration while SQL 2005 Enterprise supports Asynchronous mirroring.&nbsp; What this means is that with SQL 2005 Std the transaction does not commit on production until it commits on the secondary (mirrored data server).&nbsp; If you have a slow LAN o WAN, this is less preferred UNLESS you absolutely need 100% of all data mirrored no matter what.&nbsp; This is where the SAFETY=FULL comes in.&nbsp; Full Safety means every transaction is guaranteed to be writing.&nbsp;&nbsp; SQL 2005 Enterprise Asynchronous mode does not support SAFETY=FULL.&nbsp; </p>
<p>General Guidelines to consider are:&nbsp; <br />If you need speed at any cost, choose asynchronous.<br />If you need data integrity, choose synchronous.</p>
<p>I am currently working on a deployment that has mirroring planned across Europe to North America .&nbsp; Once I have some numbers to provide to provide real world feasibility of this type of mirroring strategy, I will post them to this site.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="/aggbug.aspx?PostID=23414" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/korry/2007/04/15/cross-datacenter-failover-with-sql-2005-and-moss-2007-post-2-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Datacenter Failover with SQL 2005 and MOSS 2007 &#8211; Post 2 of 2</title>
		<link>http://vspug.com/korry/2007/04/15/cross-datacenter-failover-with-sql-2005-and-moss-2007-post-2-of-2/</link>
		<comments>http://vspug.com/korry/2007/04/15/cross-datacenter-failover-with-sql-2005-and-moss-2007-post-2-of-2/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 01:45:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Further to my previous blog on SharePoint Disaster recovery (Cross Datacenter Failover with SQL 2005 and MOSS 2007), there is further consideration as to which version of SQL 2005 you choose for the mirroring.&#160; SQL 2005 Standard supports Synchronous / SAFETY=FULL configuration while SQL 2005 Enterprise supports Asynchronous mirroring.&#160; What this means is that with [...]]]></description>
			<content:encoded><![CDATA[<p>Further to my previous blog on SharePoint Disaster recovery (Cross Datacenter Failover with SQL 2005 and MOSS 2007), there is further consideration as to which version of SQL 2005 you choose for the mirroring.&nbsp; SQL 2005 Standard supports Synchronous / SAFETY=FULL configuration while SQL 2005 Enterprise supports Asynchronous mirroring.&nbsp; What this means is that with SQL 2005 Std the transaction does not commit on production until it commits on the secondary (mirrored data server).&nbsp; If you have a slow LAN o WAN, this is less preferred UNLESS you absolutely need 100% of all data mirrored no matter what.&nbsp; This is where the SAFETY=FULL comes in.&nbsp; Full Safety means every transaction is guaranteed to be writing.&nbsp;&nbsp; SQL 2005 Enterprise Asynchronous mode does not support SAFETY=FULL.&nbsp; </p>
<p>General Guidelines to consider are:&nbsp; <br />If you need speed at any cost, choose asynchronous.<br />If you need data integrity, choose synchronous.</p>
<p>I am currently working on a deployment that has mirroring planned across Europe to North America .&nbsp; Once I have some numbers to provide to provide real world feasibility of this type of mirroring strategy, I will post them to this site.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="/aggbug.aspx?PostID=23414" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/korry/2007/04/15/cross-datacenter-failover-with-sql-2005-and-moss-2007-post-2-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2007 &#8211; Real World Limitations</title>
		<link>http://vspug.com/korry/2007/04/15/sharepoint-2007-real-world-limitations/</link>
		<comments>http://vspug.com/korry/2007/04/15/sharepoint-2007-real-world-limitations/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 00:54:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[SharePoint 2007 is an exceptional product with features that bring collaboration and content management to a new level.&#160; I recommend anyone looking into implementing Enterprise Portals into their corporation seriously consider the TCO and ROI;&#160;8 times out of 10, they will likely choose SharePoint 2007.&#160; There are however some very real short-comings that need to [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2007 is an exceptional product with features that bring collaboration and content management to a new level.&nbsp; I recommend anyone looking into implementing Enterprise Portals into their corporation seriously consider the TCO and ROI;&nbsp;8 times out of 10, they will likely choose SharePoint 2007.&nbsp; There are however some very real short-comings that need to be dealt with either by Microsoft, the solution vendor community or in the end the poor corporations out there currently implementing MOSS.&nbsp; Below is a list of capabilities MOSS needs to round out its capabilities.</p>
<p>Archiving (ideally low cost):&nbsp; </p>
<ul>
<li>SharePoint does not provide any capabilities to move old data to lost cost storage such as Centera.&nbsp; Alot of vendors out there like Symantec, Meridio, Zantaz have pieces of the solution but none of them have the entire Sites and Document Life Cycle Management Integrated into WSS or MOSS.&nbsp; For example, when a user is notified that their site is going to be deleted it would be ideal to be able to archive the site, compress it and put it onto Centera for a time period.&nbsp; Right now, it&#39;s keep or delete.&nbsp;&nbsp; </li>
<li>Archiving list items to the record repository, not just documents.&nbsp; The send to function only shows up for documents</li>
<li>Single Instance Records Management.&nbsp; When a document is sent to the records repository, to my knowledge the copies of the document are not associated to the records repository.&nbsp; </li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;Content Types:</p>
<ul>
<li>It wold be nice to be able to associate documents when uploading or importing them to a specific content type.&nbsp; Most organizations will want a taxonomy to be represented in SharePoint.&nbsp; Today, users can only create content types with new documents.&nbsp; Migrating 5 terabytes/1 million documents from a previous collaboration system to SharePoint and not have those associated to content types is a disadvantage, maybe even a showstopper to adoption.</li>
</ul>
<p>SharePoint Planning Templates:</p>
<ul>
<li>
<div>Why didn&#39;t Microsoft create InfoPath forms for the planning templates instead of word documents?&nbsp;&nbsp; Microsoft is promoting structure data capture but not facilitating it.&nbsp; A vendor should produce a pre-canned SharePoint template with all the planning templates as content types.&nbsp; Then ideally add workflows such as new site creation that generates sites based on an approval system.</div>
</li>
</ul>
<p>Wikis:</p>
<ul>
<li>
<div>Tags&#8230;no support for keyword tags</div>
</li>
</ul>
<p>Web Parts:</p>
<ul>
<li>
<div>The are no out of the box AJAX enabled web parts to my knowledge.&nbsp; See <a href="http://www.google.com/ig">http://www.google.com/ig</a>&nbsp;as an example of a well driven User Experience based portlet.&nbsp; You can drag them around without clicking &quot;edit page&quot;.&nbsp; Likewise you can edit their properties on the spot.&nbsp; Very desirable.&nbsp; </div>
</li>
</ul>
<p>Shared vs Personal Views:</p>
<ul>
<li>
<div>This is a feature I preferred in SPS 2003.&nbsp; This feature allows a Site Owner to create a page and define the web parts in it &#8211; called a Shared view.&nbsp; The user can &quot;personalize&quot; it and deviate it from the original site owners intent.&nbsp; In SPS 2003 you could toggle between the personal view and the shared view.&nbsp; When a user cam into the site they saw the shared view but could toggle to their personal view.&nbsp; That allowed the site owner to be assured (mostly) that the user at least saw what they wanted them to.&nbsp; With WSS 3/MOSS users are auto logged into their personal view completely bypassing the shared view.&nbsp; Also the toggle function to switch views is gone (although you can still append ?pageview=Shared to the end of a url and see it.</div>
</li>
</ul>
<p>This is not an exhaustive list but it represent what I have seen in implementing very large SharePoint projects and the feedback I see when demoing the product to stakeholders.</p>
<p>All in all, SharePoint 2007 is an excellent product, I hope these shortcomings are addressed sooner rather than later.</p>
<p>Let me know of other shortcomings you feel need to be addressed.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="/aggbug.aspx?PostID=23411" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/korry/2007/04/15/sharepoint-2007-real-world-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2007 &#8211; Real World Limitations</title>
		<link>http://vspug.com/korry/2007/04/15/sharepoint-2007-real-world-limitations/</link>
		<comments>http://vspug.com/korry/2007/04/15/sharepoint-2007-real-world-limitations/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 00:54:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[SharePoint 2007 is an exceptional product with features that bring collaboration and content management to a new level.&#160; I recommend anyone looking into implementing Enterprise Portals into their corporation seriously consider the TCO and ROI;&#160;8 times out of 10, they will likely choose SharePoint 2007.&#160; There are however some very real short-comings that need to [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2007 is an exceptional product with features that bring collaboration and content management to a new level.&nbsp; I recommend anyone looking into implementing Enterprise Portals into their corporation seriously consider the TCO and ROI;&nbsp;8 times out of 10, they will likely choose SharePoint 2007.&nbsp; There are however some very real short-comings that need to be dealt with either by Microsoft, the solution vendor community or in the end the poor corporations out there currently implementing MOSS.&nbsp; Below is a list of capabilities MOSS needs to round out its capabilities.</p>
<p>Archiving (ideally low cost):&nbsp; </p>
<ul>
<li>SharePoint does not provide any capabilities to move old data to lost cost storage such as Centera.&nbsp; Alot of vendors out there like Symantec, Meridio, Zantaz have pieces of the solution but none of them have the entire Sites and Document Life Cycle Management Integrated into WSS or MOSS.&nbsp; For example, when a user is notified that their site is going to be deleted it would be ideal to be able to archive the site, compress it and put it onto Centera for a time period.&nbsp; Right now, it&#39;s keep or delete.&nbsp;&nbsp; </li>
<li>Archiving list items to the record repository, not just documents.&nbsp; The send to function only shows up for documents</li>
<li>Single Instance Records Management.&nbsp; When a document is sent to the records repository, to my knowledge the copies of the document are not associated to the records repository.&nbsp; </li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;Content Types:</p>
<ul>
<li>It wold be nice to be able to associate documents when uploading or importing them to a specific content type.&nbsp; Most organizations will want a taxonomy to be represented in SharePoint.&nbsp; Today, users can only create content types with new documents.&nbsp; Migrating 5 terabytes/1 million documents from a previous collaboration system to SharePoint and not have those associated to content types is a disadvantage, maybe even a showstopper to adoption.</li>
</ul>
<p>SharePoint Planning Templates:</p>
<ul>
<li>
<div>Why didn&#39;t Microsoft create InfoPath forms for the planning templates instead of word documents?&nbsp;&nbsp; Microsoft is promoting structure data capture but not facilitating it.&nbsp; A vendor should produce a pre-canned SharePoint template with all the planning templates as content types.&nbsp; Then ideally add workflows such as new site creation that generates sites based on an approval system.</div>
</li>
</ul>
<p>Wikis:</p>
<ul>
<li>
<div>Tags&#8230;no support for keyword tags</div>
</li>
</ul>
<p>Web Parts:</p>
<ul>
<li>
<div>The are no out of the box AJAX enabled web parts to my knowledge.&nbsp; See <a href="http://www.google.com/ig">http://www.google.com/ig</a>&nbsp;as an example of a well driven User Experience based portlet.&nbsp; You can drag them around without clicking &quot;edit page&quot;.&nbsp; Likewise you can edit their properties on the spot.&nbsp; Very desirable.&nbsp; </div>
</li>
</ul>
<p>Shared vs Personal Views:</p>
<ul>
<li>
<div>This is a feature I preferred in SPS 2003.&nbsp; This feature allows a Site Owner to create a page and define the web parts in it &#8211; called a Shared view.&nbsp; The user can &quot;personalize&quot; it and deviate it from the original site owners intent.&nbsp; In SPS 2003 you could toggle between the personal view and the shared view.&nbsp; When a user cam into the site they saw the shared view but could toggle to their personal view.&nbsp; That allowed the site owner to be assured (mostly) that the user at least saw what they wanted them to.&nbsp; With WSS 3/MOSS users are auto logged into their personal view completely bypassing the shared view.&nbsp; Also the toggle function to switch views is gone (although you can still append ?pageview=Shared to the end of a url and see it.</div>
</li>
</ul>
<p>This is not an exhaustive list but it represent what I have seen in implementing very large SharePoint projects and the feedback I see when demoing the product to stakeholders.</p>
<p>All in all, SharePoint 2007 is an excellent product, I hope these shortcomings are addressed sooner rather than later.</p>
<p>Let me know of other shortcomings you feel need to be addressed.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="/aggbug.aspx?PostID=23411" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/korry/2007/04/15/sharepoint-2007-real-world-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Datacenter Failover with SQL 2005 and MOSS 2007 1 of 2</title>
		<link>http://vspug.com/korry/2006/09/22/cross-datacenter-failover-with-sql-2005-and-moss-2007-1-of-2/</link>
		<comments>http://vspug.com/korry/2006/09/22/cross-datacenter-failover-with-sql-2005-and-moss-2007-1-of-2/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 20:46:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[So there is alot of information on the internet and the recent webcasts of disaster recovery with SharePoint, however rarely do you see Distser recovery BETWEEN datacenters.&#160; Understandably, few implementations of SharePoint for a user base less than 5000 users would require cross datacenter failover, however, consider hosted internet provider solutions, which are becoming more [...]]]></description>
			<content:encoded><![CDATA[<p>So there is alot of information on the internet and the recent webcasts of disaster recovery with SharePoint, however rarely do you see Distser recovery BETWEEN datacenters.&nbsp; Understandably, few implementations of SharePoint for a user base less than 5000 users would require cross datacenter failover, however, consider hosted internet provider solutions, which are becoming more ubiquitous, or consider large corporations (like where I work) that have 31,000 employees and need highly available large farms.</p>
<p>We are planning for disaster recovery across datacenters using database mirroring using a witness server to synchronize data between the primary tier 1 data center in Canada and the UAT environment in another datacenter in the United States.&nbsp; The target, redundent SQL databases in UAT are not used by the UAT instance.&nbsp; In addition, there is a parralel instance of SharePoint that EXACTLY matches the production environment &#8211; NOTE that this is not used for UAT, but sits on the same hardware.&nbsp; </p>
<p>From a Release management perspective, all changes propigated from UAT to Production, MUST be released to the Failover instance on the UAT hardware as well.&nbsp; </p>
<p>I will write more on this, in terms of configuring the database mirroring, and release management in the coming weeks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="/aggbug.aspx?PostID=12570" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/korry/2006/09/22/cross-datacenter-failover-with-sql-2005-and-moss-2007-1-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Datacenter Failover with SQL 2005 and MOSS 2007 1 of 2</title>
		<link>http://vspug.com/korry/2006/09/22/cross-datacenter-failover-with-sql-2005-and-moss-2007-1-of-2/</link>
		<comments>http://vspug.com/korry/2006/09/22/cross-datacenter-failover-with-sql-2005-and-moss-2007-1-of-2/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 20:46:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[So there is alot of information on the internet and the recent webcasts of disaster recovery with SharePoint, however rarely do you see Distser recovery BETWEEN datacenters.&#160; Understandably, few implementations of SharePoint for a user base less than 5000 users would require cross datacenter failover, however, consider hosted internet provider solutions, which are becoming more [...]]]></description>
			<content:encoded><![CDATA[<p>So there is alot of information on the internet and the recent webcasts of disaster recovery with SharePoint, however rarely do you see Distser recovery BETWEEN datacenters.&nbsp; Understandably, few implementations of SharePoint for a user base less than 5000 users would require cross datacenter failover, however, consider hosted internet provider solutions, which are becoming more ubiquitous, or consider large corporations (like where I work) that have 31,000 employees and need highly available large farms.</p>
<p>We are planning for disaster recovery across datacenters using database mirroring using a witness server to synchronize data between the primary tier 1 data center in Canada and the UAT environment in another datacenter in the United States.&nbsp; The target, redundent SQL databases in UAT are not used by the UAT instance.&nbsp; In addition, there is a parralel instance of SharePoint that EXACTLY matches the production environment &#8211; NOTE that this is not used for UAT, but sits on the same hardware.&nbsp; </p>
<p>From a Release management perspective, all changes propigated from UAT to Production, MUST be released to the Failover instance on the UAT hardware as well.&nbsp; </p>
<p>I will write more on this, in terms of configuring the database mirroring, and release management in the coming weeks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="/aggbug.aspx?PostID=12570" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/korry/2006/09/22/cross-datacenter-failover-with-sql-2005-and-moss-2007-1-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DocIcon.xml &#8211; Adding Notepad and WordPerfect as applications</title>
		<link>http://vspug.com/korry/2006/03/16/docicon-xml-adding-notepad-and-wordperfect-as-applications/</link>
		<comments>http://vspug.com/korry/2006/03/16/docicon-xml-adding-notepad-and-wordperfect-as-applications/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 21:13:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[I recently had a client ask me why they could not save txt files that were stored in a document library back to the site.&#160; I don&#39;t typically use txt files so I asked them to show me by creating a new txt file and uploading it to the site, then clicking on it in [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Arial" size="2">I recently had a client ask me why they could not save txt files that were stored in a document library back to the site.&nbsp; I don&#39;t typically use txt files so I asked them to show me by creating a new txt file and uploading it to the site, then clicking on it in the document library list.&nbsp; The file opened in IE (web browser) not notepad.&nbsp; My reflex told me that all we had to do was add notepad.exe as an application type in the DOCICON.xml file stored in C:Program FilesCommon FilesMicrosoft Sharedweb server extensions60TEMPLATEXML.</font></p>
<p><font face="Arial" size="2">I went back to my office, an played around with it for a while to see if I could change the entry for txt.</font></p>
<p><font face="Arial" size="2">First I tried:</font></p>
<p><font face="Arial" size="2">&lt;Mapping Key=&quot;txt&quot; Value=&quot;ictxt.gif&quot; EditText=&quot;Notepad&quot; OpenControl=&quot;SharePoint.OpenDocuments&quot;/&gt;</font></p>
<p><font face="Arial" size="2">That didn&#39;t work</font></p>
<p><font face="Arial" size="2">Then I tried</font></p>
<p><font face="Arial" size="2">&lt;Mapping Key=&quot;txt&quot; Value=&quot;ictxt.gif&quot; EditText=&quot;Microsoft Office Word&quot; OpenControl=&quot;SharePoint.OpenDocuments&quot;/&gt;</font></p>
<p><font face="Arial" size="2">Which creashed my IE.</font></p>
<p><font face="Arial" size="2">Then I did some research and found out that the SharePoint.OpenDocuments command only supports openning MS documents by executing the ActiveX that is installed as part of MS Office.&nbsp; There isn&#39;t much documentation on it.&nbsp; Here is thread that describes the problem and challenges.&nbsp;</font></p>
<p><a href="http://www.codecomments.com/message376491.html"><font face="Arial" size="2">http://www.codecomments.com/message376491.html</font></a></p>
<p><font face="Arial" size="2">&nbsp;Here is the MSDN article that eludes to how to solve it, however it is vague at best.</font></p>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spptsdk/html/tsptAddingDocumentTypeIcon_SV01068572.asp"><font face="Arial" size="2">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spptsdk/html/tsptAddingDocumentTypeIcon_SV01068572.asp</font></a></p>
<p><font face="Arial" size="2">So for now, unless I look into where the WordPerfect activeX is that controls this behaviour, I won&#39;t be able to do this unless I write my own activeX and have it install on client machines.</font></p>
<p><img src="/aggbug.aspx?PostID=5486" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/korry/2006/03/16/docicon-xml-adding-notepad-and-wordperfect-as-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DocIcon.xml &#8211; Adding Notepad and WordPerfect as applications</title>
		<link>http://vspug.com/korry/2006/03/16/docicon-xml-adding-notepad-and-wordperfect-as-applications/</link>
		<comments>http://vspug.com/korry/2006/03/16/docicon-xml-adding-notepad-and-wordperfect-as-applications/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 21:13:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[I recently had a client ask me why they could not save txt files that were stored in a document library back to the site.&#160; I don&#39;t typically use txt files so I asked them to show me by creating a new txt file and uploading it to the site, then clicking on it in [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Arial" size="2">I recently had a client ask me why they could not save txt files that were stored in a document library back to the site.&nbsp; I don&#39;t typically use txt files so I asked them to show me by creating a new txt file and uploading it to the site, then clicking on it in the document library list.&nbsp; The file opened in IE (web browser) not notepad.&nbsp; My reflex told me that all we had to do was add notepad.exe as an application type in the DOCICON.xml file stored in C:Program FilesCommon FilesMicrosoft Sharedweb server extensions60TEMPLATEXML.</font></p>
<p><font face="Arial" size="2">I went back to my office, an played around with it for a while to see if I could change the entry for txt.</font></p>
<p><font face="Arial" size="2">First I tried:</font></p>
<p><font face="Arial" size="2">&lt;Mapping Key=&quot;txt&quot; Value=&quot;ictxt.gif&quot; EditText=&quot;Notepad&quot; OpenControl=&quot;SharePoint.OpenDocuments&quot;/&gt;</font></p>
<p><font face="Arial" size="2">That didn&#39;t work</font></p>
<p><font face="Arial" size="2">Then I tried</font></p>
<p><font face="Arial" size="2">&lt;Mapping Key=&quot;txt&quot; Value=&quot;ictxt.gif&quot; EditText=&quot;Microsoft Office Word&quot; OpenControl=&quot;SharePoint.OpenDocuments&quot;/&gt;</font></p>
<p><font face="Arial" size="2">Which creashed my IE.</font></p>
<p><font face="Arial" size="2">Then I did some research and found out that the SharePoint.OpenDocuments command only supports openning MS documents by executing the ActiveX that is installed as part of MS Office.&nbsp; There isn&#39;t much documentation on it.&nbsp; Here is thread that describes the problem and challenges.&nbsp;</font></p>
<p><a href="http://www.codecomments.com/message376491.html"><font face="Arial" size="2">http://www.codecomments.com/message376491.html</font></a></p>
<p><font face="Arial" size="2">&nbsp;Here is the MSDN article that eludes to how to solve it, however it is vague at best.</font></p>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spptsdk/html/tsptAddingDocumentTypeIcon_SV01068572.asp"><font face="Arial" size="2">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spptsdk/html/tsptAddingDocumentTypeIcon_SV01068572.asp</font></a></p>
<p><font face="Arial" size="2">So for now, unless I look into where the WordPerfect activeX is that controls this behaviour, I won&#39;t be able to do this unless I write my own activeX and have it install on client machines.</font></p>
<p><img src="/aggbug.aspx?PostID=5486" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/korry/2006/03/16/docicon-xml-adding-notepad-and-wordperfect-as-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
