Reputation: 1568
Teamcity is no more able to pull changes from a network share. Is this a user permission issue ? It was working until I upgraded from TeamCity 8.1.5 to TeamCity 9.0.2.
Upvotes: 1
Views: 402
Reputation: 1568
The problem was, TeamCity Build Server and TeamCity Build Agent services were running under LocalSystem account. This is the default settings and in our domain, this LocalSystem account din't have the permission to access network shares. Solution was to change the service LogOn credential to use authenticated domain accounts which have access to the network share where we have the repository. This can be done on service properties as suggested by @Nanhydrin.
Upvotes: 1