Hi Pablo, Are you able to send me the installation log files (privately) and I'll have a look at them for clues.
(from: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2094165&SiteID=1) Where are the log files? 1. Look in both %temp% and %temp%\.. (the parent dir of %temp%). It's a long story why that's the case, but it's still that way in Orcas (TFS 2008) as well. 2. Sort based on Date Modified descending so the files written to most recently are at the top 3. dd_install_vstf*.txt and vsmsi*.txt are the ones that will be most helpful in the 95% case, with dd_depcheck*.txt useful on those other occasions where we're having version number issues (this tends to affect us more internally than it does external customers) 4. TFS is dd_install_vstf_at*.txt; Team Explorer (TFC) is dd_install_vstf_tfc*.txt. 5. Note: If you have trouble applying TFS 2008 SP1, there are additional details in the SP1 log, which can be found in the same folders as above, but the filename will be something like "Microsoft Visual Studio 2008 Service Pack 1 2008...MSI0.txt" What am I looking for in the log files? The log files can be cryptic and misleading at times. Here are some tips on how to find the most relevant parts: 1. The dd_*.txt files are cumulative - so you probably want to start at or near the end if you've run setup more than once. 2. In dd_*.txt, searching for "ERRORLOG EVENT" is a good place to start - however, note that you'll usually see several of these, and they aren't all serious problems. 3. VSMSI*.txt - there is one of these for each time setup reaches the progress bar page (roughly). Look for the newest VSMSI*.txt file to find the log for the most recent attempt. 4. Within that VSMSI file, generally start at the end (especially if you haven't canceled setup yet - otherwise, you'll still have to scroll up a bit). 5. Remember that if you fail and/or cancel before you reach the progress bar page, you won't get a VSMSI*.txt file. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pablo Giménez Jiménez Sent: Wednesday, August 20, 2008 8:20 AM To: [email protected] Subject: [OzTFS] Unknown error : TF213000 (System.Reflection.ReflectionTypeLoadException) while upgrading TFS2005 Hi there I was trying to upgrade our TFS2005 instance. I performed all the checking and I passed the Best practices analyzer with success. But in the 50% of the install progress, I ended up with an unknown error 28002 Searching on web and msdn forums, I am not being able to find a solution or workaround. Everyone who has had this kind of error has issues with the active directory. I appreciate any help. Thank you very much Tipo de suceso: Error Origen del suceso: TFS Services Categoría del suceso: Ninguno Id. suceso: 3000 Fecha: 20/08/2008 Hora: 15:51:47 Usuario: No disponible Equipo: ALADREN Descripción: TF53010: The following error has occurred in a Team Foundation component or extension: Date (UTC): 20/08/2008 13:51:47 Machine: ALADREN Application Domain: TfsGssInit.exe Assembly: TfsGssInit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: TfsGssInit Process Id: 4308 Thread Id: 1132 Account name: INTEGRAGESTION\TFSSERVICE Detailed Message: TF213000: A required user account could not be added during installation or repair of Team Foundation Server. The installation or repair failed with the following exception message: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de 'Microsoft.TeamFoundation.Server.IntegrationResourceComponent'. ---> System.Reflection.ReflectionTypeLoadException: No se pueden cargar uno o varios tipos requeridos. Recupere la propiedad LoaderExceptions para obtener más información. en System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark) en System.Reflection.Assembly.GetTypes() en Microsoft.TeamFoundation.Server.SqlResourceComponent.RegisterExceptions(Assembly assembly) en Microsoft.TeamFoundation.Server.IntegrationResourceComponent.RegisterExceptions() en Microsoft.TeamFoundation.Server.IntegrationResourceComponent..cctor() --- Fin del seguimiento de la pila de la excepción interna --- en Microsoft.TeamFoundation.Server.GroupComponent..ctor(String connectionString) en Microsoft.TeamFoundation.Server.TeamFoundationGssInit.Install(Options opts, List`1 args) en Microsoft.TeamFoundation.Server.TeamFoundationGssInit.Main(String[] rawArgs) > Inner Exception: System.Reflection.ReflectionTypeLoadException: No se pueden cargar uno o varios tipos requeridos. Recupere la propiedad LoaderExceptions para obtener más información. en System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark) en System.Reflection.Assembly.GetTypes() en Microsoft.TeamFoundation.Server.SqlResourceComponent.RegisterExceptions(Assembly assembly) en Microsoft.TeamFoundation.Server.IntegrationResourceComponent.RegisterExceptions() en Microsoft.TeamFoundation.Server.IntegrationResourceComponent..cctor() . Exception Message: Se produjo una excepción en el inicializador de tipo de 'Microsoft.TeamFoundation.Server.IntegrationResourceComponent'. (type TypeInitializationException) Exception Stack Trace: en Microsoft.TeamFoundation.Server.GroupComponent..ctor(String connectionString) en Microsoft.TeamFoundation.Server.TeamFoundationGssInit.Install(Options opts, List`1 args) en Microsoft.TeamFoundation.Server.TeamFoundationGssInit.Main(String[] rawArgs) Inner Exception Details: Exception Message: No se pueden cargar uno o varios tipos requeridos. Recupere la propiedad LoaderExceptions para obtener más información. (type ReflectionTypeLoadException) Exception Stack Trace: en System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark) en System.Reflection.Assembly.GetTypes() en Microsoft.TeamFoundation.Server.SqlResourceComponent.RegisterExceptions(Assembly assembly) en Microsoft.TeamFoundation.Server.IntegrationResourceComponent.RegisterExceptions() en Microsoft.TeamFoundation.Server.IntegrationResourceComponent..cctor() Para obtener más información, vea el Centro de ayuda y soporte técnico en http://go.microsoft.com/fwlink/events.asp. OzTFS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. View the web archives at http://www.mail-archive.com/[email protected]/ Powered by mailenable.com, supported by www.readify.net OzTFS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. View the web archives at http://www.mail-archive.com/[email protected]/ Powered by mailenable.com, supported by www.readify.net
