Search found 10 matches

by yeohray
Mon Feb 25, 2013 4:21 pm
Forum: VCL Scheduling Agent
Topic: Replacing an existing task on Windows 7
Replies: 3
Views: 24367

Replacing an existing task on Windows 7

I have an issue with replacing an existing task on Windows 7, which can similarly be reproduced in the demo project. Steps: - run the demo project - create a new task - save - close the demo project - run the demo project again - create a task with the same name At this point, the demo project asks ...
by yeohray
Thu Mar 29, 2012 2:36 pm
Forum: VCL Scheduling Agent
Topic: Connecting to Windows 7
Replies: 2
Views: 21140

Some progress after playing with the domain controller, DHCP and DNS settings. I can now connect remotely to the Windows 7 computer from a Windows 2008 R2 computer, but only the version 1 task shows up. This is also the case if I use the Windows Task Scheduler. Any ideas why this is so? Thanks in ad...
by yeohray
Tue Mar 27, 2012 7:33 am
Forum: VCL Scheduling Agent
Topic: Connecting to Windows 7
Replies: 2
Views: 21140

Connecting to Windows 7

What are the steps required to connect to a remote Windows 7 computer using the TargetComputer property? I keep getting the 'Access is denied' message. I also tried using the Windows Task Scheduler to connect locally but it failed too i.e. on the Windows 7 computer, I chose the 'Action / Connect to ...
by yeohray
Thu Mar 22, 2012 9:32 am
Forum: VCL Scheduling Agent
Topic: Error retrieving ExitCode value
Replies: 6
Views: 28118

Were you able to reproduce the error?
by yeohray
Thu Mar 08, 2012 4:23 am
Forum: VCL Scheduling Agent
Topic: DeleteTrigger issue
Replies: 1
Views: 18089

Look like I should have done the following instead:

- task has 3 triggers
- run DeleteTrigger(0) to delete the first trigger
- save task
- deactivate trigger
by yeohray
Thu Mar 08, 2012 4:14 am
Forum: VCL Scheduling Agent
Topic: DeleteTrigger issue
Replies: 1
Views: 18089

DeleteTrigger issue

Running on Windows XP, when a task has more than 1 trigger, deleting any trigger except the last one will generate OLE error 80004005. E.g. - task has 3 triggers - run DeleteTrigger(0) to delete the first trigger - deactivate task - OLE error 80004005 is raised or - task has 3 triggers - run DeleteT...
by yeohray
Mon Mar 05, 2012 10:47 am
Forum: VCL Scheduling Agent
Topic: Error retrieving ExitCode value
Replies: 6
Views: 28118

I got the 'Access is denied' message in Windows XP SP3.
by yeohray
Wed Feb 22, 2012 6:55 am
Forum: VCL Scheduling Agent
Topic: Error retrieving ExitCode value
Replies: 6
Views: 28118

Any update on this please?

Thanks.
by yeohray
Tue Feb 14, 2012 9:05 am
Forum: VCL Scheduling Agent
Topic: Error retrieving ExitCode value
Replies: 6
Views: 28118

It seems to happen only when the executable file does not exist. E.g. if I have a task that runs dummy.exe (an empty Delphi console app), I can retrieve the exit code fine. If I now delete dummy.exe and the task runs, Windows Scheduler reports a 'Could not start' status, but Scheduling Agent will ra...
by yeohray
Mon Feb 13, 2012 9:28 am
Forum: VCL Scheduling Agent
Topic: Error retrieving ExitCode value
Replies: 6
Views: 28118

Error retrieving ExitCode value

When retrieving the ExitCode property for a task, I get a 'Access is denied' message. I'm currently logged on as an administrator on the local machine, and the task is a local task.

I'm using version 2.0.7.1. Any help would be much appreciated.

Thanks in advance.