Hi
The limited user account result :
once you run the program and click on the button you immediatly get the error :
'Task Scheduler service is not running'
no showmessage is executed.
I will try to run the demo application on some other Operating systems.
thanks
Search found 6 matches
- Fri Jun 04, 2004 9:19 am
- Forum: VCL Scheduling Agent
- Topic: Cannot run task scheduler under non-admin accounts.
- Replies: 11
- Views: 45044
- Thu Jun 03, 2004 2:12 pm
- Forum: VCL Scheduling Agent
- Topic: Cannot run task scheduler under non-admin accounts.
- Replies: 11
- Views: 45044
Hi I have tested the supplied code. It works fine with a account with admin rights(I get both showmessages) but when logged on as a non-admin user it does not even get to showmessage and bombs at startscheduler. I am using window XP pro Version 2002 service pack 1 - and has the latest updates from m...
- Thu Jun 03, 2004 8:34 am
- Forum: VCL Scheduling Agent
- Topic: Cannot run task scheduler under non-admin accounts.
- Replies: 11
- Views: 45044
HI This is a what i am doing - a summary version procedure TfrmMain.Button1Click(Sender: TObject); var TaskScheduler: TTaskScheduler; begin TaskScheduler := TTaskScheduler.Create(nil); TaskScheduler.Open; showmessage('done'); TaskScheduler.close; TaskScheduler.Destroy; end; It never gets to the show...
- Wed Jun 02, 2004 11:26 am
- Forum: VCL Scheduling Agent
- Topic: Cannot run task scheduler under non-admin accounts.
- Replies: 11
- Views: 45044
Cannot run task scheduler under non-admin accounts.
Hi My program creates tasks dynamically using TTaskScheduler. The Problem : The program executes fine under a computer administrator account and creates the tasks, but if i login and run the program under a non-admin user (or called a limited user ) the tasks do not get scheduler and return an error...
- Mon Apr 26, 2004 2:10 pm
- Forum: VCL Scheduling Agent
- Topic: Pricing of Scheduling Agent
- Replies: 4
- Views: 19543
- Thu Apr 22, 2004 12:04 pm
- Forum: VCL Scheduling Agent
- Topic: Pricing of Scheduling Agent
- Replies: 4
- Views: 19543
Pricing of Scheduling Agent
Hi, I would like to schedule programs to run from within our own application. We intend to sell our application to many users. Would each of the users require a license of the scheduling agent - or would we pay for a license for each of our developers and be able to distribute our application to end...