DCSIMG
troubleshoting error - Eran Ruso
Sign in | Join | Help

Browse by Tags

בעיה בהזנת שדה סיסמה דרך Coded UI Test
21 January 13 08:47 AM | Eran Ruso | 1 comment(s)
כאשר אנחנו מקליטים שדה בו מוזנת סיסמה דרך ה – Coded UI Test מתבצע Decryption של הסיסמה שהזנו. בפעם הבאה שנריץ את הבדיקה נוכל להזין את ה – String ששמר וכך השדה יקבל את הסיסמה הנכונה. אז מה הבעיה? הבעיה מתחילה כאשר אני רוצה לקבוע את הסיסמה שתוזן לשדה, אז נקבל את השגיאה: "The following error occurred while attempting to decode encrypted text: Bad data" אז מה עושים? הפעולה שנעשה היא מאוד פשוטה, ה – Coded UI Test מתייחס לשדה כאל שדה Password ומסמן אותו בצורה הבאה: FieldParameterName. Password...
יצא 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...
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...