in reply to Windows Scheduler Issues
Stuff run from the scheduler probably gets a different security context which doesn't give it any access to network shares.
You can try LogonUser() followed by CreateProcessAsUser() (see Win32::AdminMisc from http://www.roth.net/, perhaps) or you can try to configure the scheduler service to run as a specific user (which still might not be enough).
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re: Windows Scheduler Issues
by seigniory (Sexton) on Mar 30, 2001 at 03:37 UTC | |
by tye (Sage) on Mar 30, 2001 at 03:47 UTC |