Error 32000 when installing TFS in dual-tier environment
I'm installing TFS Beta 2 in a dual-server environment. We have three clean 2003 Standard servers. One is the active directory controller, one is the TFS app tier, and the third is the TFS sql server 2005 data tier.
The data tier installed successfully. I get the following error on the app tier install at step 4 of 4 after the system rebooted:
Error 32000. The Commandline "C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\bisregedit.exe" "http://app01:8080/scc/public/application/ServiceDefinition.aspx" DATA01 BisDB' returned non-zero value: 1
When I run the command line directly on the app tier from a command window, I get this:
C:\Documents and Settings\tfssetup>"C:\Program Files\Microsoft Visual Studio 200
5 Enterprise Server\BISIISDIR\sdk\bin\bisregedit.exe" "http://app01:8080/scc/pub
lic/application/ServiceDefinition.aspx" DATA01 BisDB
Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Cannot get regist
ered tools for: scc > System.Data.SqlClient.SqlException: Cannot generate SSP
I context.
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception
, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObj
ect stateObj)
at System.Data.SqlClient.TdsParser.SSPIError(String error, String procedure)
at System.Data.SqlClient.TdsParser.SNISSPIData(Byte[] receivedBuff, UInt32 re
ceivedLength, Byte[] sendBuff, UInt32& sendLength)
at System.Data.SqlClient.TdsParser.TdsLogin(SqlLogin rec)
at System.Data.SqlClient.SqlInternalConnectionTds.Login(Int64 timerExpire, St
ring newPassword)
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnecti
on owningObject, SqlConnectionString connectionOptions, String newPassword, Bool
ean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(SqlConnectionString c
onnectionOptions, Object providerInfo, String newPassword, SqlConnection owningO
bject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOp
tions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection
owningConnection)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConn
ection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owning
Object)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection o
wningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection ownin
gObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection ow
ningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection ou
terConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.VisualStudio.Bis.Tools.BisRegistrationUpdate.GetRegisteredTools(
String toolId, String connectionString)
End of inner exception stack trace
at Microsoft.VisualStudio.Bis.Tools.BisRegistrationUpdate.GetRegisteredTools(
String toolId, String connectionString)
at Microsoft.VisualStudio.Bis.Tools.BisRegistrationUpdate.Main(String[] args)
I get the same error when I hit the URL directly: http://app01:8080/scc/public/application/ServiceDefinition.aspx
I can't find anything in the forums related to TFS SSPI errors. Please help. Thanks.

