New Post: How to connect remote servers tasks scheduler
Hi dahall I have following 2003 server Windows Server 2003, Standard Edition Build 3790 (Service Pack 2) Ajay  Â
View ArticleNew Post: Unauthorized Exception when creating/deleting tasks
I haven't tried your specific scenario, but the Scheduled Tasks applet uses the same base COM library as this library. I would expect that you will need to specify the username and logontype of S4U or...
View ArticleNew Post: How to connect remote servers tasks scheduler
2008 can see tasks on other 2008 and 2003 servers. 2003 can only see other 2003.
View ArticleNew Post: Unauthorized Exception when creating/deleting tasks
This is the latest code I tried. I'm pretty sure I'm just missing something small. Your help is greatly appreciated: var taskDef = ts.NewTask(); if (ts.HighestSupportedVersion >= new Version(1, 2))...
View ArticleNew Post: Unauthorized Exception when creating/deleting tasks
Great news! I found the solution based on the following thread:Â http://social.technet.microsoft.com/Forums/is/winserverGP/thread/6eb2bbb4-4444-47f4-b4f1-dbac43f33561 Based on the two recommendations,...
View ArticleNew Post: Unauthorized Exception when creating/deleting tasks
For everyone's benefit, here is the simplified code to make this work for non-admin users on XP and Win7 Â var taskDef = ts.NewTask(); taskDef.Settings.ExecutionTimeLimit = TimeSpan.FromMinutes(15);...
View ArticleCreated Issue: Displayed Tasks not showing correct Status nor NextRunTime...
We have tasks listed in a folder on our Windows Server 2008 R2, and can loop through tasks, however, items aren't showing correct information.Our setup:Task Scheduler > Reports >...
View ArticleNew Post: Displayed Tasks not showing correct Status nor NextRunTime
We have tasks listed in a folder on our Windows Server 2008 R2, and can loop through tasks, however, items aren't showing correct information. Â NextRunTime; // it's showing 12/30/1899 12:00:00 AM...
View ArticleCreated Issue: how to get task from remote server [10350]
Hi ALLI Want to call remotely windows task scheduler for this i am using Microsoft.Win32.TaskScheduler.dll and created object of TaskService class likeTaskService 01_server =...
View ArticleCommented Issue: how to get task from remote server [10350]
Hi ALLI Want to call remotely windows task scheduler for this i am using Microsoft.Win32.TaskScheduler.dll and created object of TaskService class likeTaskService 01_server =...
View ArticleNew Post: How can I edit the NextRunTime for an existing Task
Hi all, I have a task which created manually. Each time it runs, I need to check some conditions from my Database to determine its NextRunTime but NexRunTime property is readonly. How can I change the...
View ArticleNew Post: How can I edit the NextRunTime for an existing Task
NextRunTime is calculated internally by looking at all the triggers and determining when they will all execute. The only way to change it is by changing some or all of the triggers associated with the...
View ArticleNew Post: how to get task from remote server
Hi ALL 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 Issue: If user Cancels the Password Dialog box Exception bubbles to...
I'm setting up a Scheduled Task where I was the user to supply their own credentials and I want the task to be TaskLogonType.PasswordBut if the user cancels that dialog box after pressing ok on the...
View ArticleNew Post: Configure for:
Hi David, I have a couple of questions for you: (1) I noticed that if I choose "Configure for: Windows Server 2003, Windows XP, or Windows 2000", save the task schedule, and reopen or edit it, the...
View ArticleNew Post: Configure for:
On your first item, you found a bug. I have corrected the problem in the code and will release it with the next update (likely 1.8.4). On your second point, I haven't done this yet as Windows 8 has not...
View ArticleNew Post: Displayed Tasks not showing correct Status nor NextRunTime
Found the problem... I had assigned permissions to C:\Tasks, but on this machine the Tasks are stored at C:\Windows\System32\Tasks -- once I assigned the folder the correct permissions, then it worked....
View ArticleClosed Issue: CredentialsDialog.cs this.UserName null [10118]
Not sure if bug or me doing something funny. On if (this.ValidatePassword && !IsValidPassword(this.UserName.ToString(), password.ToString())) the UserName is null although it was entered....
View ArticleClosed Issue: Uncaught exception [9826]
'Elucidate.vshost.exe' (Managed (v4.0.30319)): Loaded 'Z:\Elucidate\Elucidate-Phase_I\Elucidate\bin\Debug\TimeSpan2.dll'A first chance exception of type 'System.NullReferenceException' occurred in...
View Article