I figured it out. When running the console application, the server runs as the logged in user. However, when starting the service, the server runs as System. Hence even Administrator does not have System rights, and hence I was seeing the problems I had. The solution was to start the service as a logged on user, which is a tab o the (right- click service) Properties window.
On Apr 28, 11:04 am, Zilla <[email protected]> wrote: > That's what I expected too, that's why I'm perplexed. I run the > ccservice as Administrator, so why doesn't my scheduled script > execution "act" like the Administrator? > > -chris > > On Apr 27, 2:15 am, Ruben Willems <[email protected]> wrote: > > > > > > > > > Hi > > > I would expect it to be the user who's running ccservice. > > > with kind regards > > Ruben Willems
