Version Control won't work in TFS 2008
i've been fighting while now. can't version control start anymore on tfs 2008 server. it's single tier setup. here error when start web service. suggestions appreciated.
tf53010: following error has occurred in team foundation component or extension:
date (utc): 3/4/2009 5:01:26 pm
machine: test2003svrstd
application domain: /lm/w3svc/1019103864/root/versioncontrol-3-128806596852128750
assembly: microsoft.teamfoundation.common, version=9.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a; v2.0.50727
process details:
process name: w3wp
process id: 3700
thread id: 4032
account name: test2003svrstd\administrator
detailed message: tf30059: fatal error while initializing web service
web request details
url: http://tfsdata.awhere.com:8080/versioncontrol/v1.0/repository.asmx [method: post]
user agent: team foundation 9.0.21022.8, (webaccess 9.0.2889)
headers: content-length=319&content-type=application%2fsoap%2bxml%3b+charset%3dutf-8&accept-encoding=gzip&accept-language=en-us&expect=100-continue&host=tfsdata.awhere.com%3a8080&user-agent=team+foundation+9.0.21022.8%2c+(webaccess+9.0.2889)&x-tfs-version=1.0.0.0&x-tfs-session=e679b42d-f29c-4e3d-a565-9fba77c00013
path: /versioncontrol/v1.0/repository.asmx
local request: false
host address: 192.168.2.52
user: test2003svrstd\administrator [authentication type: ntlm]
exception message: tf30040: database not correctly configured. contact team foundation server administrator. (type databaseconfigurationexception)
exception stack trace: @ microsoft.teamfoundation.server.sqlresourcecomponent.mapexception(sqlexception ex, queryexecutionstate querystate)
at microsoft.teamfoundation.server.sqlresourcecomponent.mapexception(sqlexception ex)
at microsoft.teamfoundation.server.sqlresourcecomponent.handleexception(sqlexception ex)
at microsoft.teamfoundation.server.sqlresourcecomponent.execute(executetype executetype, commandbehavior behavior)
at microsoft.teamfoundation.versioncontrol.server.versioncontrolsqlresourcecomponent.execute(executetype executetype, commandbehavior behavior)
at microsoft.teamfoundation.server.sqlresourcecomponent.executereader()
at microsoft.teamfoundation.versioncontrol.server.securityresourcecomponent.queryrepository()
at microsoft.teamfoundation.versioncontrol.server.global.get_repositoryproperties()
at microsoft.teamfoundation.versioncontrol.server.global.initialize()
at microsoft.teamfoundation.server.teamfoundationapplication.init()
inner exception details:
exception message: not find stored procedure 'prc_queryrepositories'. (type sqlexception)
sql exception class: 16
sql exception number: 2812
sql exception procedure:
sql exception line number: 1
sql exception server: test2003svrstd
sql exception state: 62
sql error(s):
exception data dictionary:
helplink.prodname = microsoft sql server
helplink.prodver = 09.00.3042
helplink.evtsrc=mssqlserver
helplink.evtid = 2812
helplink.basehelpurl = http://go.microsoft.com/fwlink
helplink.linkid = 20476
exception stack trace: @ system.data.sqlclient.sqlconnection.onerror(sqlexception exception, boolean breakconnection)
at system.data.sqlclient.sqlinternalconnection.onerror(sqlexception exception, boolean breakconnection)
at system.data.sqlclient.tdsparser.throwexceptionandwarning(tdsparserstateobject stateobj)
at system.data.sqlclient.tdsparser.run(runbehavior runbehavior, sqlcommand cmdhandler, sqldatareader datastream, bulkcopysimpleresultset bulkcopyhandler, tdsparserstateobject stateobj)
at system.data.sqlclient.sqldatareader.consumemetadata()
at system.data.sqlclient.sqldatareader.get_metadata()
at system.data.sqlclient.sqlcommand.finishexecutereader(sqldatareader ds, runbehavior runbehavior, string resetoptionsstring)
at system.data.sqlclient.sqlcommand.runexecutereadertds(commandbehavior cmdbehavior, runbehavior runbehavior, boolean returnstream, boolean async)
at system.data.sqlclient.sqlcommand.runexecutereader(commandbehavior cmdbehavior, runbehavior runbehavior, boolean returnstream, string method, dbasyncresult result)
at system.data.sqlclient.sqlcommand.runexecutereader(commandbehavior cmdbehavior, runbehavior runbehavior, boolean returnstream, string method)
at system.data.sqlclient.sqlcommand.executereader(commandbehavior behavior, string method)
at system.data.sqlclient.sqlcommand.executereader(commandbehavior behavior)
at microsoft.teamfoundation.server.sqlresourcecomponent.execute(executetype executetype, commandbehavior behavior)
for more information, see , support center @ http://go.microsoft.com/fwlink/events.asp.
hi
it seems issue caused fact stored procedure 'prc_queryrepositories' in database tfsversioncontrol missed reason.
in machine, tried renaming prc_queryrepositories , restart tfs web services running iisreset, got same error yours.
so, try repairing tfs? installation wizard can repair databases.
please mark replies answers if , unmark them if provide no help.
Archived Forums V > Team Foundation Server - Source and Version Control
Comments
Post a Comment