vote up 0 vote down star

When I try to check out a file from TFS I get the error TF14098: Access Denied User [username] needs PendChane permission(s) for [path].

I have added the user to the contributor group but it still won't let them check out a file.

flag

75% accept rate

2 Answers

vote up 1 vote down check

Sometimes it may take a bit for the permissions to take synchronize.

http://msdn.microsoft.com/en-us/library/ms400712.aspx#doesnottake

link|flag
vote up 1 vote down

If the user (or AD security group) you modified was already known to the system, changes should be instant. Synchronization only comes into play in the opposite scenario: a security group already had PendChange allowed, then a Windows admin added a new user to that group. TFS won't know about the change until it talks to active directory during the next scheduled sync.

The most likely cause for what you're seeing is permission inheritance. Even if the user is explicitly Allowed a permission, any Deny ACLs that apply to him will override it. For example, ACLs set on a parent item might be inherited. Similarly, if the user is a member of two groups (eg Contributors and Readers), he could have conflicting ACLs in play -- and Deny will always win.

In addition, the model for inheritance was changed slightly in 2008 SP1. See:

link|flag
Could it also be that the user was never a member of any TFS groups and the first time you add a user to a TFS group it has to synchronize? – Ryan Jun 23 at 13:53
If you add a user directly to a TFS group for the first time, it /should/ be instant. If you add a previously unknown AD group to a TFS group, it will take some time before TFS enumerates the members of the AD group and caches them internally. – Richard Berg Jun 23 at 15:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.