Closed Issue: my scheduler task not working properly after then [10951]
"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: See Comments
View ArticleNew Post: no task scheduler is created when deploy on IIS server
Hi Dahall, I found my solution already. The problem is that I only implement that locally not on a remote methodology. Thank you so much for your response. -- Sincerely Yours, Sereyboth Van
View ArticleNew Post: Error during Enabling/Disabling task
(Win8 x64, .NET 4.0) I get the following error when I try to enable or disable a task using VB.NET:"An unhandled exception of type 'System.Security.SecurityException' occurred in...
View ArticleNew Post: Error during Enabling/Disabling task
Those are restrictions from the Microsoft library. Once a task is registered with a stored password, it must have that password specified with each re-registration. The RegisterChanges method cannot...
View ArticleNew Post: The request is not supported 0x80070032
I am having the same problem connecting to a 2003 Server The request is not supported. (Exception from HRESULT: 0x80070032) my code is fairly simple, I'm just trying to connect at the moment string...
View ArticleNew Post: Need a ExecutionTimeLimit???
How do I make the task not have a ExecutionTimeLimit ... it seems that it is required??? Thanks, Kris
View ArticleNew Post: Need a ExecutionTimeLimit???
The default value for that property is 72 hours. To set it for indefinite execution time, set the value to TimeSpan.Zero.
View ArticleNew Post: COMException connecting to Windows 2012 Task Scheduler remotely
Hi dahall, Thank you for your effort, is there any progress with this issue ? I think that you are right, I suspect that the issue is caused by the underlying Task Scheduler COM library, I fear that...
View ArticleNew Post: Cannot have windows with handles (eg NativeWindow) when running at...
I want to have an app that waits for the windows GUID_MONITOR_POWER_ON event that is picked up through WndProcs ... so we need a window :( ... but these cannot seem to be created at the login screen...
View ArticleSource code checked in, #84464
* Updated documentation * Added argument range checking to Task and Trigger TimeSpan properties
View ArticleSource code checked in, #84473
* Unbound RightToLeft dependency in FullDateTimePicker.cs
View ArticleNew Post: COMException connecting to Windows 2012 Task Scheduler remotely
As I mentioned, I don't have a system to test this on, but I have an idea for someone to try. Instead of trying to get the Definition, will someone try getting the Xml and see if an exception is ever...
View ArticleNew Post: Cannot have windows with handles (eg NativeWindow) when running at...
I don't know if this will work, but I would try registering the task using the System or Local Service account and then assigning the EventTrigger or SessionStateChangeTrigger to call whatever action...
View ArticleNew Post: show hidden tasks and get all tasks in root and all...
Hi, This is very cool. I am trying to setup an example console app that will list all tasks from root and subfolders. I have come so far that is has displayed the first tasks, but I can see it excludes...
View ArticleNew Post: show hidden tasks and get all tasks in root and all...
You must be trying to use the GetTasks method. There is an easier way. Please see the "Enumerate all tasks" sample code on the Examples page.
View ArticleNew Post: show hidden tasks and get all tasks in root and all...
I was using the GetTasks method. Thanks, don't know why I missed that :) I have now all tasks and I can toggle if I wanna see the ones that are hidden. I now will try to see if I can search for a task...
View ArticleNew Post: Hung Scheduled Task Won't Stop
Hello, We've been using this API to manage scheduled tasks (mostly by enabling them and disabling them) on a number of remote servers during software deployments, and it works quite well the majority...
View ArticleCommented Issue: how to get task from remote server [10350]
I want to call remotely windows task scheduler for this i am using Microsoft.Win32.TaskScheduler.dll and created object of TaskService class like```TaskService 01_server =...
View ArticleCreated Unassigned: Code to check the staus of scheduled task in remote...
Hi Folks,I do have a requirement:1.Need to get the status of all scheduled tasks schduled in a remote machine2.Based on status need to send an alert emailThis is my sample code:using System;using...
View ArticleCommented Unassigned: Code to check the staus of scheduled task in remote...
Hi Folks,I do have a requirement:1.Need to get the status of all scheduled tasks schduled in a remote machine2.Based on status need to send an alert emailThis is my sample code:using System;using...
View Article