TFS 2012 error setup
hi! i trying install , configure tfs 2012 on windows server 2008 r2, sql 2008 enterprise r2 sp2 , have next error on configure database step (translated russian, sorry): tf255356: in process control of team foundation databases there following error: tf400711: there error when performing step of service of install identity data - well-known tfs groups installframeworkcore component during install: tf30040: database adjusted incorrectly. contact administrator of team foundation server. additional data see in configuration jornal. i chose standard single server configuration (in configuration types same error). can me? don't anderstand doing wrong... thanks sharing log. it seems issue sql server 2008 r2 setup. similar post can found here (german) it suggests executing following code: declare @dochandle int declare @error int exec sp_xml_preparedocument @dochandle output, n'<root><child/></root>' set @error = @@error if @error = 0 begin...