jero2rome
jero2rome

Reputation: 1568

TeamCity Mercurial VCS root configuration fails

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.

Connection Test Fail

Upvotes: 1

Views: 402

Answers (1)

jero2rome
jero2rome

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

Related Questions