<?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>Automation Specialist</title>
	<atom:link href="http://automationspecialist.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://automationspecialist.wordpress.com</link>
	<description>Process  &#124;  Development  &#124;  Test  &#124;  Deployment</description>
	<lastBuildDate>Mon, 20 May 2013 07:27:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='automationspecialist.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Automation Specialist</title>
		<link>http://automationspecialist.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://automationspecialist.wordpress.com/osd.xml" title="Automation Specialist" />
	<atom:link rel='hub' href='http://automationspecialist.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Delete Project Collection</title>
		<link>http://automationspecialist.wordpress.com/2013/05/20/delete-project-collection/</link>
		<comments>http://automationspecialist.wordpress.com/2013/05/20/delete-project-collection/#comments</comments>
		<pubDate>Mon, 20 May 2013 07:27:57 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[TFS 2010]]></category>
		<category><![CDATA[TFS 2012]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=287</guid>
		<description><![CDATA[Project collection can only be deleted using TFS&#8217;s command line tool named &#8220;TFSConfig.exe&#8221;. This tool is available under &#8220;&#60;TFS Install Root&#62;\Tools&#8221; directory. Following is the command syntax TfsConfig.exe collection /delete /collectionName:&#8221;NameOfCollectionToDelete&#8221; This command is applicable both for TFS 2010 and 2012   Filed under: General Tagged: Team Foundation Server, TFS 2010, TFS 2012<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=287&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Project collection can only be deleted using TFS&#8217;s command line tool named &#8220;TFSConfig.exe&#8221;. This tool is available under &#8220;&lt;TFS Install Root&gt;\Tools&#8221; directory. Following is the command syntax</p>
<p><strong><em>TfsConfig.exe collection /delete /collectionName:&#8221;NameOfCollectionToDelete&#8221;</em></strong></p>
<p>This command is applicable both for TFS 2010 and 2012</p>
<p> </p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/general/'>General</a> Tagged: <a href='http://automationspecialist.wordpress.com/tag/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/tag/tfs-2010/'>TFS 2010</a>, <a href='http://automationspecialist.wordpress.com/tag/tfs-2012/'>TFS 2012</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=287&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2013/05/20/delete-project-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>
	</item>
		<item>
		<title>Rename TFS Work Item Type</title>
		<link>http://automationspecialist.wordpress.com/2013/05/15/rename-tfs-work-item-type/</link>
		<comments>http://automationspecialist.wordpress.com/2013/05/15/rename-tfs-work-item-type/#comments</comments>
		<pubDate>Wed, 15 May 2013 13:03:31 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[TFS 2010]]></category>
		<category><![CDATA[TFS 2012]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=284</guid>
		<description><![CDATA[While customizing TFS work item type we might feel like changing the work item type name itself. So there is an easy an fool proof way to achieve it thought command line. Here is the command witadmin renamewitd /collection:&#8221;http://tfs-server-name:8080/tfs/collection-name&#038;#8221; /p:Project-Name /n:&#8221;User Story&#8221; /new:&#8221;Job&#8221; So the command mentioned above will change the name of  &#8221;User Story&#8221; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=284&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>While customizing TFS work item type we might feel like changing the work item type name itself. So there is an easy an fool proof way to achieve it thought command line. Here is the command</p>
<p><strong>witadmin renamewitd /collection:&#8221;<a href="http://tfs-server-name:8080/tfs/collection-name&#038;#8221" rel="nofollow">http://tfs-server-name:8080/tfs/collection-name&#038;#8221</a>; /p:Project-Name /n:&#8221;User Story&#8221; /new:&#8221;Job&#8221;</strong></p>
<p>So the command mentioned above will change the name of  &#8221;User Story&#8221; work item type to &#8220;Job&#8221;.</p>
<p>For detailed help use <strong>witadmin renamewitd /?</strong></p>
<p>Note: <em>this command is applicable for both TFS 2012 and TFS 2010</em></p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/category/tfs-2010/'>TFS 2010</a>, <a href='http://automationspecialist.wordpress.com/category/team-foundation-server/tfs-2012/'>TFS 2012</a> Tagged: <a href='http://automationspecialist.wordpress.com/tag/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/tag/tfs-2010/'>TFS 2010</a>, <a href='http://automationspecialist.wordpress.com/tag/tfs-2012/'>TFS 2012</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=284&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2013/05/15/rename-tfs-work-item-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>
	</item>
		<item>
		<title>TFS 2010 Build &#8216;Partially Succeeded&#8217; (Failed) without reporting any error</title>
		<link>http://automationspecialist.wordpress.com/2012/07/18/tfs-2010-build-partially-succeeded-failed-without-reporting-any-error/</link>
		<comments>http://automationspecialist.wordpress.com/2012/07/18/tfs-2010-build-partially-succeeded-failed-without-reporting-any-error/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 10:13:38 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[Team Build 2010]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[TFS 2010]]></category>
		<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=272</guid>
		<description><![CDATA[It sounds very strange when a build fails without giving any error. Recently while working with TFS 2010 build, I came across same kind of scenario. It took my lot of time to locate the exact cause of error. But finally, I succeeding in locating it. Here is how summary report looks like for such [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=272&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It sounds very strange when a build fails without giving any error. Recently while working with TFS 2010 build, I came across same kind of scenario. It took my lot of time to locate the exact cause of error. But finally, I succeeding in locating it.</p>
<p>Here is how summary report looks like for such a build. Showing no error at all. Still failed. Check-ins rejected. Very Bad.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://automationspecialist.files.wordpress.com/2012/07/13.png"><img class="alignnone size-full wp-image-278" title="1" src="http://automationspecialist.files.wordpress.com/2012/07/13.png?w=595" alt=""   /></a></p>
<p>&nbsp;</p>
<p>Now, I thought of exploring detailed build log and look for a keyword &#8216;Error&#8217;. That worked and I found the error. That error was actually in Unit Test Run. As following image shows all tests have passed but still some error is reported by MSTest.</p>
<p><a href="http://automationspecialist.files.wordpress.com/2012/07/21.png"><img class="alignnone size-full wp-image-279" title="2" src="http://automationspecialist.files.wordpress.com/2012/07/21.png?w=595" alt=""   /></a></p>
<p>&nbsp;</p>
<p>Now, I went back to the summary page to open unit test run results.</p>
<p><a href="http://automationspecialist.files.wordpress.com/2012/07/31.png"><img class="alignnone size-full wp-image-280" title="3" src="http://automationspecialist.files.wordpress.com/2012/07/31.png?w=595" alt=""   /></a></p>
<p>&nbsp;</p>
<p>Here, highlighted section on test results window show that some other error occurred as all unit tests passed. So, I intuitively clicked that link and located the exact cause of the error.</p>
<p><a href="http://automationspecialist.files.wordpress.com/2012/07/41.png"><img class="alignnone size-full wp-image-281" title="4" src="http://automationspecialist.files.wordpress.com/2012/07/41.png?w=595" alt=""   /></a></p>
<p>&nbsp;</p>
<p>So, that helped me to answer the strange question i started with.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/team-build-2010/'>Team Build 2010</a>, <a href='http://automationspecialist.wordpress.com/category/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/category/tfs-2010/'>TFS 2010</a>, <a href='http://automationspecialist.wordpress.com/category/troubleshoot/'>Troubleshoot</a> Tagged: <a href='http://automationspecialist.wordpress.com/tag/team-build-2010/'>Team Build 2010</a>, <a href='http://automationspecialist.wordpress.com/tag/team-foundation-server/'>Team Foundation Server</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/272/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=272&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2012/07/18/tfs-2010-build-partially-succeeded-failed-without-reporting-any-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>

		<media:content url="http://automationspecialist.files.wordpress.com/2012/07/13.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://automationspecialist.files.wordpress.com/2012/07/21.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://automationspecialist.files.wordpress.com/2012/07/31.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://automationspecialist.files.wordpress.com/2012/07/41.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>
	</item>
		<item>
		<title>A Better Build Explorer for TFS 2010</title>
		<link>http://automationspecialist.wordpress.com/2012/07/10/a-better-build-explorer-for-tfs-2010/</link>
		<comments>http://automationspecialist.wordpress.com/2012/07/10/a-better-build-explorer-for-tfs-2010/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 06:55:45 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[Team Build 2010]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[TFS 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=263</guid>
		<description><![CDATA[Recently, I came across this new project on codeplex. This looks simple but still it answers almost all usability issues with visual studio&#8217;s integrated build explorer. Issues like.. - Quickly Loading build history, with minimum clicks. - Monitoring builds in progress - Locating errors and warnings - Easily going though huge build log. I bet, if [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=263&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently, I came across this new project on codeplex. This looks simple but still it answers almost all usability issues with visual studio&#8217;s integrated build explorer. Issues like..</p>
<p>- Quickly Loading build history, with minimum clicks.</p>
<p>- Monitoring builds in progress</p>
<p>- Locating errors and warnings</p>
<p>- Easily going though huge build log.</p>
<p>I bet, if you are working with a huge number of builds in your organization as I do, you will immediately pin this tool to your taskbar.</p>
<p><img src="http://download.codeplex.com/download?ProjectName=buildexplorer&amp;DownloadId=218336" alt="" /></p>
<p>It can be downloaded at :  <a href="http://buildexplorer.codeplex.com/downloads/get/379077">http://buildexplorer.codeplex.com/downloads/get/379077</a></p>
<p>As it is opensource, you can also contribute. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/team-build-2010/'>Team Build 2010</a>, <a href='http://automationspecialist.wordpress.com/category/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/category/tfs-2010/'>TFS 2010</a>, <a href='http://automationspecialist.wordpress.com/category/visual-studio/'>Visual Studio</a> Tagged: <a href='http://automationspecialist.wordpress.com/tag/software/'>software</a>, <a href='http://automationspecialist.wordpress.com/tag/team-build-2010/'>Team Build 2010</a>, <a href='http://automationspecialist.wordpress.com/tag/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/tag/visual-studio/'>Visual Studio</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=263&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2012/07/10/a-better-build-explorer-for-tfs-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>

		<media:content url="http://download.codeplex.com/download?ProjectName=buildexplorer&#38;DownloadId=218336" medium="image" />
	</item>
		<item>
		<title>Error MSB3482 : An error occurred while signing: Keyset does not exist</title>
		<link>http://automationspecialist.wordpress.com/2012/07/09/error-msb3482-an-error-occurred-while-signing-keyset-does-not-exist/</link>
		<comments>http://automationspecialist.wordpress.com/2012/07/09/error-msb3482-an-error-occurred-while-signing-keyset-does-not-exist/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 07:07:43 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=258</guid>
		<description><![CDATA[This is a build error got while building a .net project. This error basically indicates that certificate (.pfx) used for sighing the assembly has been expired. Make sure that certificate is renewed and error will disappear. Filed under: General, Troubleshoot, Visual Studio Tagged: Visual Studio<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=258&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This is a build error got while building a .net project. This error basically indicates that certificate (.pfx) used for sighing the assembly has been expired. Make sure that certificate is renewed and error will disappear.</p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/general/'>General</a>, <a href='http://automationspecialist.wordpress.com/category/troubleshoot/'>Troubleshoot</a>, <a href='http://automationspecialist.wordpress.com/category/visual-studio/'>Visual Studio</a> Tagged: <a href='http://automationspecialist.wordpress.com/tag/visual-studio/'>Visual Studio</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=258&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2012/07/09/error-msb3482-an-error-occurred-while-signing-keyset-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>
	</item>
		<item>
		<title>Clear Team Foundation Server Data cache</title>
		<link>http://automationspecialist.wordpress.com/2012/07/06/clear-team-foundation-server-data-cache/</link>
		<comments>http://automationspecialist.wordpress.com/2012/07/06/clear-team-foundation-server-data-cache/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 11:28:08 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[TFS 2010]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=241</guid>
		<description><![CDATA[Each application tier for TFS maintains a file cache in order to help users to easily download their files. Now this is good. But over a period of time this folder grows and starts consuming lot of disk space. Some time back i faced this issue and found that cleaning this folder was the only [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=241&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Each application tier for TFS maintains a file cache in order to help users to easily download their files. Now this is good. But over a period of time this folder grows and starts consuming lot of disk space. Some time back i faced this issue and found that cleaning this folder was the only option I had.</p>
<p>Though, it was not suggested anywhere but I took my chance and cleaned the data cache. Everything worked fine. As I deleted the cache folder itself, TFS also created this cache folder again. Yes our team faced some slowdown, but everything was normal after an hour.</p>
<p>Now how to clear tfs data cache?</p>
<p>1. Stop TFS application server.</p>
<p>2. Delete the folder Drive:\%programfiles%\Microsoft Team Foundation Server 2010\Application Tier\Web Services\_tfs_data. (If you are cautious, rename the folder rather than deleting it. For backup)</p>
<p>3. Start TFS application server.</p>
<p>4. Done.</p>
<p>For more details refer to following MSDN Article : <a href="http://msdn.microsoft.com/en-us/library/ms252458.aspx">http://msdn.microsoft.com/en-us/library/ms252458.aspx</a></p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/category/tfs-2010/'>TFS 2010</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=241&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2012/07/06/clear-team-foundation-server-data-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>
	</item>
		<item>
		<title>TFS 2010 : Troubleshooting high processor usage by data tier</title>
		<link>http://automationspecialist.wordpress.com/2012/03/30/tfs-2010-troubleshooting-high-processor-usage-by-data-tier/</link>
		<comments>http://automationspecialist.wordpress.com/2012/03/30/tfs-2010-troubleshooting-high-processor-usage-by-data-tier/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 14:47:53 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[TFS 2010]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[TFS Performance]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=206</guid>
		<description><![CDATA[As the development teams grow, load on TFS also grows. Being a comprehensive ALM solution, it acts as single point of service for all stake holders in your organization. Just like heart TFS pumps in/out information into the veins of organization. So, data tier is most vulnerable to become a bottle neck in case load increases beyond limit. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=206&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As the development teams grow, load on TFS also grows. Being a comprehensive ALM solution, it acts as single point of service for all stake holders in your organization. Just like heart TFS pumps in/out information into the veins of organization. So, data tier is most vulnerable to become a bottle neck in case load increases beyond limit.</p>
<p>One fine day in our organization we saw that SQL server started consuming &gt;95% avg processor time. Which was started hitting our whole ALM implementation. Developers were not able to checkin, Builds were damn slow, reports were too slow to fetch data. We were totally clue less about what was happening there. We shot arrows in dark, in all directions. We were also looking into scaling up data tier at one point of time. But after two weeks of trouble shooting we were able to nail the issue, which was primarily due to one of our custom solution we build around TFS.</p>
<p>During this trouble shooting I came across lot of interesting ways to probe in to performance issue with TFS. Here are few very important i would like to share.</p>
<p><strong>Monitoring TFS in coming requests</strong></p>
<p>This can be an initial point one must look at as soon as performance issue strikes. Interestingly, TFS keeps a record of all in-coming requests. This can give a quick input in case issue is due to the increase in requests to TFS due to the increase in number of clients using tfs. But there is a job which runs fortnightly and deletes all request logs older than 14 days. So, that is why I said &#8220;as soon as you hit the performance issue&#8221;. TFS SQL database table &#8220;<strong>tbl_Command</strong>&#8221; keeps log of in-coming tfs requests. You can query it any time to check those interesting details.</p>
<p><strong>SQL Server Performance Dash board</strong></p>
<p>This is a life saver tool, I must say. It can answer all your questions on which query/Stored procedure is the main accuse of creating the performance issue with SQL server. This is from Microsoft. It installs a set of reports on database machine which run on database&#8217;s system tables or Database Management Views. Microsoft did not released this for SQL server 2005. So it will not work directly after installation. You have to do some steps to make it work for SQL Server 2008. Just refer to following url. Its easy.</p>
<p><a href="http://blogs.technet.com/b/rob/archive/2009/02/18/performance-dashboard-reports-for-sql-server-2008.aspx">http://blogs.technet.com/b/rob/archive/2009/02/18/performance-dashboard-reports-for-sql-server-2008.aspx</a></p>
<p>Apart form these two methods we tried lot of other options, as I said &#8220;shot arrows in dark&#8221;. But, I am very sure that that methods mentioned above will give you enough inputs to resolve performance issue with TFS.</p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/category/tfs-2010/'>TFS 2010</a>, <a href='http://automationspecialist.wordpress.com/category/troubleshoot/'>Troubleshoot</a> Tagged: <a href='http://automationspecialist.wordpress.com/tag/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/tag/tfs-performance/'>TFS Performance</a>, <a href='http://automationspecialist.wordpress.com/tag/troubleshoot/'>Troubleshoot</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=206&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2012/03/30/tfs-2010-troubleshooting-high-processor-usage-by-data-tier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>
	</item>
		<item>
		<title>Delete files permanently in TFS</title>
		<link>http://automationspecialist.wordpress.com/2012/02/10/delete-files-permanently-in-tfs/</link>
		<comments>http://automationspecialist.wordpress.com/2012/02/10/delete-files-permanently-in-tfs/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 10:58:41 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[TFS 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/2012/02/10/delete-files-permanently-in-tfs/</guid>
		<description><![CDATA[In TFS Source control you can not delete files permanently. Its just a temporary delete. Deleted folder/files can still be viewed from Team explorer through option called &#8220;show deleted items in source control explorer&#8221; from Tools &#62; Options &#62; Source Control &#62; Visual Studio Team Foundation Server  and then can be &#8220;UnDeleted&#8221; if required. So, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=203&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In TFS Source control you can not delete files permanently. Its just a temporary delete. Deleted folder/files can still be viewed from Team explorer through option called &#8220;show deleted items in source control explorer&#8221; from <em><strong>Tools &gt; Options &gt; Source Control &gt; Visual Studio Team Foundation Server  </strong></em>and then can be &#8220;UnDeleted&#8221; if required.</p>
<p>So, what if you want a permanent delete with NO recovery. This can be done using team foundation command line interface. Following is the syntax for the same.</p>
<p><strong>tf destroy   &lt;path for TFS Item to be deleted&gt;    collection:&lt;TFS Collection Name&gt;</strong></p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/team-foundation-server/'>Team Foundation Server</a>, <a href='http://automationspecialist.wordpress.com/category/tfs-2010/'>TFS 2010</a>, <a href='http://automationspecialist.wordpress.com/category/visual-studio/'>Visual Studio</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=203&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2012/02/10/delete-files-permanently-in-tfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>
	</item>
		<item>
		<title>Troubleshoot : Perfmon.exe shows error message &#8220;Unable to connect to machine&#8221;</title>
		<link>http://automationspecialist.wordpress.com/2011/10/10/troubleshoot-perfmon-exe-shows-error-message-unable-to-connect-to-machine/</link>
		<comments>http://automationspecialist.wordpress.com/2011/10/10/troubleshoot-perfmon-exe-shows-error-message-unable-to-connect-to-machine/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 15:54:22 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[perfmon]]></category>
		<category><![CDATA[Perfmon.exe]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=155</guid>
		<description><![CDATA[Lot of people face this issue which using performance monitor( perfmon.exe) while trying to monitor performance counters from remote machines. Here is the checklist which will help to make sure that you always able to access performance counters from remote location. Access Permissions Make sure the windows user who is trying to access performance counters [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=155&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Lot of people face this issue which using performance monitor( perfmon.exe) while trying to monitor performance counters from remote machines. Here is the checklist which will help to make sure that you always able to access performance counters from remote location.</p>
<p><strong>Access Permissions</strong></p>
<p>Make sure the windows user who is trying to access performance counters from remote machine is local administrator of that local machine. As following screen shot highlights, just log on to remote machine and make sure the user who will access performance data is part of &#8216;Administrators&#8217; group on remote machine.</p>
<p>If you have security issue in making user &#8216;Administrators&#8217; then try to add the users in other highlighted groups. &#8216;Performance Log Users&#8217; and &#8216;Performance Monitor Users&#8217;. But it is always preferable that user should be part of  &#8217;Administrators&#8217; group.</p>
<p><a href="http://automationspecialist.files.wordpress.com/2011/10/perfmon-access-permissions.jpg"><img class="alignnone size-full wp-image-157" title="Perfmon access permissions" src="http://automationspecialist.files.wordpress.com/2011/10/perfmon-access-permissions.jpg?w=595" alt=""   /></a></p>
<p>&nbsp;</p>
<p><strong>Remote Registry Service</strong></p>
<p>Some times even after having enough access permissions on remote machine you may get an error &#8216;Unable to connect machine&#8217;. Or in case if you are using .net API System.Diagnostics.PerformanceCounter to access you will get &#8216;Network path not found&#8217; (Win32Exception). So to resolve it just make sure that remote registry service is running on remote machine.</p>
<p>I am sure this will help.</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/performance/'>Performance</a>, <a href='http://automationspecialist.wordpress.com/category/troubleshoot/'>Troubleshoot</a> Tagged: <a href='http://automationspecialist.wordpress.com/tag/perfmon/'>perfmon</a>, <a href='http://automationspecialist.wordpress.com/tag/perfmon-exe/'>Perfmon.exe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=155&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2011/10/10/troubleshoot-perfmon-exe-shows-error-message-unable-to-connect-to-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>

		<media:content url="http://automationspecialist.files.wordpress.com/2011/10/perfmon-access-permissions.jpg" medium="image">
			<media:title type="html">Perfmon access permissions</media:title>
		</media:content>
	</item>
		<item>
		<title>Performance Counters Timeouts and Load Testing with Visual Studio</title>
		<link>http://automationspecialist.wordpress.com/2011/09/25/performance-counters-timeouts-and-load-testing-with-visual-studio/</link>
		<comments>http://automationspecialist.wordpress.com/2011/09/25/performance-counters-timeouts-and-load-testing-with-visual-studio/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 21:11:34 +0000</pubDate>
		<dc:creator>alizproarts</dc:creator>
				<category><![CDATA[Load Test]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://automationspecialist.wordpress.com/?p=151</guid>
		<description><![CDATA[If you are getting following error while running load test and wondering why this happens. Here in this blog entry I highlight ways to fix it. The performance counter category ‘Memory’ cannot be accessed on computer ‘COMPUTER01’ (Timed out trying to read performance counter category ‘Memory’ on computer ‘COMPUTER01’); check that the category and computer [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=151&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you are getting following error while running load test and wondering why this happens. Here in this blog entry I highlight ways to fix it.</p>
<p><strong><em>The performance counter category ‘Memory’ cannot be accessed on computer ‘COMPUTER01’ (Timed out trying to read performance counter category ‘Memory’ on computer ‘COMPUTER01’); check that the category and computer names are correct.</em></strong></p>
<p><span style="text-decoration:underline;"><strong>Performance Monitor Tool (perfmon)</strong></span></p>
<p>This is a well known Windows in-build tool for fetching performance data. First try to fetch the required performance counter from specific machine through this tool. You may notice two things here if your machine is a remote machine. If it takes more time (more than 1/2 minutes) to get the performance counters, that will indicate that you need to change timout values for load test configuration. OR if it does not access the counter then there are permissions issue.</p>
<p><span style="text-decoration:underline;"><strong>Performance Monitor User Permissions</strong></span></p>
<p>If you are not able to access performance data from perfmon, then you have to correct that first. As same permission level applies to visual studio load test when it tries to fetch performance data. User who is trying to access performance data (locally/remotely) should be part of  &#8221;Performance Monitor Users&#8221; and &#8220;Performance Log Users&#8221;. If there are not much security concerns make the user part of Local &#8220;Administrators&#8221; group which will ensure full access on the machine.</p>
<p>Sometimes still there may be some issues. In that case just remove the User or the Group of which the User is part of, from &#8220;Users&#8221; Group of target machine. Which will provide you fully un-restricted access to machine.</p>
<p><span style="text-decoration:underline;"><strong>Firewall Exceptions</strong></span></p>
<p>Rarely you may have to do it. Either turn off the local firewall or enable the rules for Performance Logs and Alerts in the Windows Firewall with Advanced Security snap-in.</p>
<p><span style="text-decoration:underline;"><strong>Load test timeout settings</strong></span></p>
<p>If permission levels are all fine. But still you are still running into the same issue. That means you have to set load test&#8217;s performance counter initialization time out settings. But where to do that? as there is no provision to do it though VS IDE. For that you have to do some manual configurations in load test&#8217;s hosting process&#8217;s configuration file. Now this configuration file is different for VS 2008 and VS 2010. Following are the details on that.</p>
<p>For Visual Studio 2008, open the file <strong>VSTestHost.exe.config</strong> in the folder C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE</p>
<p>OR</p>
<p>For Visual Studio 2010, open the file <strong>Devenv.exe.config</strong> in the folder C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE</p>
<p>AND then add following entries to it. That will solve the timout issue.</p>
<p><em>&lt;appSettings&gt; </em><br />
<em>     &lt;add key=&#8221;LoadTestCounterCategoryReadTimeout&#8221; value=&#8221;60000&#8243;/&gt; </em><br />
<em>     &lt;add key=&#8221;LoadTestCounterCategoryExistsTimeout&#8221; value=&#8221;60000&#8243;/&gt; </em><br />
<em>&lt;/appSettings&gt;</em></p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://automationspecialist.wordpress.com/category/load-test/'>Load Test</a>, <a href='http://automationspecialist.wordpress.com/category/troubleshoot/'>Troubleshoot</a>, <a href='http://automationspecialist.wordpress.com/category/visual-studio/'>Visual Studio</a> Tagged: <a href='http://automationspecialist.wordpress.com/tag/load-test/'>Load Test</a>, <a href='http://automationspecialist.wordpress.com/tag/visual-studio/'>Visual Studio</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automationspecialist.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automationspecialist.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automationspecialist.wordpress.com&#038;blog=18536205&#038;post=151&#038;subd=automationspecialist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://automationspecialist.wordpress.com/2011/09/25/performance-counters-timeouts-and-load-testing-with-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8e04609d0cec5935837de8d988a69543?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">alizproarts</media:title>
		</media:content>
	</item>
	</channel>
</rss>
