Hello.
I am having some trouble with scheduled tasks and since this is the first time I am trying to do this I might be missing something. So this is my setup at the minute:
I have a ScheduledTask class, derived from BaseScheduledTaskAddIn . This does not do much at the moment, it just runs an update statement on the database and returns true, if no exceptions are raised. Otherwise it will return false.
I tried adding a scheduled task from the Dw interface, but I am unable to since the add button is disabled. Also tried impersonation and it fails. So I went ahead and created a record in the database in the ScheduleTask table and it shows up in the task list. In this record I set the task assembly to "eBooking", and also set the namespace and the task name (among other things). Also, although It does not save the values for the task, when I edit the details for the task I can see that my task is selected.
However, the task is not run. Neither periodically not if I start it with Run now. Any ideias? Is this related to the fact that I cannot create/edit tasks?
Marco