Search found 6 matches

by shaune
Fri Jun 04, 2004 9:19 am
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 35593

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
by shaune
Thu Jun 03, 2004 2:12 pm
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 35593

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...
by shaune
Thu Jun 03, 2004 8:34 am
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 35593

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...
by shaune
Wed Jun 02, 2004 11:26 am
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 35593

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...
by shaune
Mon Apr 26, 2004 2:10 pm
Forum: VCL Scheduling Agent
Topic: Pricing of Scheduling Agent
Replies: 4
Views: 15459

When will Igore be returning? Is there anyone else that can help me? Can you please be more specific about how long I will need to wait ("Several days" does not mean anything, since several days have already passed) If I have to wait very long then I would rather get a component somewhere ...
by shaune
Thu Apr 22, 2004 12:04 pm
Forum: VCL Scheduling Agent
Topic: Pricing of Scheduling Agent
Replies: 4
Views: 15459

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...