The job type scheduled HD job type was specifically designed to access data records generated by the ibaHD-Server. ibaDatCoordinator executes the defined tasks in a configurable cycle. The measurement data for the job is not provided as a classic data file, but is retrieved cyclically from the HD store for an adjustable time interval. Based on the configured HD store and the time period, ibaDatCoordinator generates an HD query (HDQ file), which is transferred to ibaAnalyzer for processing the tasks. Then the actual data query is performed. The HD query can be processed in ibaAnalyzer like a normal data file. The period queried is relative and always refers to the time when the task was executed (trigger).
With the scheduled job, on the other hand, you can run tasks cyclically that do not require measurement data, such as the cleanup or script task. In this case, no HD query is required and ibaDatCoordinator behaves like a simple scheduler.
For scheduled HD jobs and scheduled jobs as well, ibaDatCoordinator monitors the processing status and retries failed tasks at configurable intervals or up to a defined maximum number of retries.
You can find out how to configure jobs in ibaDatCoordinator in Configuring a job. A description of the specific configuration options for the scheduled HD job and the scheduled job can be found in Scheduled HD job and scheduled job – settings.