Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
> From: Oliver Giesen [mailto:ogware at gmx.net] > > It was running, and now it won't > > anymore, perhaps because I set the main CVSNT service to > run under a > > user account other than LocalSystem. (Was that a bad idea? > > Maybe. Don't know for sure. Probably... It was a bad idea. The server process needs to be able to impersonate the client's user at the server, so that things like file ownership and permissions work properly. LocalSystem can do this; most other accounts can't. No doubt Tony has more details, possibly of other things that could be screwed up and how to fix them :-). If I recall, the account needs at least to be able to replace a process-level token. - Peter