DCSIMG
tfs Error Troubleshoting - Eran Ruso
Sign in | Join | Help

Browse by Tags

יצא Patch עבור TFS 2010 SP1
07 July 11 10:09 AM | Eran Ruso | with no comments
אל תעשה לא להתקין את העדכון על TFS Proxy Server. לא להתקין את העדכון על ה – Clients   עשה יש להתקין את העדכון על ה – TFS 2010 לאחר התקנת ה – SP1. איך מתקינים SP1: http://blogs.microsoft.co.il/blogs/eranruso/archive/2011/04/24/how-to-install-tfs-2010-sp1.aspx יש להתקין את העדכון על ה – Build Machines לאחר התקנת ה – SP1.   ניתן להוריד את העדכון מהלינק הבא: http://www.microsoft.com/download/en/details.aspx?id=26211 תיהנו!!!   מה תוקן? (נילקח מה – MSDN) Issue 1 When you connect to a Microsoft...
יצא Patch חדש ל–Visual Studio 2010 SP1 עבור כלי הבדיקות
27 June 11 02:05 PM | Eran Ruso | with no comments
לפני מספר ימים הוכרז על Patch חדש ל – Visual Studio 2010 SP1. ה – Patch מכיל תיקוני באגים בעיקר עבור כלי הבדיקות, רשימה מלאה של התיקונים נמצאת בסוף הפוסט. ניתן להוריד את ה – Patch מהלינק: http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=36847 יש להתקין Visual Studio 2010 SP1 לפני התקנת ה – Patch. צירפתי את תיאור הבעיות אותן פותר ה – Patch מאתר ההורדה: An update rollup is available that resolves the following issues for the testing tools in Microsoft Visual Studio...
Restoring TFS 2010 – My Personal Impression
17 June 10 04:50 PM | Eran Ruso | 3 comment(s)
Today is the first time I am restoring TFS 2010. I have restored plenty of TFS 2005 and TFS 2008 and I am exiting, can’t wait to start the process. First thing I am doing is finding good instructions for the process. I have restored the Databases from the Backup machine to a folder on the TFS machine. I am about to restore the data to a machine with the same name, very simple installation all in a single machine. The process I am following is: http://msdn.microsoft.com/en-us/library/ms252458.aspx...
Red X Problem On Work Items In TFS 2010 RTM
14 June 10 11:28 AM | Eran Ruso | 1 comment(s)
There is a Bug in TFS 2010 that shows a Red X On the Work Items tab in Team Explorer. The Work Items become unavailable and when trying to get thru the Web Access you will get an error. Microsoft will probably release a patch to solve it soon but until then… What happened? It seems that the problem is being created from the queries section, when configuring Work Items we change or delete fields. When you load your Team Explorer the project refreshes, the Work Item tab refreshes the queries too and...
Problem Installing Visual Studio 2010 Ultimate Edition RC On Windows XP With Service Pack 3
24 February 10 09:36 AM | Eran Ruso | 1 comment(s)
There is a problem I have seen when installing Visual Studio 2010 Ultimate Edition RC On Windows XP with SP3 , the screen just disappears in the middle of the installation. At first I have seen it in one of my clients computers, the problem repeated itself on two computers both were Dell computers. What we did is upgrading the Windows version to windows 7 and the installation succeeded. Lately I am seeing the same problem on computers of different customers coming from different manufactures, same...
Web Access Error: “Length cannot be less than zero. Parameter name": length”
28 December 09 09:40 AM | Eran Ruso | with no comments
The problem is that some users can’t get to the Alerts section of the Web Access. The cause of the problem is unknown, I have tried to go into the Database and find the cause for the problem in one of my clients sites and I was unsuccessful in doing that. I have also tried to reinstall the Web Access with the same result. Microsoft say that this is a known bug and it will be fixed in the next Web Access release version. Has for Web Access 2008 SP1 it is not fixed yet. Have Fun
How To Find The List Of Users That Are Logged In To TFS?
20 December 09 03:36 PM | Eran Ruso | with no comments
There are times when you need to know who are the users that are logged in to TFS , there are many reasons why you need this information starting from troubleshooting and ends with usage statistics. In this blog I will answer another question that I am been asked all the time: “Why the hell do I need the TfsActivityLogging database?” Here is why , in order for you to get the list of users logged in to TFS and the Log in history do the following: Step 1: Open the SQL Server Management Studio (With...
Error: TFS55030 When Running RenameDT Command
29 June 09 03:40 PM | Eran Ruso | with no comments
“ERROR: TF55030: Rename Data Tier failed. Please verify that the supplied Data Tier name is a valid Team Foundation Data Tier name, that the Data Tier can be accessed on the network and that you have administrative rights.” Most chances that the problem is because you have shutdown your old TFS. In order to fix the problem just load your old TFS and rerun the command. In case that doesn’t help run the following command line: Set TfsDetailedErrors=1 Rerun the RenameDT command, now you will get more...