Q: During Team Foundation Server Setup I get the following error: 26403. What's wrong?

A:  See the following Community Solutions Content:

 

COMMUNITY SOLUTIONS CONTENT DISCLAIMER

 

MICROSOFT CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, OR ACCURACY OF THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN. ALL SUCH INFORMATION AND RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, WORKMANLIKE EFFORT, TITLE AND NON-INFRINGEMENT. YOU SPECIFICALLY AGREE THAT IN NO EVENT SHALL MICROSOFT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OF OR INABILITY TO USE THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF MICROSOFT OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES.

Author: Prashant Lad, Madhusudhanan Padmanabhan MVP

Symptoms

While installing Visual Studio 2005 Team Foundation Server you get an error that says, “The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26403.”

Cause

The error comes up while adding the TFSIdentity user to IIS_WPG group on the application as the machine is unable to contact the domain controller to get the user.

Resolution

To resolve the issue, you need to add an entry in the hosts file pointing the IP address of the domain controller against the domain address.

To add an entry in the hosts file

  1. In the Run dialog, type “notepad c:\windows\system32\drivers\etc\hosts”, this will open the hosts file in notepad.
  2. At the end of the file add an entry like “192.168.0.1 domainname”
  3. Save & close the file.
  4. Restart the machine

Note

Before you run the installer again, make sure to do the following:

  1. Delete all the files in %TEMP% folder on the application server.
  2. Delete the databases created by the installer on the database server. The rollback process doesn’t delete the created databases.
  3. Make sure that TFSIdentity user is created on the domain controller and not on the application server.

Applicability: Visual Studio 2005 Beta 1 Refresh with Visual Studio 2005 Team System