Unable to access team project through a web browser
hi everybody,
context:
we restored tfs 2010 backup on new environment.
then created new team project through visual studio 2010 verified setting ok. project creation finished ok.
problem:
although new project accessible through vs (it means able create new workitems, queries, etc), not able browse through web.
when try select project browser, error:
the team project specified uri vstfs:///classification/teamproject/... not exist.
what tried
we trying access user member of: console administrator , team foundation administrators.
extras
previous "backed-up" team projects web accessible. new project have issue.
is known error? there troubleshooting?
1. open "c:\program files\microsoft team foundation server 2010\application tier\web access\web\web.config" file.
2. appsetting:
<add key="workitemtrackingcacheroot" value="cache_path\cache_v10.0.30319"/>
in environment looks cache_v10.0.30319. seems tfs stores information in folder needs refreshed.
3. application-tier server, stop tfs services:
tfsservicecontrol quiesce
4. backup cache folder , delete it.
5. start tfs services:
tfsservicecontrol unquiesce
6. should able access team project web.
Archived Forums V > Team Foundation Server - Setup and Administration
Comments
Post a Comment