积极答复者
vsts2008中,加入contribute组甚至是project administrator组中的成员,无法浏览工作项和生成工作项

问题
答案
-
这个问题解决了吗?
根据我的理解,你使用Team Explorer 2008和TFS 2008, 对于有一些用户,你把他们加到相应的project administratros组中,他能能够在Team Explorer中看到新建的团队项目,但是他们在新建的团队项目中创建work item。
个人感觉有可能是账号同部的问题,请楼主运行以下的SQL语句,
select max(sequence_id) as GSSMaxIdentitySeqID, max(last_update) as GSSLastIdentityUpdateTime from TfsIntegration..tbl_security_identity_cache
select max(seqid) as WITMaxIdentitySeqID, max(LastSyncUTC) as WITLastIdentityUpdateTime from TfsWorkItemTracking..ADObjects
如果显示的两个数字相同,那么说明账号同部没问题。
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- 已建议为答案 Bill.Wang 2009年8月27日 11:08
- 已标记为答案 Allen Chen - MSFTModerator 2009年8月28日 5:23
全部回复
-
这个问题解决了吗?
根据我的理解,你使用Team Explorer 2008和TFS 2008, 对于有一些用户,你把他们加到相应的project administratros组中,他能能够在Team Explorer中看到新建的团队项目,但是他们在新建的团队项目中创建work item。
个人感觉有可能是账号同部的问题,请楼主运行以下的SQL语句,
select max(sequence_id) as GSSMaxIdentitySeqID, max(last_update) as GSSLastIdentityUpdateTime from TfsIntegration..tbl_security_identity_cache
select max(seqid) as WITMaxIdentitySeqID, max(LastSyncUTC) as WITLastIdentityUpdateTime from TfsWorkItemTracking..ADObjects
如果显示的两个数字相同,那么说明账号同部没问题。
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- 已建议为答案 Bill.Wang 2009年8月27日 11:08
- 已标记为答案 Allen Chen - MSFTModerator 2009年8月28日 5:23
-
还有,请楼主再看一个TFS机器上的windows event log (Start | Run | eventvwr),看有没有TFS相关的错误信息。
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.