IT Community - Software Programming, Web Development and Technical Support

TFS/Team Explorer 2008 Troubleshooting Guide

This is a discussion on TFS/Team Explorer 2008 Troubleshooting Guide within the Server Management forums, part of the Servers and Hosting category; TFS/Team Explorer 2008 Troubleshooting Guide If you had problems installing TFS or Team Explorer (TFC) 2008, or upgrading to ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Servers and Hosting > Server Management

Register FAQ Members List Calendar Mark Forums Read
  2 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 01-23-2008, 03:16 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default TFS/Team Explorer 2008 Troubleshooting Guide

TFS/Team Explorer 2008 Troubleshooting Guide

If you had problems installing TFS or Team Explorer (TFC) 2008, or upgrading to TFS 2008 from TFS 2005, you come to the right place for help.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-25-2008, 01:59 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

1.Problem: You receive an error message "TF220059: An error occurred querying the current settings from your existing Team Foundation Server database"

Solution: There are several common causes for this error:
The DT has the firewall enabled and no exceptions are set for SQL server.
You specified the data tier server name but not the instance name, and you're using a non-default SQL instance. Specify this as server\instance, e.g. "MyDBServer\TfsInstance".

SQL Reporting Services or SQL Analysis Services is not installed or not running. These components may be on the AT, DT, or separate machines (RS is typically on the AT, and AS typically on the DT). Ensure these services are installed, running, and set to automatic.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-28-2008, 05:06 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

2.Problem: Error in the logs during repair:

ERROR: Unhandled exception causing exit: No mapping between account names and security IDs was done.

Solution:

Re-create the app pool, set the identity to the same user, re-run repair.

3.Problem: At the end of the installation/repair/uninstall, the wizard does not display any buttons (e.g. Finish)

Solution:

Move the mouse over the bottom section of the wizard (where you'd expect to find the button) and the button should draw in.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-30-2008, 03:06 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide


4.Problem:
When upgrading from TFS 2008 Workgroup Edition to TFS Standard Edition via Add/Remove Programs, you will find that the product key field is greyed out and thus you are blocked from upgrading - this is not "by design".


Solution:
Run setup from the media (rather than Add/Remove Programs) and the ID field will not be read-only. Alternatively, you can uninstall Workgroup Edition and then install Standard Edition.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-31-2008, 08:06 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

Longhorn Server (Windows Server 2008)

1 .Problem: Error 32000.The Commandline '"D:\Users\VSEQA1\AppData\Local\Temp\\ConfigIIS.ex e" -action:createvdir -nameervices "-site:Team Foundation Server" "-pool:Microsoft Team Foundation Server Application Pool" "-path:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Web Services\Services\"' returned non-zero value: 100
Solution (Note: This will probably be fixed in the RTM version of LHS.):

1.Launch elevated command prompt

2.Run notepad %windir%\System32\inetsrv\config\applicationHost.c onfig

3.Remove the following section:
<location path="Team Foundation Server/Services">
</location>
<location path="Team Foundation Server/Warehouse">
</location>
<location path="Team Foundation Server/Build">
</location>
<location path="Team Foundation Server/WorkItemTracking">
</location>
<location path="Team Foundation Server/VersionControl">
</location>

4.Save the file

5.Execute iisreset

6.Click retry on the TFS error message
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-07-2008, 10:37 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

Problem:

Unable to install SQL 2005 RS on a LHS (Windows Server 2008) machine; SQL installer reports that IIS is not installed even though it is. May also surface as TF22059 issue above if you finished the SQL 2005 install and didn't realize RS was not installed.


Solution:

SQL 2005's installer is not IIS7-aware. If the optional IIS7 components that RS requires are not installed, SQL setup will report IIS is not installed, and if you complete the SQL installation, RS will not be included. The required features of IIS7 include (but may not be limited to): HTTP Redirection, Windows Authentication, and all of the IIS6 Management Compatibility features.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-15-2008, 09:06 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

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.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 07:37 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

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.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-22-2008, 01:58 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

Can someone from Microsoft look at my log files?


Sure! If you are hitting problems, first, please search the forums for similar errors/failures (you may want to use a general search engine scoped to forums.microsoft.com in addition to the forum's built-in search feature - e.g. "Search Terms site:forums.microsoft.com" on both Live and Google search).


If you find a matching thread, see if any information in that thread unblocks you. If you don't find a matching thread, follow these steps:
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-22-2008, 02:00 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

Can someone from Microsoft look at my log files?

1)Start a thread describing the problem you are seeing. This is the only way to get a response. Include in the thread as much relevant information as possible. Include the text of any error messages you are seeing.

2)Send an email to tfsb2sup@microsoft.com. with the following required information:

1)Attached log files (as described above)

2)A link to the new forum thread you created in step 1.

3)Your forum username

4)A subject line such as "log files for thread XYZ" to help us respond more quickly.


3)Your email address and any personally-identifiable information in the logs are protected by the Microsoft Data Collection Policy (Microsoft Online Privacy Notice Highlights). If you feel this is inadequate, be sure to scrub any machine names, user names, etc. from the log files before you send them.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 02-22-2008, 02:00 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

Can someone from Microsoft look at my log files?

Bear in mind that this is part of the forum's "best effort" level of support. If you have an emergency or need turnaround in a predictable timeframe, please engage official Microsoft Product Support Services (Microsoft Visual Studio 2005 Team Edition).



In addition to helping you get unblocked, your experience and feedback will help us improve the setup experience for TFS in this and future releases.
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 09-01-2008, 06:38 AM
!_kerher_! !_kerher_! is offline
D-Web Trainee
 
Join Date: Sep 2008
Location: USA
Posts: 3
!_kerher_! is on a distinguished road
Send a message via ICQ to !_kerher_! Send a message via Skype™ to !_kerher_!
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

It's really very intresting,thanks for it.
__________________
Link Building Packages
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 11-22-2008, 07:56 PM
Cathrine Cathrine is offline
D-Web Trainee
 
Join Date: Nov 2008
Posts: 4
Cathrine is on a distinguished road
Default Re: TFS/Team Explorer 2008 Troubleshooting Guide

I too had some troubles when I use TFS but I got solution from one of my friend here. Arjkhanna you rock well,

Cheers Buddy,
Cathrine
Houston Storage
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/server-management/5060-tfs-team-explorer-2008-troubleshooting-guide.html
Posted By For Type Date
Server Management [Archive] - DiscussWeb IT Community - Technical Support and Technology Discussions This thread Refback 03-11-2008 05:46 AM
DiscussWeb IT Community - Technical Support and Technology Discussions This thread Refback 02-22-2008 02:40 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Office Accounting 2008 senthilkannan Microsoft 0 11-15-2007 02:31 AM
Team Explorer install on system without MS office installed arjkhanna Server Management 2 10-22-2007 08:19 AM
TFS/Team Explorer 2008 Beta 2 Troubleshooting Guide arjkhanna Server Management 0 10-16-2007 10:20 AM
Article: SEO Marketing Guide vadivelanvaidyanathan Search Engine Optimization 0 05-11-2007 02:55 AM
Idiot guide to css (i need one) willza HTML, CSS and Javascript Coding Techniques 2 03-28-2007 10:04 AM


All times are GMT -7. The time now is 02:27 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0