Products | Versions |
---|---|
Spotfire Automation Services | All Versions |
Prerequisites:
These files are available in the Automation Services installer and need to be copied manually (Both the files should be in the same folder on any client machine):
Example Automation Server URL: http://[SpotfireAutomationServer]/SpotfireAutomation/JobExecutor.asmx
Synchronous Job Execution:
When you hit enter you will see the job execution as follows:
01:42:19.507: Finished
As, you can see, each entry is logged and you can check the status of the job execution. Automation Services jobs are executed synchronously by default.
Asynchronous Job Execution:
If the same job is run asynchronously, there is a slight modification to the command line job execution line from Step 3 above, as shown below:
When you hit enter you will see the job execution as follows:
02:11:23.223: Connecting to server.
02:11:23.317: Calling web service http://[SpotfireAutomationServer]/SpotfireAutomation/JobExecutor.asmx with a timeout value of 600 seconds, please wait.
02:11:23.317: Calling web service asynchronous.
02:11:24.254: Job launched.
As, you can see, it does not keep track of the status of the job execution. Once the job execution starts, its job is done. We can only check the status of the job execution using entries in Spotfire Automation Services debug log files.