TF53002, TF30040, TF30059, TF30063 Team Foundation Server Errors

Today I received the following error while getting ready to do some new development for my URL Rewriter. TF53002: Unable to obtain registration data for application VersionControl. TF30040: The database is not correctly configured. Contact your Team Foundation Server administrator. TF30059: Fatal error while initializing web service TF30063: You are not authorized to access myserver.443. (type TeamFoundationServerUnauthorizedException) This is very weird because I was just working on it earlier this week, without any issues. So I go in to check the recent update history of Windows Update and to my surprise I see 13 new updates, mostly security related. And since TF30063 is a security related exception, I think I found the culprit. Here are the KB articles of the updates that were done for reference: ...

August 16, 2009 · 3 min · 461 words · Nick Berardi

TF30042: The database is full. Contact your Team Foundation Server administrator.

Today I received the following error while trying to check in some code after a marathon night of coding: TF30042: The database is full. Contact your Team Foundation Server administrator. I got one of those “oh crap” sinking feelings, that some how my TFS server had decided to just die. After doing a little research on this error, which there is very little (read close to none) information about on the internet. So I gave up searching and decided to do a little trial and error adhock testing, and I found out that this error has nothing to do with the database but everything to do with the size of the database’s log file. I came up with the following solution, that you will want to run in Microsoft SQL Server Management Studio: ...

February 17, 2009 · 2 min · 408 words · Nick Berardi

Visual Studio 2008 SP1 Released

Visual Studio 2008 SP1 Improved WPF designers SQL Server 2008 support ADO.NET Entity Designer Visual Basic and Visual C++ components and tools (including an MFC-based Office 2007 style ‘Ribbon’) Visual Studio Team System Team Foundation Server (TFS) addresses customer feedback on version control usability and performance, email integration with work item tracking and full support for hosting on SQL Server 2008 Richer JavaScript support, enhanced AJAX and data tools, and Web site deployment improvements The .NET Framework 3.5 SP1 Performance increases between 20-45% for WPF-based applications – without having to change any code WCF improvements that give developers more control over the way they access data and services Streamlined installation experience for client applications Improvements in the area of data platform, such as the ADO.NET Entity Framework, ADO.NET Data Services and support for SQL Server 2008’s new features Team Foundation Server 2008 SP1 A number of improvements have been made to Visual Studio Team System 2008 Team Foundation including: ...

August 12, 2008 · 3 min · 534 words · Nick Berardi