|
|
 |
|
|
Pages: 1
Task Scheduler
(Click here to view the original thread with full colors/images)
Posted by: scj6771
Is it possible to run the Task Scheduler as a non-admin? I have been tasked to prepare a machine to automatically run a "collect and send" from within the Xata program installed on that machine. What is Xata you ask? Xata collects all kinds of information from our drivers on the road, pickup times, drop-off times, what trips the driver will be making for the day, how fast he is going, how hard he brakes, when he shits........I think you get the picture, you can find more info here if you so please. Anyway back to the issue at hand, this is a rather simple command and it pulls the data from a "data station" that gets it's info from the drivers through a key system.
Like I said before, any user can sign on to this machine and run the "collect and send" the issue starts when I try to setup the task scheduler to run the program. The only time I can get this to work is if I sign on as an admim, create the task as an admin and run the task as an admin. What I do not understand is that inside the Task Scheduler it will ask you for a username and password of a user that you want the program to run under, yet if I logoff and log on as a non-admin and try to run the job under the Task Scheduler, it will say it is running but I know from the lack of data it has not.
The machine in question is loaded with XP Pro SP2. I hope this all makes sense to you, in a nutshell I just want to run the Task Scheduler as a non admin.
Posted by: lcousins
Quote:
yet if I logoff and log on as a non-admin and try to run the job under the Task Scheduler, it will say it is running but I know from the lack of data it has not.
|
to me this identifies your problem. it is not that task schedular is not running, it is that the task you are running is not able to access the data. does that sound reasonable??
eithr way from the command line 'regedt32', find all the entries for the programs that need to be run and chang the security settings on them so they can be fully used by all users (or at least the user in question). its a long job the first time round because it will take you ages to find all the entries, but after that it should be plain sailing.
|
|
|
|
|