The configurations for the Agents Accelerator are stored under the AG_Configurations Company Parameter. This Company Parameter is used by the Agents Accelerator to centrally control agent behavior via configurable key–value entries.
|
Config Name |
Config Value |
Config Attribute 1 |
Description |
|---|---|---|---|
|
MODE |
TEST |
n/a |
If the value is set to TEST, error messages are displayed including stack trace. |
|
MODE |
PRODUCTION |
n/a |
If the value is set to PRODUCTION, error messages are displayed without stack trace. |
|
AUTO_CREATE_ACTIONS_ON_RESUBMIT |
true |
n/a |
If set to true resubmitting an agent triggers its computation automatically, matching the behavior of a first-time submission. |
Auto Crete Actions on Resubmit
Starting with the Agents 1.7, resubmitting an agent triggers its computation automatically, matching the behavior of a first-time submission. This is controlled by the AUTO_CREATE_ACTIONS_ON_RESUBMIT configuration entry in the AG_Configurations Company Parameter.
Default Behavior
When AUTO_CREATE_ACTIONS_ON_RESUBMIT is set to true, the agent triggers its Scheduler Task immediately upon resubmission. The resulting one-time schedule is named <Agent's Name>_immediateResubmitRun and appears in Calculation Schedules only during resubmission.
Installation Behavior
-
New installations and full Agent package deployments –
AUTO_CREATE_ACTIONS_ON_RESUBMITis included by default and set totrue. No manual action is required. -
Update package deployments – You must manually add the
AUTO_CREATE_ACTIONS_ON_RESUBMITentry to theAG_ConfigurationsCompany Parameter and set its value totrueas a one-time post-upgrade step.
How to Add the Configuration Entry
-
Go to Company Parameters.
-
Search for AG_Configurations.
-
Click Add Record.
-
In the Add New Company Parameter Value menu:
-
In the Agent Type, enter *.
-
In the Agent Name, enter *.
-
In the Config Name, enter AUTO_CREATE_ACTIONS_ON_RESUBMIT.
-
In the Config Value, enter true.
-
Leave Config Attribute 1 empty (not applicable).
-
-
Click Add.