Re: Unable to run external program exe's
Thanks Randy for your input. I ended up by making the EXE run under a
scheduled task. The good thing about that is, when you create a
scheduled task, the system asks you for the userid you want to run
this job as. In regards to the other problem of successfully calling
the 3rd party programs, initially I was assigning a userid/password to
the Process object. I removed that code, and I am letting the system
handle that. I am guessing the system will run these outside exe's to
run with the given userid. Or it may be running with the SYSTEM acct,
I don't know.
Taps.
.
Relevant Pages
- Re: Scheduled task doesnt get correct processlist under remote connec
... Scheduled tasks run in session 0 under local SYSTEM account. ... If I run the .exe manually then it works fine; but if I create a scheduled ... The scheduled task starts/runs/stops with no error. ... (microsoft.public.windows.terminal_services) - Creating Scheduled Task
... I created a scheduled task to run an exe from a network share,that has a ... Then I change my profile and login as another user. ... The task is carried out on schedule and the exe is loaded and can be seen in ... But the problem is that the GUI is not displayed. ... (microsoft.public.security) - Re: set a scheduled task
... bcoz many resource can access by administrator only. ... password for scheduled task after administrator password changed. ... permission group i need to assign to that new userid for scheduled task? ... (microsoft.public.windows.server.general) - Entering a domain name in a scheduled task
... Since I joined a domain I'm not able to get a scheduled task to run. ... I'm prompted for my userid and password, what is the correct syntax? ... settings that doesn't require a password, that would be okay to. ... (microsoft.public.windowsxp.general) - Re: set up a scheduled task on windows 2003
... login and pwd to run the scheduled task, ... password for scheduled task after administrator password changed. ... permission group i need to assign to that new userid for scheduled task? ... (microsoft.public.windows.server.security) |
|