ScheduleFile

The file that contains the information about the schedules that you want to run.

NOTE:

To run schedules, you must also set EnableSchedule to True.

You can specify an absolute or relative file path. Relative paths are relative to the IDOL Speech Server installation directory. If you do not include the file path, IDOL Speech Server uses the server installation directory.

The schedule file is a text file that contains details of the tasks. You specify the task details in the following format:

Name;Hours;Minutes;Task_Type;Task_Parameters

where

Name is the name of the schedule.
Hours are the hours (0-23) that you want to run the schedule. Separate multiple hours with commas. If you want to run the task every hour, set this value to an asterisk (*).
Minutes are the minutes (0-59) in the specified hour that you want to run the schedule. Separate multiple minutes with commas.
Task_Type is the type of task that you want to run. This value is the same as the Type parameter for the AddTask action.
Task_Parameters are the parameters for the task that you want to run. Specify parameters in the same way that you use in the AddTask action string. For details of the available parameters for each task, see Standard Tasks.

For scheduled tasks, you can use the following special placeholder tags in the task parameters to add an appropriate value for each schedule run, rather than a fixed value for all runs:

${NAME} The schedule label.
${ITERATION} The iteration of this scheduled task being run.
${YEAR} The year that the task runs (YYYY).
${MONTH} The month that the task run runs (1-12).
${DAY} The day that the task runs (1-31).
${HOUR} The hour that the task runs (0-23).
${MINUTE} The minute that the task runs (0-59).

For example:

BreakingNewsENUK;*;0,30;Type=LanguageModelBuild&Lang=ENUK&ContentServer=content1.example.com&ContentDatabase=news&NewLanguageModel=${NAME}-${HOUR}${MINUTE}.tlm

This example schedule runs a LanguageModelBuild task at 0 and 30 minutes past each hour. Each time the schedule runs, it creates a new language model with a name that follows the template ${NAME}-${HOUR}${MINUTE}.tlm (for example BreakingNewsENUK-1230.tlm).

NOTE:

Scheduling a task does not impose additional limits on the languages supported.

However, you might need to consider existing limits for certain tasks. For example, for LanguageModelBuild, some languages do not support text normalization, so you must normalize the text before running the LanguageModelBuild task.

Type: String
Default: None
Required: No
Configuration Section: schedule
Example: ScheduleFile=./speechserver-schedule.txt
See Also: EnableSchedule

_HP_HTML5_bannerTitle.htm