Reschedule locked scheduled jobs
Jobs scheduled via the Job Scheduler functionality may run into a deadlock and not executed. These jobs can be re-executed with the following command:
- AlfaAdministratorConsole.exe -reschedulelockedjobs -msalias <alias name> -alfaLoginName <Alfabet user name> -alfaLoginPassword <user password>
The table below displays the command line options:
Command Line Option | Mandatory/ Default | Explanation |
---|---|---|
-reschedulelockedjobs | Mandatory | To re-schedule locked jobs, start the console application with
|
-msalias <alias name> | Mandatory | Enter a server alias name as specified in the AlfabetMS.xml configuration file for access to the database. |
-msaliasesfile <Alfabet configuration file path> | Optional | If the AlfabetMS.xml configuration file that contains the specification of the alias is not located in the same directory as the executable, the path to the AlfabetMS.xml file must be specified with this parameter. |
-alfaLoginName <Alfabet user name> | Mandatory | Alfabet user name for login.
A user can only execute a batch job if the Can Execute Batch Jobs checkbox is selected (=True) for the user. |
-alfaLoginPassword <user password> | Optional | Alfabet login password. |