We are trying to run Omniscope Scheduler from a 3rd party application by giving the path "C:\Program Files\Visokio Omniscope\OmniscopeEnterprise.exe" . We had prepared a schedule to run certain IOK files to process the data and publish them to tables. But do we have any facility to stop the scheduler once the data processing & publishing is over.
Actually our requirement is , when we have got new flat files, Our front end application will submit a request , this will trigger Omniscope Scheduler as we had provided the Omniscope Scheduler path. Once all the files are submitted, Omniscope Scheduler should stop and should close. Again if the front end application sends a request then Omniscope Scheduler should rerun and process the data and the Scheduler should stop after data is published.
Please let us know if we are doing it in a wrong way.
Suresh - Omniscope Server's Scheduler process is designed to run continuously 24/7, even as a Windows service. If you need event-driven automation, whereby your systems wish to take immediate over-riding control of the Scheduler Task List, this is done by your systems writing an XML Actions text file into the designed continuously-monitored Scheduler watchfolder for immediate execution, as described here: http://www.visokio.com/kb/watch-folder
Suresh - You can generate 'model' XML Actions files by exporting them from the Scheduler Task List. Your own systems can then generate their own versions of these model XML Actions (used to trigger immediate execution of specified file actions by saving them to the Scheduler watchfolder) by following the same syntax/schema as the exported 'model' file.
Configure each action in the Scheduler Task List as normal, then select the Task you wish to have a 'model' file for and choose Export selected
I attach some exported examples of XML Actions model files, one for launching a 3rd Party application from a batchfile and another for exporting a custom JAR bundle ( a custom JAR bundle is an IOK data file plus free Viewer installer together in a single JAR)