RTI_TASK_SCHEDULER (OpenInsight 32-bit Specific)
At 01 OCT 2010 10:23:35AM Paxton Scott wrote:
Greetings!
Does the task scheduler work in OI 9.1?
If so, I have not figured out how to set it up.
Is there some doc for a "first timer"?
I have OengineServer running, 3 engine license and I call it now with OECGI2 and serve web pages and respond to AJAX calls just fine.
I set up the Task Scheduler Config with the same parameters as in my Registry (OengineServer on same machine as OpenInsight - localhost/127.0.0.1)
I defined a task, with the Stored Proceedure name in Proceedure Name field and the single argument in the Argument field. Maybe it should be in quotes? The single argument is the key to a record of which my procedure knows the filename. The referenced record contains all other parameters needed by the proceedure.
I set the task to run every day, first time being in say 5 minutes.
I close the copy of OI I used to set it up, restart OengineServer and watch task manager to see if it starts, it does not.
Bet I am missing something obvious that someone will tell me and I thank her!
Have fun,
Paxton
At 04 OCT 2010 11:29AM Jared Bratu wrote:
Are you using the RTI_TASK_SCHEDULER() function or trying to create the scheduled task by hand?
If you are using the RTI_TASK_SCHEDULER() function was return value are you receiving?
At 05 OCT 2010 05:30PM Paxton Scott wrote:
Jared,
Thanks for the reply.
Maybe I am not using the feature correctly. I do not know what to add beyond my description in my original post.
I just used the supplied forms, and did not write any scrip using the function. Is that the better way to do it?
Paxton