What is a Trigger Configuration?
Configurations are settings used to modify the default behavior of JAMS. Trigger Configuration Settings specifically define what the quick succession is for a Trigger, and how a Trigger should behave when firing in quick succession.
Available Trigger Configuration Settings
The following Trigger Configuration Settings are available in JAMS version 7.1.429 and newer:
Setting | Definition | Default |
FastFireLimit |
|
5 Times |
FastFireInterval |
|
1 Minute |
FastFireSubmitDelay |
|
1 Minute |
FastFireDisable |
|
False |
Adding the Trigger Configuration Settings
Use the following to add the corresponding Trigger Configuration Setting using JAMSDBA:
Setting | Value |
FastFireLimit |
add configuration FastFireLimit 5 /DataType=Int Example |
FastFireInterval |
add configuration FastFireInterval 00:02:00 /DataType=Delta Example |
FastFireSubmitDelay |
add configuration FastFireSubmitDelay 00:03:00 /DataType=Delta Example |
FastFireDisable |
add configuration FastFireDisable true /DataType=Bool Example |
Note: The JAMS Scheduler services must be restarted to apply the changes. You will want to find a time when no Jobs are Executing or Utilize a Maintenance resource in JAMS to hold Jobs from Executing as restarting the JAMSServer Service may cause Jobs to fail.
Using JAMSDBA to Modify the Trigger Configuration Setting
The JAMSDBA.exe utility is used to manage the JAMS Database and to perform other installation and management tasks.
JAMSDBA is a command line utility and, by default, is located in the Scheduler installation directory.
C:\Program Files\MVPSI\JAMS\Scheduler
Use the following instructions to use JAMSDBA to modify the Trigger Configuration Settings.
- Right click on JAMSDBA and select Run as administrator.
- When launching JAMSDBA, a "JAMSDBA>" prompt will be presented.
- Any of the following Configuration Settings Values can be used as the command:
a. FastFireLimit
add configuration FastFireLimit 5 /DataType=Int
b. FastFireInterval
add configuration FastFireInterval 00:02:00 /DataType=Delta
c. FastFireSubmitDelay
add configuration FastFireSubmitDelay 00:03:00 /DataType=Delta
d. FastFireDisable
add configuration FastFireDisable true /DataType=Bool
- Using the FastFireLimit as an example, the command is entered, hit enter to run, and the Configuration Saved confirmation will be seen:
Note: The JAMS Scheduler services must be restarted to apply the changes. You will want to find a time when no Jobs are Executing or Utilize a Maintenance resource in JAMS to hold Jobs from Executing as restarting the JAMSServer Service may cause Jobs to fail.
Comments