I am trying to get a build process set up in TeamCity 5, and I am encountering an access denied error when trying to copy some files. I see that my build agent is running as "SYSTEM" now, and I think that's part of the problem. I'd like to change that user identity. The trouble is that I can't figure out how to change those settings on the build agent. How can I change the build user identity?
+3
A:
Open the properties dialog for the service and change the identity of the user running the service. Properties -> Log On choose "this account" and enter the password. BTW the service is the "TeamCity Build Agent Service", not the TeamCity Web Server.
Otávio Décio
2010-03-21 01:16:24
Duh, thanks. That seems so obvious now!
Chris Farmer
2010-03-21 01:27:41