Bonjour,

J'ai une erreur lors de l'installation de Team Foundation Server 2008.
J'ai Sql Server 2005, j'ai installé Reporting Services, tout est a jour.
Au moment de l'installation, Team Foundation Server demande le nom du serveur ou l'instance pour la base de donnée. J'ai beau rentré le nom du serveur seul, puis le nom du serveur avec l'instance mais j'ai l'erreur TF220066...

Voici le fichier log des erreurs :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[12/09/09,09:21:53] TFSUI: [2] tfsdb.exe: [09:21:53.721] SQL Error #1
[12/09/09,09:21:53] TFSUI: [2] tfsdb.exe: SQL Message: Une erreur liée au réseau ou spécifique à l'instance s'est produite lors de l'établissement d'une connexion à SQL Server. Le serveur est introuvable ou n'est pas accessible. Vérifiez que le nom de l'instance est correct et que SQL Server est configuré pour autoriser les connexions distantes. (provider: Interfaces réseau SQL, error: 25 - Chaîne de connexion non valide)
[12/09/09,09:21:53] TFSUI: [2] tfsdb.exe: SQL LineNumber: 0
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe: SQL Source: .Net SqlClient Data Provider
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe: SQL Procedure: 
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe: System.Data.SqlClient.SqlException: Une erreur liée au réseau ou spécifique à l'instance s'est produite lors de l'établissement d'une connexion à SQL Server. Le serveur est introuvable ou n'est pas accessible. Vérifiez que le nom de l'instance est correct et que SQL Server est configuré pour autoriser les connexions distantes. (provider: Interfaces réseau SQL, error: 25 - Chaîne de connexion non valide)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
[12/09/09,09:21:54] TFSUI: [2] tfsdb.exe:    à System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe:    à System.Data.SqlClient.SqlConnection.Open()
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe:    à Microsoft.TeamFoundation.DatabaseInstaller.DataDeployer.ExecuteSqlScalar(String connectionString, String batch)
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe:    à Microsoft.TeamFoundation.DatabaseInstaller.DataDeployer.DatabaseExists()
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe:    à Microsoft.TeamFoundation.DatabaseInstaller.Installer.RunDbLcidCheck(String server, String database, String action)
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe:    à Microsoft.TeamFoundation.DatabaseInstaller.Installer.Check(String server, IPropertyCollection properties)
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe: Exception Data:
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe: Key: HelpLink.ProdName, Value: Microsoft SQL Server
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe: Key: HelpLink.EvtSrc, Value: MSSQLServer
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe: Key: HelpLink.EvtID, Value: 87
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe: Key: HelpLink.BaseHelpUrl, Value: http://go.microsoft.com/fwlink
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe: Key: HelpLink.LinkId, Value: 20476
[12/09/09,09:21:55] TFSUI: [2] tfsdb.exe: A connection failure occurred while attempting to check the data store.
[12/09/09,09:22:13] TFSUI: [2] getcurrenttfsproperties.exe: *** ERROR: Failed to connect to TfsIntegration database: SQL Error #1
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe: SQL Message: Une erreur li‚e au r‚seau ou sp‚cifique … l'instance s'est produite lors de l'‚tablissement d'une connexion … SQL Server. Le serveur est introuvable ou n'est pas accessible. V‚rifiez que le nom de l'instance est correct et que SQL Server est configur‚ pour autoriser les connexions distantes. (provider: Interfaces r‚seau SQL, error: 25 - ChaŒne de connexion non valide)
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe: SQL LineNumber: 0
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe: SQL Source: .Net SqlClient Data Provider
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe: SQL Procedure: 
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe: System.Data.SqlClient.SqlException: Une erreur li‚e au r‚seau ou sp‚cifique … l'instance s'est produite lors de l'‚tablissement d'une connexion … SQL Server. Le serveur est introuvable ou n'est pas accessible. V‚rifiez que le nom de l'instance est correct et que SQL Server est configur‚ pour autoriser les connexions distantes. (provider: Interfaces r‚seau SQL, error: 25 - ChaŒne de connexion non valide)
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
[12/09/09,09:22:14] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … System.Data.SqlClient.SqlConnection.Open()
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe:    … Microsoft.TeamFoundation.Admin.GetCurrentTfsProperties.GetCurrentTfsProperties.ExecuteScalar(String query, Boolean allowSqlExceptionToBeThrown)
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe: Exception Data:
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe: Key: HelpLink.ProdName, Value: Microsoft SQL Server
[12/09/09,09:22:15] TFSUI: [2] getcurrenttfsproperties.exe: Key: HelpLink.EvtSrc, Value: MSSQLServer
[12/09/09,09:22:16] TFSUI: [2] getcurrenttfsproperties.exe: Key: HelpLink.EvtID, Value: 87
[12/09/09,09:22:16] TFSUI: [2] getcurrenttfsproperties.exe: Key: HelpLink.BaseHelpUrl, Value: http://go.microsoft.com/fwlink
[12/09/09,09:22:16] TFSUI: [2] getcurrenttfsproperties.exe: Key: HelpLink.LinkId, Value: 20476
Merci de votre aide car je ne comprend pas d'ou vient le probleme