Many of us "TFS" guys came with a error code that goes like this:
Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Tools\TfsDb.exe" upgrade /server:"And now after weeks of searching, researching and what not i finally came to a solution to this problem." /property:"TFS_SERVICE_ACCOUNT=QUALISYSTEMS\tfsservice;TFS_REPORTING_ACCOUNT=QUALISYSTEMS\TFSREPORTS;LCID=1033;VSTF_AS_INSTANCE= ;VSTF_AS_DATABASE=TFSWarehouse" /showui:524548' returned non-zero value: 100
For the matter of fact i believe there are many ways to resolve this problem cause, well there are many thing can cause this error code to pop up,
The way to find out what happens is by exploring to your %temp% folder and looking for files called:
- dd_install_vstf*.txt
- vsmsi*.txt
In my case I've founded that while migrating the Databases from one server to another the new SQL server "lost" the permission that granted some users
I saw that by looking at the logs and finding the updating and connection to DB failed errors.
In my case i granted extended permission (you can find them under the login section for the user on your SQL Management Studio) and it worked like a charm.
also i came to the point that i needed to change my dbo user (that was assigned to tfsservice) to other user (lets say tfssetup).
i did it by running the stored procedure:
EXEC sp_changedbowner tfssetupand assigning a new role to tfsservice (adding permissions such as dbo, dbdata-reader\writer)
ועכשיו בעברית
TFS2008 אם חשקה נפשכם בהתקנת
סיכוי לא קטן כי נתקלתם בתקלה שצויינה מעלה
ומה לא SQL עברתי על אין ספור בלוגים, מקורות תוכן, הרצת פרופיילר
לכל אחד סימפטום אחר ואף תשובה לא באמת קולעת
בסופו של דבר עלתה במוחי הדרך הפתרון והחלטתי לשתף אתכם בה
כמו כל אפליקציה שמכבדת את עצמה נרשמים לוגים של מהלך ההתקנהTFS בעת התקנת/שדרוג
(%temp% ניתן לגשת אליה פשוט דרך שורת הריצה בעזרת) Tempהלוגים נשמרים בתיקייה ה
ושמותיהם הם:
- dd_install_vstf*.txt
- vsmsi*.txt
מעבר על הקובץ השני הראה (במקרה שלי לפחות) כי יש בעיה עם כתיבה וגישה אל מול מסדי הנתונים tfswarehouse
SQL2005 בוצעה על שרת Data-tier מכיוון שבמקרה שלי התקנת ה
בעל מדיניות הקשחה מגבילה יותר הייתי צריך לגשת לאפשרויות האבטחה המורחבות (אשר נמצאות תחת זהות המשתמש בשרת) ומתן הרשאות החל מאפשרות התחברות ועד אפשרות מחיקה ועדכון רשומות.
DBO משהו שיכול קצת לבלבל אתכם הוא עצם העובדה כי למשתמשים יש הרשאת
אך למעשה בדיקה קטנה תוכל לגלות לכם שסה"כ מדובר על קבוצת מדיניות אשר לא מכילה שום הרשאה.
בכל אופן חקר של הלוגים המדוברים יכול לגלות לכם את הבעיה האמיתית מאחורי תקלת 32000 בהתקנה
No comments:
Post a Comment