Short form: Can I change the identity of the agent from SYSTEM?
Longer form:
I've been trying to change the identity of Bamboo from running under my identity to a dedicated build server acct. The service is now running under this acct, and the acct has been given appropriate folder permissions. My problem is when I use Visual Studio to build the solution and its projects. VS has to be registered to use it, and I've done this for the build acct. I'm calling this action via Bamboo's script task, but it's not running it as the build acct. Some debugging shows it's running as:
This process is running as NT AUTHORITY\SYSTEM -- (mydomain)\\SYSTEM
Everything indicates the agent is running the script as the SYSTEM acct, which I haven't figured out how to register that acct to use Visual Studio.
You cannot register the system account for this and it will give problems with other things too (my experience).
It looks like your agent runs as system and not as the account you think you configured it for. Please note that the agent cannot itself switch to the system account it must already running it. SYSTEM is the default account for services (services.exe runs as SYSTEM). Have you given your service account Logon As Service permissions? Have you configured this in the Services control panel?
You were absolutely right, the service acct log on was set to "Local System Account", not the one I had set up for hit. I could've swore I set it up to use the build service acct, but seems I hadn't.
Thanks for the suggestion!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.