When I bring up SQL Server Management Studio and attempt to connect to the default database using windows authentication, I get a cannot connect error because of Invalid SSPI Packet Size. If I try again it works. This is causing me problems installing the application tier. Does anyone have a clue what I can do to fix this

SQL Server 2005 April CTP - Invalid SSPI Packet Size
Foris Zoltan
Is this problem reproducible Does it happen everytime after you bring up SSMS Do you install SQL Server management studio in the application tier, trying to understand why it impacts installing the application tier
SSMS uses ADO.net (sqlclient) so does the same problem reproduce with your sqlclient apps
Srik
Andreiciuc Dan
Sune D. Moeller
Is there any news about this issue I just runned into the same problem when i tried to install TFS.
Dirk Rombauts
Does anyone know when the next TFS CTP will be
Mark McLain
MosIdiot
What is still unclear though is why only the first connection attempt fails and subsequent connections succeed. To determine this we'll need to enable TDS tracing on the server to see what the SSPI token looks like on the wire.
Alvarohhhhhh
sgcuda
When installing the application tier I get an error 32000 setting up the warehouse. The error is this same Invalid SSPI Packet Size when I run the setupwarehouse step from the command line. I can post a stack trace of this if it would help.
Brandon
Daniel Pravat
Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisdwserver\bin\SetupWarehouse.exe" -n -s "chaos-sql" -d BisDWDB -c "C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisdwserver\bin\Consolidated.xml" -a "WINNTDOM\umproject" -ra "WINNTDOM\umproject" -v -l "C:\DOCUME~1\UMSHAR~1\LOCALS~1\Temp\setupwarehouse.log"' returned non-zero value: 3.
System.ArgumentException: Invalid SSPI packet size.
at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup)
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.VisualStudio.Bis.Warehouse.MetaData.WarehouseSchemaCreator.CreateWarehouseDatabase(String accessUser, String dataReaderAccount)
at Microsoft.VisualStudio.Bis.Tools.WarehouseSetup.SetupWarehouse()
Please let me know when you have a workaround or fix. My team would like to look into team system to see if it will work for us. Thanks.
Brandon
Vasil Trifonov
http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=43
jhoney
I opened a bug in the "MSDN Product Feedback Center" (aka Ladybug) with bugid FDBK30644 to reflect that the June CTP did not fix this.
If anyone else is still seeing this error message in the June CTP it might help to either validate or add a comment to that bug.
Z.Fan
Giovanni Mastichio
Thanks
S Eisenberg