You can configure ARIS Risk & Compliance Manager with parameters in System configuration. If you want to configure ARIS Risk & Compliance Manager, use the parameters in Administration > General > System management > System configuration. Position the mouse pointer over a property name to display an explanation. There are two groups of parameters:
Click Edit to change the values of these parameters. Changes are applied immediately and stored in the database. Click
Reset to return to default value.
The parameters that cannot be edited here are marked as Locked in the Editable column. Configure them with ARIS Cloud Controller by executing reconfigure commands. The affected server instances are restarted afterwards. If the installation contains several instances of ARIS Risk & Compliance Manager server, all of them must be configured identically to ensure consistent behavior.
Example: reconfigure arcm_m arcm.config.dbCaseSensitive=false
The most important parameters are described in detail below. All parameters not specified are used internally and should not be changed. Preset values are listed in brackets.
ARCM.CONFIG.KEEPALIVETIME
param-value |
Description |
---|---|
60 |
Specifies the timeout of the automatic logout in seconds. After this time period, inactive user sessions are terminated, that is, users are logged out automatically. |
ARCM.CONFIG.ENTRIESPERPAGE
param-value |
Description |
---|---|
20 |
Specifies the number of entries per page for object lists. |
Scheduler settings
The parameters that are marked as Locked in the Editable column must be edited using ARIS Cloud Controller. Parameters without the lock symbol can be edited.
Procedure
The changes are immediately applied and stored in the database. Click Reset in the row of the relevant parameter to reset the default value.
Examples
If this parameter is set to true, empty attributes of ARIS Risk & Compliance Manager objects are not displayed. ARIS reports are not affected by this parameter.
If this parameter is set to true, users can remove the offline processing object lock set by other users, provided all users involved are members of the same offline processing group of the object.
If this parameter is set to false, the customized colors of the active ARIS Connect configuration set are not used for ARIS Risk & Compliance Manager.
startScheduler
Use the startScheduler section to activate (true) or deactivate (false) server tasks.
param-value |
Description |
---|---|
false |
Disables time control. |
true |
Enables time control. |
Example
[ jobitem | generatorJob ] [ startScheduler | false ] [ executionTime | 0 52 00 ? * SUN-SAT ] [ excludedEnvironments | ] [ includedEnvironments | ] [ objecttypes | TESTCASE ]
executionTime
Here, you can enter the execution times for the Quartz scheduler (see Scheduler settings). They are specified as Cron Expressions!. More information on the Quartz scheduler is provided on the Quartz home page.
excludeenvironments
Here, you can enter environments that are to be excluded from a server task. Separate the environments by comma.
includeenvironments
Here, you can enter environments that are to be included in a server task. Separate the environments by comma. All other environments are ignored by the server tasks.