You are trying to use the work item tracking feature of Microsoft Team Foundation Server (TFS) 2005, but there is a Red-X on the Work Items node in Team Explorer. In addition, you may see crash reports from Team Foundation Error Reporting and an error similar to the following in the application event log on the TFS application tier machine:
<ERROR>
Exception: SqlException
Message: String or binary data would be truncated.
The statement has been terminated.
SQL Exception Class: 16
SQL Exception Number: 8152
SQL Exception Server: <SQL SERVER NAME>
SQL Exception Source: .Net SqlClient Data Provider
SQL Exception State: 13
SQL Exception Procedure: trgLogDDLEvent
SQL Exception Line Number: 27
SQL Error: System.Data.SqlClient.SqlError: The statement has been terminated.
Class: 0
Number: 3621
Server: <SQL SERVER NAME>
Source: .Net SqlClient Data Provider
State: 0
Procedure:
Line Number: 1
Exception Data Dictionary follows
HelpLink.ProdName = Microsoft SQL Server
HelpLink.ProdVer = 09.00.3054
HelpLink.EvtSrc=MSSQLServer
HelpLink.EvtID = 8152
HelpLink.BaseHelpUrl = http://go.microsoft.com/fwlink
HelpLink.LinkId = 20476
Stack Trace:
at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.HandleDalError(Exception e)
at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.ExecuteBatchPayloadImpl(IRequestContext context, String sqlBatch, List`1 parameterList, Boolean& errorOnBulkUpdate, String connectionString)
at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlBatchBuilder.ExecuteBatchInternal(IRequestContext context, Boolean passInConnectionInfo, String server, String database)
at Microsoft.TeamFoundation.WorkItemTracking.Server.DataAccessLayerImpl.GetMetadata(IRequestContext context, String serverName, String databaseName, String userSid, MetadataTable[] tablesRequested, Int64[] rowVersions, Payload metadataPayload, Int32& locale, Int32& comparisonStyle, String& callerIdentity, String& dbStamp, Int32& mode)
at Microsoft.TeamFoundation.WorkItemTracking.Server.ClientService.GetMetadataImpl(MetadataTableHaveEntry[] metadataHave, Boolean useMaster, Payload& metadata, String& dbStamp, Int32& locale, Int32& comparisonStyle, String& callerIdentity, String& callerIdentitySid, Int32& mode)
</ERROR>