New
The following is introduced to the Alfabet platform this release.
If issues occur with the execution of job schedules, wakeup events for starting the next scheduled job may remain in executing state and the next job is not scheduled. A new command for restarting wakeup events has been added to the functionality of the AlfaAdministratorConsole.exe command line tool:
- AlfaAdministratorConsole.exe -restartevents -msalias ServerAliasName -alfaLoginName AlfabetUserName -alfaLoginPassword AlfabetUserPassword -maxexecutionmin 30 -reregistermin -1
-maxexecutionmin and -reregistermin are optional parameters. The time a wakeup event needs to be in executing state to be restarted can be defined with -maxexecutionmin . The default is 30 minutes. -reregistermin is by default set to -1 which means that events for job schedules without recurrence patterns are terminated but not restarted. Alternatively, a positive integer can be defined to create a new wakeup event for a job starting after the specified number of minutes if no recurrence pattern is available.