Previous Topic: DependencyNext Topic: Exits


devcalc

CA ControlMinder maintains deviation calculator settings it uses under the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\AccessControl\devcalc

The devcalc registry key contains the following registry entries:

dms_cmd_retry_interval

Defines the number of seconds between each DMS notification command retry.

Default: 60

max_dms_cmd_retry

Defines the maximum number of times the policy deviation calculator retries to send update notifications to the DMS before giving up.

Default: 3

max_lines_request

Defines the maximum number of lines (from the policy deviation data file) that the get devcalc selang command returns at any one time. You then need to retrieve additional lines using the following command:

get devcalc params("offset=X")
X

Defines the line offset returned by the previous get devcalc output.

Default: 50