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 exec sp_xml_removedocument @dochandle end
but looks log has mention of already. so, let move on copying required dlls.
reference: link
msxmlsql.rllc:\program files\microsoft sql server\100\shared\resources\1033\
c:\program files\microsoft sql server\mssql10_50.mssqlserver\mssql\binn\resources\1033
msxmlsql.dll
c:\program files\microsoft sql server\100\shared
c:\program files\microsoft sql server\mssql10_50.mssqlserver\mssql\binn
c:\program files\microsoft sql server\mssql10.mssql\mssql\binn
hope helps.
regards,
rahul
Archived Forums V > Team Foundation Server - Setup and Administration
Comments
Post a Comment