Installation Settings Wizard: Setting configuration parameters
Many tasks that are related to customizing Decision Center require that you set configuration parameters.
The following table shows some of the configuration parameters that you can set from the Installation Settings Wizard:
Parameter | Use |
---|---|
Number of rows to display in tables. | Specify how many rows are displayed in the tables of the Explore tab in the Enterprise console. |
Path of the location of the cache used to store build files. | Define where the IRL cache should be on the file system. The path is computed as follows:
first, use this property with the name of the user who started the server as the root for the cache
(<build.path>_<username> ). If it is not defined, use the system property
java.io.tmpdir and add rtscache (for example, <temp
dir>/rtscache_<username>). If the system property is not defined, use the server
directory and add rtscache (for example, <server
dir>/rtscache_<username>). |
Type of storage to use as a temporary buffer when generating a ruleset archive. | Choose between file or memory. |
Name of the class that defines security settings and interactive behavior for Decision Center. | Specify the controller class. Must be an instance of ilog.rules.teamserver.model.IlrSessionController. |
Name of the class for changing the behavior of an extended property. | Specify the property extension class. The default is null. Must be an instance of ilog.rules.commonbrm.model.IlrPropertyExtension. |
Row ordering for decision tables in the Business console | Select whether you want to order rows in decision tables with automatic row ordering, which
organizes a decision table by grouping rows that share condition values, or manual row ordering,
which organizes rows into partitioned groups. The values are either Manual or Automatic. |
Include debug information for decision engine archives | Activate a check box in the deployment configuration dialog of the Business console, which includes an ARL file in your deployed archive with information for debugging. |
Allow release owner to publish in their release | Publish changes to a release branch if you are owner of the release. |
Allow activity owner to publish in parent release | Publish changes to a release branch if you are owner of an activity within this release. |
Allow all users to publish a new decision service | Publish a decision service from Rule Designer to Decision Center, or import a decision service in the Business console, regardless of your user role. |
Enable pagination for grids | Browse elements in the grids with pages, instead of scrolling. There are three different
parameters that let you select which kind of grids you want to enable pagination for:
|
Do not show customer survey for the Decision Center Business console | Set to true to disable the customer survey that pops up in the Business
console and solicits feedback from users. |
SQL logging threshold for long queries (in milliseconds) |
Defines the duration threshold after which an SQL query that has not returned is logged. This query is logged every time the threshold is crossed until the SQL query returns. The duration threshold is expressed in milliseconds. The default value is 300 000 milliseconds (5 minutes). Modifications of this parameter are taken into account after approximately 1 minute. |
Time (in minutes) between two indexing periods for the textual search in Business console. If set to 0, search is not available. | Sets the search indexing period (in minutes). By default, this indexing period is 15 minutes.
In some cases, you might want to disable the search function to improve performance. If you set the value to 0, there is no indexing, and the search function is disabled. In the Business console, the search field is not longer visible. |
More configuration parameters are available in teamserver.war/WEB-INF/lib/teamserver-model-XXX.jar/ilog/rules/teamserver/preferences.properties. You must include the teamserver prefix when setting configuration parameters in the Installation Settings Wizard.