TF255356: The following error occurred when configuring the Team Foundation databases:
TF400711: Error occurred while executing
servicing step 'Upgrade Process Template Description column' for component FrameworkToDev14M85 during ToDev14M85: 2 error(s) occurred while executing upd_ProcessTemplateToDev14M85.sql script.Failed batch starts on line: 6.Error: 5074, Level: 16, State: 1, Batch Line: 6, Script Line: 11Message: The statistics 'Description' is dependent on column 'Description'.Error: 4922, Level: 16, State: 9, Batch Line: 6, Script Line: 11Message: ALTER TABLE ALTER COLUMN Description failed because one or more objects access this column.================ Failed batch begin ==========================--small table, so no need to batchUPDATE tbl_ProcessTemplateDescriptorSET Description = LEFT(Description, 1024)--no race condition as binaries aren't allowing people to save > 1024 length templates ALTER TABLE tbl_ProcessTemplateDescriptor ALTER COLUMN Description NVARCHAR(1024)================ Failed batch end**
You get an error while upgrading Team Foundation Server 2012 to Update 1 with a “TF254027: You must correct all errors before you continue”, “TF255375: the configuration database that you specified cannot be used” and a “TF255430: the database was partially upgraded during a failed upgrade”.