If you have enabled Gated Checkin on your souce tree, you would have seen the following properties in the build alert email:
If you recieve this below error during gated checkin:
TF14098: Access Denied: User xxx needs Checkin, CheckinOther permission(s) for $/TeamProject/xxx/abc.cs.
The reason is that the build agent account doesn't have permission on your source tree to checkin other user's changes
- Checked in on behalf of
- Checked in by
If you recieve this below error during gated checkin:
TF14098: Access Denied: User xxx needs Checkin, CheckinOther permission(s) for $/TeamProject/xxx/abc.cs.
The reason is that the build agent account doesn't have permission on your source tree to checkin other user's changes
From where to give permission ? What is the Path
ReplyDeleteYou need to right click on the source tee in Source Control Explorer. Then click Properties and go to Security tab. You can then select the correponding user of group and check the Allow checkbox for Check in other usr's changes.
ReplyDeleteThe better way to do this is to see which group has the Allow permission by following the above steps. You can then add the build agent account to that group by goung to Team Explorer->Security