RTI_TASK_SCHEDULER (OpenInsight 32-bit Specific)
At 17 MAY 2010 06:52:45PM Terry Rainville wrote:
Has anyone got this to work ???
Here is my failed attempt example.
The program compiles and runs but nothing happens.
I also tried the RTI_INDEXER_CONFIG to make a task.
This did add a task to the windows tasks but gave a failed message when doing so and the task does not run properly becuase it does nothing.
All I am trying to do is to get a POST INDEX subroutine to run same as I did in AREV.
Also does anyone know how to see the indexing process running, in AREV after the time limit (lets say 5 minutes) it would say "INDEXING" in the lower right hand corner.
COMPILE SUBROUTINE TEST(NullVal)
declare function rti_task_scheduler
TaskDetail='
TaskDetail=QUERY'
TaskDetail=EVAL CALL TEST1('')"
TaskDetail=15478'
TaskDetail=2'
TaskDetail=1 MINUTE'
Ans=rti_task_scheduler('ADD','QUERY',TaskDetail,'1')
RETURN
At 03 JUN 2010 02:38PM Terry Rainville wrote:
Ok this is a new option installed by Rev, is everyone telling me this option does not work.
I know I have had no luck whatsoever. Maybe someone from Rev can respond and let me know how to make this work properly.