Ccnet service run under a different user context (i.e. System, localService, etc.) These are some options:
1. Configure ccnet service to run under your user credentials.
2. Create a user for ccnet exclusively with the necessary privileges and configure the service to run under those credentials and do any ccnet related configuration using that user account.
3. Try to run additional commands (i.e. tf workspaces... Under the configured ccnet service credentials)
The best option in my opinion is 2. You can login with that user account somenthing that you can't do with system account (you can but some tricks are required), in case your personal account get locked, ccnet service wont be affected.
Please note that this kind of problems may occur in many situations where commads are per user i.e. certificate installation, environment variables, etc.
Rolando
--
---
You received this message because you are subscribed to the Google Groups "ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ccnet-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
By default the service is installed to run under local system account.
To change that:
Go to start -> run service.msc
Look for CruiseControl.Net service
Right click on it -> properties
LogOn tab
You can change the credentials there.
Rolando