tfs2010 - TFS build definition freezes when connecting remote machines -


when connecting remote tfs 2010 installation via visual studio 2010, process tab of build definition freezes. seems disabled. there work-around?

update 1:

by freezing mean:

i can navigate tabs: general, trigger, workspace, build defaults, process , retention policy. except process tab, working excpected. when click process tab, showed, none of parameters shown, , tab in gray. nothing clicked. visual studio waiting completed or loaded.

update 2:

i have explored when leave visual studio alone long time 20 or 30 minutes, process tab goes normal. means parameters appears , can edited. seems downloading or getting server causes very long delay.

you might want check out rights have on server regards administrating builds.

http://intovsts.net/2009/09/03/more-fine-grained-permissions-in-tfs2010/ and
http://msdn.microsoft.com/en-us/library/ms252587.aspx

i think 1 of main ones "edit build definition"

if don't have rights, there won't workaround.

update:
things can think of @ point put sql monitor on tfs database , possibly, watch network traffic see how network interface being used.

it's possible wrong on database server causing huge amount of load. other possibility network badly configured , running @ 1mb instead of 100mb+.

beyond those, i'd call ms support , open trouble ticket. no means normal , indicative of underlying hardware or installation issue.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -