On Feb 20, 2012, at 17:44 , Preston Landers wrote:
> Offhand it sounds like a authorization related issue. Have you tried
> checking the current user identity / authorization from within the
> child processes?
That seems to be the problem. The service itself was registered to run under no
part
Hi Preston,
> Offhand it sounds like a authorization related issue. Have you tried
> checking the current user identity / authorization from within the
> child processes?
Not yet. The service itself is run without specific credentials.
> Is there a reason you're calling CreateProcess directly
Hi all,
I've written a Windows service based on win32serviceutil.ServiceFramework. The
service per se is running just fine. I am testing it on Windows Server 2003.
When starting, the service uses the win32process.CreateProcess to start a
process:
win32process.CreateProcess(None, , None, None,