Author |
Message |
Topic: Replacing an existing task on Windows 7 |
yeohray
Replies: 3
Views: 7416
|
Forum: VCL Scheduling Agent Posted: Mon Feb 25, 2013 4:21 pm Subject: 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 pr ... |
Topic: Connecting to Windows 7 |
yeohray
Replies: 2
Views: 6437
|
Forum: VCL Scheduling Agent Posted: Thu Mar 29, 2012 2:36 pm Subject: Connecting to Windows 7 |
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 show ... |
Topic: Connecting to Windows 7 |
yeohray
Replies: 2
Views: 6437
|
Forum: VCL Scheduling Agent Posted: Tue Mar 27, 2012 7:33 am Subject: 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 Schedule ... |
Topic: Error retrieving ExitCode value |
yeohray
Replies: 6
Views: 8974
|
Forum: VCL Scheduling Agent Posted: Thu Mar 22, 2012 9:32 am Subject: Error retrieving ExitCode value |
Were you able to reproduce the error? |
Topic: DeleteTrigger issue |
yeohray
Replies: 1
Views: 5292
|
Forum: VCL Scheduling Agent Posted: Thu Mar 08, 2012 4:23 am Subject: DeleteTrigger issue |
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 |
Topic: DeleteTrigger issue |
yeohray
Replies: 1
Views: 5292
|
Forum: VCL Scheduling Agent Posted: Thu Mar 08, 2012 4:14 am Subject: 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 ... |
Topic: Error retrieving ExitCode value |
yeohray
Replies: 6
Views: 8974
|
Forum: VCL Scheduling Agent Posted: Mon Mar 05, 2012 10:47 am Subject: Error retrieving ExitCode value |
I got the 'Access is denied' message in Windows XP SP3. |
Topic: Error retrieving ExitCode value |
yeohray
Replies: 6
Views: 8974
|
Forum: VCL Scheduling Agent Posted: Wed Feb 22, 2012 6:55 am Subject: Error retrieving ExitCode value |
Any update on this please?
Thanks. |
Topic: Error retrieving ExitCode value |
yeohray
Replies: 6
Views: 8974
|
Forum: VCL Scheduling Agent Posted: Tue Feb 14, 2012 9:05 am Subject: Error retrieving ExitCode value |
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.e ... |
Topic: Error retrieving ExitCode value |
yeohray
Replies: 6
Views: 8974
|
Forum: VCL Scheduling Agent Posted: Mon Feb 13, 2012 9:28 am Subject: 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 vers ... |
|