Cannot insert the value NULL into column 'ChangerId'<p align=left>Lately i have been having the following error and warning messages in the event log of my TFS Server:</p> <p align=left> </p> <p align=left> <div class=codeseg> <div class=codecontent> <div class=codesniptitle><span style="width:100%">Code Snippet</span></div> <p align=left>Event Type: Error<br>Event Source: TFS WorkItem Tracking<br>Event Category: None<br>Event ID: 3017<br>Date:  1-8-2008<br>Time:  10:54:13<br>User:  N/A<br>Computer: MARIANNETIMMER<br>Description:<br>TF53010: The following error has occurred in a Team Foundation component or extension:<br>Date (UTC): 8/1/2008 8:54:13 AM<br>Machine: MARIANNETIMMER<br>Application Domain: /LM/W3SVC/3/Root/WorkItemTracking-5-128620266027369380<br>Assembly: Microsoft.TeamFoundation.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727<br>Process Details:<br>  Process Name: w3wp<br>  Process Id: 23516<br>  Thread Id: 22636<br>  Account name: NT AUTHORITY\NETWORK SERVICE</p> <p align=left>Detailed Message: TF53013: A crash report is being prepared for Microsoft. The following information is included in that report:<br>System Values<br>OS Version Information=Microsoft Windows NT 5.2.3790 Service Pack 2<br>CLR Version Information=2.0.50727.1433<br>Machine Name=MARIANNETIMMER Processor Count=1<br>Working Set=142647296<br>System Directory=C:\WINDOWS\system32<br>Process Values<br>ExitCode=0<br>Interactive=False<br>Has Shutdown Started=False<br>Process Environment Variables<br>Path = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\WINDOWS\system32\WindowsPowerShell\v1.0<br>TEMP = C:\WINDOWS\TEMP<br>PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1<br>PROCESSOR_ARCHITECTURE = x86<br>SystemDrive = C:<br>windir = C:\WINDOWS<br>DSETPATH = C:\Program Files\Dell\DSET<br>TMP = C:\WINDOWS\TEMP<br>USERPROFILE = C:\Documents and Settings\Default User<br>ProgramFiles = C:\Program Files<br>FP_NO_HOST_CHECK = NO<br>COMPUTERNAME = MARIANNETIMMER<br>APP_POOL_ID = Microsoft Team Foundation Server Application Pool<br>NUMBER_OF_PROCESSORS = 1<br>PROCESSOR_IDENTIFIER = x86 Family 6 Model 23 Stepping 6, GenuineIntel<br>DXROOT = C:\Program Files\Sandcastle\<br>ClusterLog = C:\WINDOWS\Cluster\cluster.log<br>SystemRoot = C:\WINDOWS<br>ComSpec = C:\WINDOWS\system32\cmd.exe<br>CommonProgramFiles = C:\Program Files\Common Files<br>PROCESSOR_LEVEL = 6<br>PROCESSOR_REVISION = 1706<br>VS80COMNTOOLS = C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\<br>ALLUSERSPROFILE = C:\Documents and Settings\All Users<br>VS90COMNTOOLS = C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\<br>OS = Windows_NT</p> <p align=left>Request Details<br>Url=http://mariannetimmer:8080/WorkItemTracking/v1.0/Integration.asmx [method = POST]<br>User Agent=Team Foundation (w3wp.exe[Integration], 9.0.21022.8)<br>Headers=Content-Length=1724&amp;Content-Type=text%2fxml%3b+charset%3dutf-8&amp;Accept-Encoding=gzip&amp;Accept-Language=en-US&amp;Expect=100-continue&amp;Host=mariannetimmer%3a8080&amp;User-Agent=Team+Foundation+(w3wp.exe%5bIntegration%5d%2c+9.0.21022.8)&amp;X-TFS-Version=1.0.0.0&amp;X-TFS-Session=00000000-0000-0000-0000-000000000000&amp;SOAPAction=%22http%3a%2f%2fschemas.microsoft.com%2fTeamFoundation%2f2005%2f06%2fServices%2fNotification%2f03%2fNotify%22<br>Path=/WorkItemTracking/v1.0/Integration.asmx<br>Local Request=True<br>User Host Address=10.100.101.5<br>User=NT AUTHORITY\NETWORK SERVICE [auth = NTLM]</p> <p align=left>Application Provided Information<br>Team Foundation Application Information<br>Event Log Source = TFS WorkItem Tracking<br>Configured Team Foundation Server = <a title="http://mariannetimmer:8080/" href="http://mariannetimmer:8080/">http://MARIANNETIMMER:8080</a><br>License Type = EnterpriseLicense<br>Server Culture = en-US<br>Activity Logging Name = WorkItem Tracking<br>Component Name = WI<br>Database Schema Version = 9.20904.00<br>Initialized = Yes<br>Requests Processed = 139</p> <p align=left><br>Exception: SqlException<br>Message: Cannot insert the value NULL into column 'ChangerID', table 'TfsWorkItemTracking.dbo.Constants'; column does not allow nulls. INSERT fails.<br>SQL Exception Class: 16<br>SQL Exception Number: 515<br>SQL Exception Server: MARIANNETIMMER<br>SQL Exception Source: .Net SqlClient Data Provider<br>SQL Exception State: 2<br>SQL Exception Procedure: AddConstant<br>SQL Exception Line Number: 130<br>Exception Data Dictionary follows<br>HelpLink.ProdName = Microsoft SQL Server<br>HelpLink.ProdVer = 09.00.3068<br>HelpLink.EvtSrc = MSSQLServer<br>HelpLink.EvtID = 515<br>HelpLink.BaseHelpUrl = <a title="http://go.microsoft.com/fwlink" href="http://go.microsoft.com/fwlink">http://go.microsoft.com/fwlink</a><br>HelpLink.LinkId = 20476<br>Stack Trace:<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.HandleDalError(Exception e)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.ExecuteBatchPayloadImpl(IRequestContext context, String sqlBatch, List`1 parameterList, Boolean&amp; errorOnBulkUpdate, String connectionString)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.AdoDbBase.ExecuteBatchQuery(IRequestContext context, String sqlBatch, List`1 parameterList)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlBatchBuilder.ExecuteBatchInternal(IRequestContext context, Boolean passInConnectionInfo, String server, String database)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.DataAccessLayerImpl.AddNewBuild(String serverName, String databaseName, String userSid, String buildName, String project, String uri)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.IntegrationService.Notify(String eventXml, String tfsIdentityXml)</p> <p align=left>Application Domain Information<br>Assembly Name=mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll<br>InternalName:     mscorlib.dll<br>OriginalFilename: mscorlib.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  Microsoft Common Language Runtime Class Library<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll<br>InternalName:     System.Web.dll<br>OriginalFilename: System.Web.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  System.Web.dll<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll<br>InternalName:     System.dll<br>OriginalFilename: System.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  .NET Framework<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll<br>InternalName:     System.Xml.dll<br>OriginalFilename: System.Xml.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  .NET Framework<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll<br>InternalName:     System.Configuration.dll<br>OriginalFilename: System.Configuration.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  System.Configuration.dll<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll<br>InternalName:     system.data.dll<br>OriginalFilename: system.data.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  .NET Framework<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll<br>InternalName:     system.transactions.dll<br>OriginalFilename: system.transactions.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  .NET Framework<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll<br>InternalName:     System.EnterpriseServices.dll<br>OriginalFilename: System.EnterpriseServices.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  Microsoft .NET Services Support Infrastructure<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=Microsoft.JScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=8.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\Microsoft.JScript\8.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\Microsoft.JScript\8.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll<br>InternalName:     Microsoft.JScript.dll<br>OriginalFilename: Microsoft.JScript.dll<br>FileVersion:      8.0.50727.1433<br>FileDescription:  Microsoft.JScript.dll<br>Product:          Microsoft (R) Visual Studio (R) 2005<br>ProductVersion:   8.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         Language Neutral</p> <p align=left>Assembly Name=VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\VJSharpCodeProvider\2.0.0.0__b03f5f7f11d50a3a\VJSharpCodeProvider.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\VJSharpCodeProvider\2.0.0.0__b03f5f7f11d50a3a\VJSharpCodeProvider.dll<br>InternalName:     VJSharpCodeProvider.dll<br>OriginalFilename: VJSharpCodeProvider.dll<br>FileVersion:      2.0.50727.42 (RTM.050727-4200)<br>FileDescription:  Microsoft Visual J#® .NET Managed Code DOM Provider<br>Product:          Microsoft Visual J#® .NET<br>ProductVersion:   2.0.50727.42<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=CppCodeProvider, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=8.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\CppCodeProvider\8.0.0.0__b03f5f7f11d50a3a\CppCodeProvider.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\CppCodeProvider\8.0.0.0__b03f5f7f11d50a3a\CppCodeProvider.dll<br>InternalName:     CppCodeProvider.dll<br>OriginalFilename: CppCodeProvider.dll<br>FileVersion:      8.0.50727.813<br>FileDescription:  CppCodeProvider.dll<br>Product:          Microsoft (R) Visual Studio (R) 2005<br>ProductVersion:   8.0.50727.813<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         Language Neutral</p> <p align=left>Assembly Name=App_global.asax.8moyxg50, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=0.0.0.0<br>Assembly Location=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\workitemtracking\27cb2108\45dd2f02\App_global.asax.8moyxg50.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\workitemtracking\27cb2108\45dd2f02\App_global.asax.8moyxg50.dll<br>InternalName:     App_global.asax.8moyxg50.dll<br>OriginalFilename: App_global.asax.8moyxg50.dll<br>FileVersion:      0.0.0.0<br>FileDescription:   <br>Product:          <br>ProductVersion:   0.0.0.0<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         Language Neutral</p> <p align=left>Assembly Name=Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=9.0.0.0<br>Assembly Location=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\workitemtracking\27cb2108\45dd2f02\assembly\dl3\7f6fae24\5088aba2_d822c801\Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.DLL<br>Assembly File Version:<br>File:             C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\workitemtracking\27cb2108\45dd2f02\assembly\dl3\7f6fae24\5088aba2_d822c801\Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.DLL<br>InternalName:     Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.dll<br>OriginalFilename: Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.dll<br>FileVersion:      9.0.21022.8 built by: RTM<br>FileDescription:  Work Item Tracking Client Web Service<br>Product:          Microsoft® Visual Studio® 2008<br>ProductVersion:   9.0.21022.8<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=Microsoft.TeamFoundation.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=9.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\Microsoft.TeamFoundation.Common\9.0.0.0__b03f5f7f11d50a3a\Microsoft.TeamFoundation</p> <p align=left> </p></div></div> <p align=left> </p> <p></p> <p align=left></p> <p align=left><br></p> <p align=left> <div class=codeseg> <div class=codecontent> <div class=codesniptitle><span style="width:100%">Code Snippet</span></div> <p align=left>Event Type: Warning<br>Event Source: TFS WorkItem Tracking<br>Event Category: None<br>Event ID: 6004<br>Date:  1-8-2008<br>Time:  10:54:11<br>User:  N/A<br>Computer: MARIANNETIMMER<br>Description:<br>TF53010: The following error has occurred in a Team Foundation component or extension:<br>Date (UTC): 8/1/2008 8:54:11 AM<br>Machine: MARIANNETIMMER<br>Application Domain: /LM/W3SVC/3/Root/WorkItemTracking-5-128620266027369380<br>Assembly: Microsoft.TeamFoundation.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727<br>Process Details:<br>  Process Name: w3wp<br>  Process Id: 23516<br>  Thread Id: 22636<br>  Account name: NT AUTHORITY\NETWORK SERVICE</p> <p align=left>Detailed Message: TF53014: A crash report for this problem was recently created; a new crash report for this occurrence of the problem is not being created. This problem has occurred 19 times.<br>Web Request Details<br>    Url: <a title="http://mariannetimmer:8080/WorkItemTracking/v1.0/Integration.asmx" href="http://mariannetimmer:8080/WorkItemTracking/v1.0/Integration.asmx">http://mariannetimmer:8080/WorkItemTracking/v1.0/Integration.asmx</a> [method: POST]<br>    User Agent: Team Foundation (w3wp.exe[Integration], 9.0.21022.8)<br>    Headers: Content-Length=1721&amp;Content-Type=text%2fxml%3b+charset%3dutf-8&amp;Accept-Encoding=gzip&amp;Accept-Language=en-US&amp;Expect=100-continue&amp;Host=mariannetimmer%3a8080&amp;User-Agent=Team+Foundation+(w3wp.exe%5bIntegration%5d%2c+9.0.21022.8)&amp;X-TFS-Version=1.0.0.0&amp;X-TFS-Session=00000000-0000-0000-0000-000000000000&amp;SOAPAction=%22http%3a%2f%2fschemas.microsoft.com%2fTeamFoundation%2f2005%2f06%2fServices%2fNotification%2f03%2fNotify%22<br>    Path: /WorkItemTracking/v1.0/Integration.asmx<br>    Local Request: True<br>    Host Address: 10.100.101.5<br>    User: NT AUTHORITY\NETWORK SERVICE [authentication type: NTLM]</p> <p align=left>Exception Message: Cannot insert the value NULL into column 'ChangerID', table 'TfsWorkItemTracking.dbo.Constants'; column does not allow nulls. INSERT fails. (type SqlException)<br>SQL Exception Class: 16<br>SQL Exception Number: 515<br>SQL Exception Procedure: AddConstant<br>SQL Exception Line Number: 130<br>SQL Exception Server: MARIANNETIMMER<br>SQL Exception State: 2<br>SQL Error(s):</p> <p align=left>Exception Data Dictionary:<br>HelpLink.ProdName = Microsoft SQL Server<br>HelpLink.ProdVer = 09.00.3068<br>HelpLink.EvtSrc = MSSQLServer<br>HelpLink.EvtID = 515<br>HelpLink.BaseHelpUrl = <a title="http://go.microsoft.com/fwlink" href="http://go.microsoft.com/fwlink">http://go.microsoft.com/fwlink</a><br>HelpLink.LinkId = 20476</p> <p align=left><br>Exception Stack Trace:    at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.HandleDalError(Exception e)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.ExecuteBatchPayloadImpl(IRequestContext context, String sqlBatch, List`1 parameterList, Boolean&amp; errorOnBulkUpdate, String connectionString)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.AdoDbBase.ExecuteBatchQuery(IRequestContext context, String sqlBatch, List`1 parameterList)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlBatchBuilder.ExecuteBatchInternal(IRequestContext context, Boolean passInConnectionInfo, String server, String database)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.DataAccessLayerImpl.AddNewBuild(String serverName, String databaseName, String userSid, String buildName, String project, String uri)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.IntegrationService.Notify(String eventXml, String tfsIdentityXml)</p> <p align=left> </p></div></div> <p align=left> </p> <p></p> <p align=left>I can't find anything on the web about these error messages. Does anyone here have an idea why they are suddenly appearing and what to do about them? The only problem i can see so far with the actual workings of the server is that areas and iterations are not updated in the work item view.</p>© 2009 Microsoft Corporation. All rights reserved.Thu, 09 Oct 2008 21:47:42 Zfab412cc-4647-4cce-9cdd-79e88ace24a2http://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#fab412cc-4647-4cce-9cdd-79e88ace24a2http://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#fab412cc-4647-4cce-9cdd-79e88ace24a2Jeroen Voshttp://social.msdn.microsoft.com/Profile/en-US/?user=Jeroen%20VosCannot insert the value NULL into column 'ChangerId'<p align=left>Lately i have been having the following error and warning messages in the event log of my TFS Server:</p> <p align=left> </p> <p align=left> <div class=codeseg> <div class=codecontent> <div class=codesniptitle><span style="width:100%">Code Snippet</span></div> <p align=left>Event Type: Error<br>Event Source: TFS WorkItem Tracking<br>Event Category: None<br>Event ID: 3017<br>Date:  1-8-2008<br>Time:  10:54:13<br>User:  N/A<br>Computer: MARIANNETIMMER<br>Description:<br>TF53010: The following error has occurred in a Team Foundation component or extension:<br>Date (UTC): 8/1/2008 8:54:13 AM<br>Machine: MARIANNETIMMER<br>Application Domain: /LM/W3SVC/3/Root/WorkItemTracking-5-128620266027369380<br>Assembly: Microsoft.TeamFoundation.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727<br>Process Details:<br>  Process Name: w3wp<br>  Process Id: 23516<br>  Thread Id: 22636<br>  Account name: NT AUTHORITY\NETWORK SERVICE</p> <p align=left>Detailed Message: TF53013: A crash report is being prepared for Microsoft. The following information is included in that report:<br>System Values<br>OS Version Information=Microsoft Windows NT 5.2.3790 Service Pack 2<br>CLR Version Information=2.0.50727.1433<br>Machine Name=MARIANNETIMMER Processor Count=1<br>Working Set=142647296<br>System Directory=C:\WINDOWS\system32<br>Process Values<br>ExitCode=0<br>Interactive=False<br>Has Shutdown Started=False<br>Process Environment Variables<br>Path = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\WINDOWS\system32\WindowsPowerShell\v1.0<br>TEMP = C:\WINDOWS\TEMP<br>PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1<br>PROCESSOR_ARCHITECTURE = x86<br>SystemDrive = C:<br>windir = C:\WINDOWS<br>DSETPATH = C:\Program Files\Dell\DSET<br>TMP = C:\WINDOWS\TEMP<br>USERPROFILE = C:\Documents and Settings\Default User<br>ProgramFiles = C:\Program Files<br>FP_NO_HOST_CHECK = NO<br>COMPUTERNAME = MARIANNETIMMER<br>APP_POOL_ID = Microsoft Team Foundation Server Application Pool<br>NUMBER_OF_PROCESSORS = 1<br>PROCESSOR_IDENTIFIER = x86 Family 6 Model 23 Stepping 6, GenuineIntel<br>DXROOT = C:\Program Files\Sandcastle\<br>ClusterLog = C:\WINDOWS\Cluster\cluster.log<br>SystemRoot = C:\WINDOWS<br>ComSpec = C:\WINDOWS\system32\cmd.exe<br>CommonProgramFiles = C:\Program Files\Common Files<br>PROCESSOR_LEVEL = 6<br>PROCESSOR_REVISION = 1706<br>VS80COMNTOOLS = C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\<br>ALLUSERSPROFILE = C:\Documents and Settings\All Users<br>VS90COMNTOOLS = C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\<br>OS = Windows_NT</p> <p align=left>Request Details<br>Url=http://mariannetimmer:8080/WorkItemTracking/v1.0/Integration.asmx [method = POST]<br>User Agent=Team Foundation (w3wp.exe[Integration], 9.0.21022.8)<br>Headers=Content-Length=1724&amp;Content-Type=text%2fxml%3b+charset%3dutf-8&amp;Accept-Encoding=gzip&amp;Accept-Language=en-US&amp;Expect=100-continue&amp;Host=mariannetimmer%3a8080&amp;User-Agent=Team+Foundation+(w3wp.exe%5bIntegration%5d%2c+9.0.21022.8)&amp;X-TFS-Version=1.0.0.0&amp;X-TFS-Session=00000000-0000-0000-0000-000000000000&amp;SOAPAction=%22http%3a%2f%2fschemas.microsoft.com%2fTeamFoundation%2f2005%2f06%2fServices%2fNotification%2f03%2fNotify%22<br>Path=/WorkItemTracking/v1.0/Integration.asmx<br>Local Request=True<br>User Host Address=10.100.101.5<br>User=NT AUTHORITY\NETWORK SERVICE [auth = NTLM]</p> <p align=left>Application Provided Information<br>Team Foundation Application Information<br>Event Log Source = TFS WorkItem Tracking<br>Configured Team Foundation Server = <a title="http://mariannetimmer:8080/" href="http://mariannetimmer:8080/">http://MARIANNETIMMER:8080</a><br>License Type = EnterpriseLicense<br>Server Culture = en-US<br>Activity Logging Name = WorkItem Tracking<br>Component Name = WI<br>Database Schema Version = 9.20904.00<br>Initialized = Yes<br>Requests Processed = 139</p> <p align=left><br>Exception: SqlException<br>Message: Cannot insert the value NULL into column 'ChangerID', table 'TfsWorkItemTracking.dbo.Constants'; column does not allow nulls. INSERT fails.<br>SQL Exception Class: 16<br>SQL Exception Number: 515<br>SQL Exception Server: MARIANNETIMMER<br>SQL Exception Source: .Net SqlClient Data Provider<br>SQL Exception State: 2<br>SQL Exception Procedure: AddConstant<br>SQL Exception Line Number: 130<br>Exception Data Dictionary follows<br>HelpLink.ProdName = Microsoft SQL Server<br>HelpLink.ProdVer = 09.00.3068<br>HelpLink.EvtSrc = MSSQLServer<br>HelpLink.EvtID = 515<br>HelpLink.BaseHelpUrl = <a title="http://go.microsoft.com/fwlink" href="http://go.microsoft.com/fwlink">http://go.microsoft.com/fwlink</a><br>HelpLink.LinkId = 20476<br>Stack Trace:<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.HandleDalError(Exception e)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.ExecuteBatchPayloadImpl(IRequestContext context, String sqlBatch, List`1 parameterList, Boolean&amp; errorOnBulkUpdate, String connectionString)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.AdoDbBase.ExecuteBatchQuery(IRequestContext context, String sqlBatch, List`1 parameterList)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlBatchBuilder.ExecuteBatchInternal(IRequestContext context, Boolean passInConnectionInfo, String server, String database)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.DataAccessLayerImpl.AddNewBuild(String serverName, String databaseName, String userSid, String buildName, String project, String uri)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.IntegrationService.Notify(String eventXml, String tfsIdentityXml)</p> <p align=left>Application Domain Information<br>Assembly Name=mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll<br>InternalName:     mscorlib.dll<br>OriginalFilename: mscorlib.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  Microsoft Common Language Runtime Class Library<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll<br>InternalName:     System.Web.dll<br>OriginalFilename: System.Web.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  System.Web.dll<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll<br>InternalName:     System.dll<br>OriginalFilename: System.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  .NET Framework<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll<br>InternalName:     System.Xml.dll<br>OriginalFilename: System.Xml.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  .NET Framework<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll<br>InternalName:     System.Configuration.dll<br>OriginalFilename: System.Configuration.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  System.Configuration.dll<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll<br>InternalName:     system.data.dll<br>OriginalFilename: system.data.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  .NET Framework<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll<br>InternalName:     system.transactions.dll<br>OriginalFilename: system.transactions.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  .NET Framework<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll<br>InternalName:     System.EnterpriseServices.dll<br>OriginalFilename: System.EnterpriseServices.dll<br>FileVersion:      2.0.50727.1433 (REDBITS.050727-1400)<br>FileDescription:  Microsoft .NET Services Support Infrastructure<br>Product:          Microsoft® .NET Framework<br>ProductVersion:   2.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=Microsoft.JScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=8.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\Microsoft.JScript\8.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\Microsoft.JScript\8.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll<br>InternalName:     Microsoft.JScript.dll<br>OriginalFilename: Microsoft.JScript.dll<br>FileVersion:      8.0.50727.1433<br>FileDescription:  Microsoft.JScript.dll<br>Product:          Microsoft (R) Visual Studio (R) 2005<br>ProductVersion:   8.0.50727.1433<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         Language Neutral</p> <p align=left>Assembly Name=VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=2.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\VJSharpCodeProvider\2.0.0.0__b03f5f7f11d50a3a\VJSharpCodeProvider.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_32\VJSharpCodeProvider\2.0.0.0__b03f5f7f11d50a3a\VJSharpCodeProvider.dll<br>InternalName:     VJSharpCodeProvider.dll<br>OriginalFilename: VJSharpCodeProvider.dll<br>FileVersion:      2.0.50727.42 (RTM.050727-4200)<br>FileDescription:  Microsoft Visual J#® .NET Managed Code DOM Provider<br>Product:          Microsoft Visual J#® .NET<br>ProductVersion:   2.0.50727.42<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=CppCodeProvider, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=8.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_MSIL\CppCodeProvider\8.0.0.0__b03f5f7f11d50a3a\CppCodeProvider.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\assembly\GAC_MSIL\CppCodeProvider\8.0.0.0__b03f5f7f11d50a3a\CppCodeProvider.dll<br>InternalName:     CppCodeProvider.dll<br>OriginalFilename: CppCodeProvider.dll<br>FileVersion:      8.0.50727.813<br>FileDescription:  CppCodeProvider.dll<br>Product:          Microsoft (R) Visual Studio (R) 2005<br>ProductVersion:   8.0.50727.813<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         Language Neutral</p> <p align=left>Assembly Name=App_global.asax.8moyxg50, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=0.0.0.0<br>Assembly Location=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\workitemtracking\27cb2108\45dd2f02\App_global.asax.8moyxg50.dll<br>Assembly File Version:<br>File:             C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\workitemtracking\27cb2108\45dd2f02\App_global.asax.8moyxg50.dll<br>InternalName:     App_global.asax.8moyxg50.dll<br>OriginalFilename: App_global.asax.8moyxg50.dll<br>FileVersion:      0.0.0.0<br>FileDescription:   <br>Product:          <br>ProductVersion:   0.0.0.0<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         Language Neutral</p> <p align=left>Assembly Name=Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=9.0.0.0<br>Assembly Location=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\workitemtracking\27cb2108\45dd2f02\assembly\dl3\7f6fae24\5088aba2_d822c801\Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.DLL<br>Assembly File Version:<br>File:             C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\workitemtracking\27cb2108\45dd2f02\assembly\dl3\7f6fae24\5088aba2_d822c801\Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.DLL<br>InternalName:     Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.dll<br>OriginalFilename: Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.dll<br>FileVersion:      9.0.21022.8 built by: RTM<br>FileDescription:  Work Item Tracking Client Web Service<br>Product:          Microsoft® Visual Studio® 2008<br>ProductVersion:   9.0.21022.8<br>Debug:            False<br>Patched:          False<br>PreRelease:       False<br>PrivateBuild:     False<br>SpecialBuild:     False<br>Language:         English (United States)</p> <p align=left>Assembly Name=Microsoft.TeamFoundation.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a<br>Assembly CLR Version=v2.0.50727<br>Assembly Version=9.0.0.0<br>Assembly Location=C:\WINDOWS\assembly\GAC_32\Microsoft.TeamFoundation.Common\9.0.0.0__b03f5f7f11d50a3a\Microsoft.TeamFoundation</p> <p align=left> </p></div></div> <p align=left> </p> <p></p> <p align=left></p> <p align=left><br></p> <p align=left> <div class=codeseg> <div class=codecontent> <div class=codesniptitle><span style="width:100%">Code Snippet</span></div> <p align=left>Event Type: Warning<br>Event Source: TFS WorkItem Tracking<br>Event Category: None<br>Event ID: 6004<br>Date:  1-8-2008<br>Time:  10:54:11<br>User:  N/A<br>Computer: MARIANNETIMMER<br>Description:<br>TF53010: The following error has occurred in a Team Foundation component or extension:<br>Date (UTC): 8/1/2008 8:54:11 AM<br>Machine: MARIANNETIMMER<br>Application Domain: /LM/W3SVC/3/Root/WorkItemTracking-5-128620266027369380<br>Assembly: Microsoft.TeamFoundation.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727<br>Process Details:<br>  Process Name: w3wp<br>  Process Id: 23516<br>  Thread Id: 22636<br>  Account name: NT AUTHORITY\NETWORK SERVICE</p> <p align=left>Detailed Message: TF53014: A crash report for this problem was recently created; a new crash report for this occurrence of the problem is not being created. This problem has occurred 19 times.<br>Web Request Details<br>    Url: <a title="http://mariannetimmer:8080/WorkItemTracking/v1.0/Integration.asmx" href="http://mariannetimmer:8080/WorkItemTracking/v1.0/Integration.asmx">http://mariannetimmer:8080/WorkItemTracking/v1.0/Integration.asmx</a> [method: POST]<br>    User Agent: Team Foundation (w3wp.exe[Integration], 9.0.21022.8)<br>    Headers: Content-Length=1721&amp;Content-Type=text%2fxml%3b+charset%3dutf-8&amp;Accept-Encoding=gzip&amp;Accept-Language=en-US&amp;Expect=100-continue&amp;Host=mariannetimmer%3a8080&amp;User-Agent=Team+Foundation+(w3wp.exe%5bIntegration%5d%2c+9.0.21022.8)&amp;X-TFS-Version=1.0.0.0&amp;X-TFS-Session=00000000-0000-0000-0000-000000000000&amp;SOAPAction=%22http%3a%2f%2fschemas.microsoft.com%2fTeamFoundation%2f2005%2f06%2fServices%2fNotification%2f03%2fNotify%22<br>    Path: /WorkItemTracking/v1.0/Integration.asmx<br>    Local Request: True<br>    Host Address: 10.100.101.5<br>    User: NT AUTHORITY\NETWORK SERVICE [authentication type: NTLM]</p> <p align=left>Exception Message: Cannot insert the value NULL into column 'ChangerID', table 'TfsWorkItemTracking.dbo.Constants'; column does not allow nulls. INSERT fails. (type SqlException)<br>SQL Exception Class: 16<br>SQL Exception Number: 515<br>SQL Exception Procedure: AddConstant<br>SQL Exception Line Number: 130<br>SQL Exception Server: MARIANNETIMMER<br>SQL Exception State: 2<br>SQL Error(s):</p> <p align=left>Exception Data Dictionary:<br>HelpLink.ProdName = Microsoft SQL Server<br>HelpLink.ProdVer = 09.00.3068<br>HelpLink.EvtSrc = MSSQLServer<br>HelpLink.EvtID = 515<br>HelpLink.BaseHelpUrl = <a title="http://go.microsoft.com/fwlink" href="http://go.microsoft.com/fwlink">http://go.microsoft.com/fwlink</a><br>HelpLink.LinkId = 20476</p> <p align=left><br>Exception Stack Trace:    at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.HandleDalError(Exception e)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlAccess.ExecuteBatchPayloadImpl(IRequestContext context, String sqlBatch, List`1 parameterList, Boolean&amp; errorOnBulkUpdate, String connectionString)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.AdoDbBase.ExecuteBatchQuery(IRequestContext context, String sqlBatch, List`1 parameterList)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.SqlBatchBuilder.ExecuteBatchInternal(IRequestContext context, Boolean passInConnectionInfo, String server, String database)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.DataAccessLayerImpl.AddNewBuild(String serverName, String databaseName, String userSid, String buildName, String project, String uri)<br>   at Microsoft.TeamFoundation.WorkItemTracking.Server.IntegrationService.Notify(String eventXml, String tfsIdentityXml)</p> <p align=left> </p></div></div> <p align=left> </p> <p></p> <p align=left>I can't find anything on the web about these error messages. Does anyone here have an idea why they are suddenly appearing and what to do about them? The only problem i can see so far with the actual workings of the server is that areas and iterations are not updated in the work item view.</p>Fri, 01 Aug 2008 10:21:38 Z2008-09-01T06:35:05Zhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#f68c7f84-c449-4717-bd8c-e80e6052f1e9http://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#f68c7f84-c449-4717-bd8c-e80e6052f1e9Adam Singer - MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Adam%20Singer%20-%20MSFTCannot insert the value NULL into column 'ChangerId'<p>Moving to the WIT forum in case someone there has run across this.</p> <p align=left> </p> <p align=left>Cheers,</p> <p align=left>Adam</p> <p align=left><font face=Arial size=2></font> </p>Tue, 12 Aug 2008 19:54:05 Z2008-08-12T19:54:05Zhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#2bd2ba3b-7057-47d1-8dc4-e74b6e41d34dhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#2bd2ba3b-7057-47d1-8dc4-e74b6e41d34dSam Healdhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sam%20HealdCannot insert the value NULL into column 'ChangerId'<p>This error will occur if the account running the TFS app pool is not a member of the TFS Service Accounts role.</p> <p align=left> </p> <p align=left>You can verify the membership of that group through the VS UI. Based on your error messages, it should contain NT AUTHORITY\NETWORK SERVICE.</p> <p align=left> </p> <p align=left>If you see NETWORK SERVICE in the group in the UI, there may be something wrong in the underlying storage. Some TSQLqueries to run:</p> <p align=left> </p><font color="#0000ff" size=2> <p>select</font><font size=2> [type]</font><font color="#808080" size=2>,</font><font size=2> [deleted] </font><font color="#0000ff" size=2>from</font><font size=2> TfsIntegration</font><font color="#808080" size=2>.</font><font size=2>dbo</font><font color="#808080" size=2>.</font><font size=2>tbl_security_identity_cache </font><font color="#0000ff" size=2>where</font><font size=2> account_name </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#ff0000" size=2>'NETWORK SERVICE'</font></p> <p align=left><font color="#ff0000" size=2> </p></font><font color="#0000ff" size=2> <p>select</font><font size=2> [ObjectCategory]</font><font color="#808080" size=2>,</font><font size=2> [fDeleted] </font><font color="#0000ff" size=2>from</font><font size=2> TfsWorkItemTracking</font><font color="#808080" size=2>.</font><font size=2>dbo</font><font color="#808080" size=2>.</font><font size=2>ADObjects </font><font color="#0000ff" size=2>where</font><font size=2> SamAccountName </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#ff0000" size=2>'NETWORK SERVICE'</font></p> <p align=left><font color="#ff0000" size=2> </p></font><font color="#0000ff" size=2> <p>select</font><font size=2> [RemovedDate] </font><font color="#0000ff" size=2>from</font><font size=2> TfsWorkItemTracking</font><font color="#808080" size=2>.</font><font size=2>dbo</font><font color="#808080" size=2>.</font><font size=2>Constants </font><font color="#0000ff" size=2>where</font><font size=2> NamePart </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#ff0000" size=2>'NETWORK SERVICE'</font></p> <p align=left><font color="#ff0000" size=2> </p></font><font color="#0000ff" size=2> <p>select</font><font size=2> [fUser] </font><font color="#0000ff" size=2>from</font><font size=2> TfsWorkItemTracking</font><font color="#808080" size=2>.</font><font size=2>dbo</font><font color="#808080" size=2>.</font><font size=2>Persons </font><font color="#0000ff" size=2>where</font><font size=2> ConstID </font><font color="#808080" size=2>in</font><font size=2> </font><font color="#808080" size=2>(</font><font color="#0000ff" size=2>select</font><font size=2> c</font><font color="#808080" size=2>.</font><font size=2>[ConstID] </font><font color="#0000ff" size=2>from</font><font size=2> TfsWorkItemTracking</font><font color="#808080" size=2>.</font><font size=2>dbo</font><font color="#808080" size=2>.</font><font size=2>Constants c </font><font color="#0000ff" size=2>where</font><font size=2> NamePart </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#ff0000" size=2>'NETWORK SERVICE'</font><font color="#808080" size=2>)</p></font> <p align=left><font face=Arial size=2></font> </p>Thu, 21 Aug 2008 01:50:48 Z2008-08-27T10:09:45Zhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#cb144488-df76-46e0-a13d-125d9322a12dhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#cb144488-df76-46e0-a13d-125d9322a12dJeroen Voshttp://social.msdn.microsoft.com/Profile/en-US/?user=Jeroen%20VosCannot insert the value NULL into column 'ChangerId'<p align=left><font face=Arial size=2>Thanks for your answer, i had almost given up hope.</font></p> <p align=left> </p> <p align=left>NT AUTHORITY\NETWORK SERVICE is present in the group you mentioned. So there must be something wrong with the data. I ran your queries, but i can not interpret the data they output. So i hope you can, here are the results of the queries:</p> <p align=left> </p> <p align=left>Type           Deleted</p> <p align=left>3                0</p> <p align=left> </p> <p align=left>ObjectCategory         fDeleted</p> <p align=left>3                             0</p> <p align=left> </p> <p align=left>RemovedDate</p> <p align=left>9999-01-01 00:00:00.000</p> <p align=left> </p> <p align=left>fUser</p> <p align=left>0</p> <p> </p> <p align=left>Thanks in advance for your analysis.</p>Wed, 27 Aug 2008 10:09:26 Z2008-08-27T10:09:26Zhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#640f867b-5a47-4b59-a7cf-aab776f1c4e3http://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#640f867b-5a47-4b59-a7cf-aab776f1c4e3Sam Healdhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sam%20HealdCannot insert the value NULL into column 'ChangerId'<p align=left>There is a problem with your data. I think that I have a resolution, but I want to confirm your server information to ensure that the resolution is not temporary and that I've identified the correct root cause. </p> <p align=left> </p> <p align=left>1.) Is the server currently running TFS2008 RTM?</p> <p align=left>2.) Had the server been running a beta version of TFS2008?</p> <p align=left>3.) If the server had been running TFS2005, was it using NT AUTHORITY\NETWORK SERVICE as a service account?</p> <p align=left> </p>Thu, 28 Aug 2008 02:33:25 Z2008-08-28T02:33:25Zhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#be971b94-a63b-4d69-999a-6c80af884e26http://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#be971b94-a63b-4d69-999a-6c80af884e26Jeroen Voshttp://social.msdn.microsoft.com/Profile/en-US/?user=Jeroen%20VosCannot insert the value NULL into column 'ChangerId'<p align=left><font face=Arial size=2></font> </p> <p>I hope that you have a fix, here are the answers to the questions:</p> <p align=left> </p> <p align=left>1. Yes</p> <p align=left>2. No</p> <p align=left>3. Not 100% sure, but i am fairly certain that it used another account.</p>Fri, 29 Aug 2008 06:27:49 Z2008-08-29T06:27:49Zhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#fd06c1ef-ef59-49e6-b253-c6980dac25a7http://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#fd06c1ef-ef59-49e6-b253-c6980dac25a7Sam Healdhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sam%20HealdCannot insert the value NULL into column 'ChangerId'<p align=left> </p> <p align=left>We have an upgrade bug where certain older versions of TFS would write NETWORK SERVICE to the database as a Windows Group rather than a Windows User. Unfortunately, there are a few random places in the WIT code base that check that the service account is a Windows User. The synchronization of nodes and builds are the most noticeable example.</p> <p align=left> </p> <p>Unfortunately, there is no way to to resolve this issue through the public APIs. The system assumes that, once an identity has been written to the database with a specific type, the identity's type will not change.</p> <p> </p> <p align=left>Your options:</p> <p align=left>1.) Install TFS2008 SP1. It won't fix the identity type of NETWORK SERICE, but it fixes the places in WIT that require the service account to be a Windows User.</p> <p align=left> </p> <p align=left>2.) Update the database manually:</p><font color="#0000ff" size=2> <p>use</font><font size=2> TfsIntegration</p></font><font color="#0000ff" size=2> <p>update</font><font size=2> [tbl_security_identity_cache]</p></font><font color="#0000ff" size=2> <p>set</font><font size=2> [type] </font><font color="#808080" size=2>=</font><font size=2> 2</p></font><font color="#0000ff" size=2> <p>where</font><font size=2> [account_name] </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#ff0000" size=2>'NETWORK SERVICE' </font><font color="#808080" size=2>and</font><font size=2> [type] </font><font color="#808080" size=2>=</font><font size=2> 3</p></font><font color="#0000ff" size=2> <p> </p> <p align=left>GO</p> <p align=left> </p> <p align=left>use</font><font size=2> TfsWorkItemTracking</p></font><font color="#0000ff" size=2> <p>begin</font><font size=2> </font><font color="#0000ff" size=2>tran</p> <p>set</font><font size=2> </font><font color="#0000ff" size=2>xact_abort</font><font size=2> </font><font color="#0000ff" size=2>on</p> <p>set</font><font size=2> </font><font color="#0000ff" size=2>nocount</font><font size=2> </font><font color="#0000ff" size=2>on</p> <p>exec</font><font size=2> dbo</font><font color="#808080" size=2>.</font><font size=2>BoxCarAdminDataChanges </font><font color="#808080" size=2>null,null</p></font><font color="#0000ff" size=2> <p> </p> <p align=left>update</font><font size=2> [ADObjects]</p></font><font color="#0000ff" size=2> <p>set</font><font size=2> [ObjectCategory] </font><font color="#808080" size=2>=</font><font size=2> 2</p></font><font color="#0000ff" size=2> <p>where</font><font size=2> [SamAccountName] </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#ff0000" size=2>'NETWORK SERVICE' </font><font color="#808080" size=2>and</font><font size=2> [ObjectCategory] </font><font color="#808080" size=2>=</font><font size=2> 3</p></font><font color="#0000ff" size=2> <p> </p> <p align=left>if</font><font size=2> </font><font color="#808080" size=2>(</font><font color="#ff00ff" size=2>@@rowcount</font><font size=2> </font><font color="#808080" size=2>&gt;</font><font size=2> 0</font><font color="#808080" size=2>)</p></font><font color="#0000ff" size=2> <p>begin</p></font><font size=2> <p></font><font color="#0000ff" size=2>    declare</font><font size=2> @constID </font><font color="#0000ff" size=2>int</p></font><font size=2> <p></font><font color="#0000ff" size=2>    select</font><font size=2> @constID </font><font color="#808080" size=2>=</font><font size=2> [ConstID] </font><font color="#0000ff" size=2>from</font><font size=2> [Constants] </font><font color="#0000ff" size=2>where</font><font size=2> [NamePart] </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#ff0000" size=2>'NETWORK SERVICE'</p></font><font size=2> <p></font><font color="#0000ff" size=2></font> </p> <p align=left><font color="#0000ff" size=2>    update</font><font size=2> [Persons]</p> <p></font><font color="#0000ff" size=2>    set</font><font size=2> [fUser] </font><font color="#808080" size=2>=</font><font size=2> 1, [fGroup] = 0</p> <p></font><font color="#0000ff" size=2>    where</font><font size=2> [fUser] </font><font color="#808080" size=2>=</font><font size=2> 0 </font><font color="#808080" size=2>and</font><font size=2> [ConstID] </font><font color="#808080" size=2>=</font><font size=2> @constID</p> <p> </p><font color="#0000ff" size=2> <p>    if </font><font color="#808080" size=2>(</font><font color="#ff00ff" size=2>@@rowcount<font size=2> </font></font><font color="#808080" size=2>=</font><font size=2> 0</font><font color="#808080" size=2>)</p></font><font color="#0000ff" size=2> <p>    begin</p> <p>        insert</font><font size=2> </font><font color="#0000ff" size=2>into</font><font size=2> dbo</font><font color="#808080" size=2>.</font><font size=2>Persons</font><font color="#0000ff" size=2> </font><font color="#808080" size=2>(</font><font size=2>ConstID</font><font color="#808080" size=2>,</font><font size=2>fUser</font><font color="#808080" size=2>,</font><font size=2>fGroup</font><font color="#808080" size=2>,</font><font size=2>fForeignPrincipal</font><font color="#808080" size=2>,</font><font size=2>fComputer</font><font color="#808080" size=2>,</font><font size=2>fEmailName</font><font color="#808080" size=2>,</font><font size=2>fSamName</font><font color="#808080" size=2>,</font><font size=2>ProjectID</font><font color="#808080" size=2>)</p></font><font color="#0000ff" size=2> <p>        values </font><font color="#808080" size=2>(</font><font size=2>@constID</font><font color="#808080" size=2>,</font><font size=2>1</font><font color="#808080" size=2>,</font><font size=2>0</font><font color="#808080" size=2>,</font><font size=2>0</font><font color="#808080" size=2>,</font><font size=2>0</font><font color="#808080" size=2>,</font><font size=2>0</font><font color="#808080" size=2>,</font><font size=2>1</font><font color="#808080" size=2>,</font><font size=2>0</font><font color="#808080" size=2>)</p></font><font color="#0000ff" size=2> <p>    end</p></font> <p align=left></font><font color="#0000ff" size=2></font> </p> <p align=left><font color="#0000ff" size=2>    update</font><font size=2> [Sets]</p> <p></font><font color="#0000ff" size=2>    set</font><font size=2> [fDeletedHere] </font><font color="#808080" size=2>=</font><font size=2> 1</p> <p></font><font color="#0000ff" size=2>    where</font><font size=2> [ParentID] </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#808080" size=2>-</font><font size=2>10 </font><font color="#808080" size=2>and</font><font size=2> [ConstID] </font><font color="#808080" size=2>=</font><font size=2> @constID</p> <p></font><font color="#0000ff" size=2></font> </p> <p align=left><font color="#0000ff" size=2>    update</font><font size=2> [Sets]</p> <p></font><font color="#0000ff" size=2>    set</font><font size=2> [fDeletedHere] </font><font color="#808080" size=2>=</font><font size=2> 0</p> <p></font><font color="#0000ff" size=2>    where</font><font size=2> [ParentID] </font><font color="#808080" size=2>=</font><font size=2> </font><font color="#808080" size=2>-</font><font size=2>2 </font><font color="#808080" size=2>and</font><font size=2> [ConstID] </font><font color="#808080" size=2>=</font><font size=2> @constID</p> <p></font><font color="#0000ff" size=2></font> </p> <p align=left><font color="#0000ff" size=2>    if</font><font size=2> </font><font color="#808080" size=2>(</font><font color="#ff00ff" size=2>@@rowcount</font><font size=2> </font><font color="#808080" size=2>=</font><font size=2> 0</font><font color="#808080" size=2>)</p></font><font size=2> <p></font><font color="#0000ff" size=2>    begin</p></font><font size=2> <p></font><font color="#0000ff" size=2>        insert</font><font size=2> </font><font color="#0000ff" size=2>into</font><font size=2> [Sets] </font><font color="#808080" size=2>(</font><font size=2>[ParentID]</font><font color="#808080" size=2>,</font><font size=2>[ConstID]</font><font color="#808080" size=2>,</font><font size=2>[fDeletedInAD]</font><font color="#808080" size=2>,</font><font size=2>[fDeletedHere]</font><font color="#808080" size=2>,</font><font size=2>[ChangerID]</font><font color="#808080" size=2>,</font><font size=2>[ChangeDate]</font><font color="#808080" size=2>)</p></font><font size=2> <p></font><font color="#0000ff" size=2>        values</font><font size=2> </font><font color="#808080" size=2>(-</font><font size=2>2</font><font color="#808080" size=2>,</font><font size=2> @constID</font><font color="#808080" size=2>,</font><font size=2> 0</font><font color="#808080" size=2>,</font><font size=2> 0</font><font color="#808080" size=2>,</font><font size=2> 0</font><font color="#808080" size=2>,</font><font size=2> </font><font color="#ff00ff" size=2>getutcdate</font><font color="#808080" size=2>())</p></font><font size=2> <p></font><font color="#0000ff" size=2>    end</font></p> <p align=left><font color="#0000ff"></font> </p> <p align=left><font color="#0000ff" size=2>    <font color="#0000ff" size=2>print</font><font color="#808080" size=2>(</font><font color="#ff0000" size=2>'Success!'</font><font color="#808080" size=2>)</p></font> <p>end</p> <p>commit</font><font size=2> </font><font color="#0000ff" size=2>tran</p></font> <p align=left> </p> <p align=left> </p> <p align=left>To verify success, you can run re-run the queries that I provided before. The 3's should become 2's, and fUser should go from 0 to 1.</p>Fri, 29 Aug 2008 19:20:39 Z2008-09-01T06:35:05Zhttp://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#a47660a3-6a66-4c8c-bf47-b4189705b0f2http://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/fab412cc-4647-4cce-9cdd-79e88ace24a2#a47660a3-6a66-4c8c-bf47-b4189705b0f2Jeroen Voshttp://social.msdn.microsoft.com/Profile/en-US/?user=Jeroen%20VosCannot insert the value NULL into column 'ChangerId'<p align=left><font face=Arial size=2>It seems to work, i previously tried to install SP1, but it wouldn't install. So thats the next problem on my list. But this one is fixed.</font></p>Mon, 01 Sep 2008 06:32:20 Z2008-09-01T06:32:20Z