サポートと今すぐチャット
サポートとのチャット

Identity Manager Data Governance Edition 8.1.5 - Technical Insight Guide

One Identity Manager Data Governance Edition Technical Insight Guide Data Governance Edition network communications Data Governance service Data Governance agents Resource activity collection in Data Governance Edition Cloud managed hosts permission level to role mapping QAM module tables Configurable configuration file settings
Data Governance service configuration file settings Data Governance agent configuration file settings
Configurable registry settings PowerShell commands
Adding the PowerShell snap-ins Finding component IDs Data Governance Edition deployment Service account management Managed domain deployment Agent deployment Managed host deployment Account access management Resource access management Governed data management Classification management

SuggestedAgentCap

This key specifies the suggested maximum number of agent instances on a given computer.

Table 54: Configuration setting: SuggestedAgentCap
Configuration file %ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config
Section name <appSettings>
Setting <add key ="SuggestedAgentCap" value="20"/>
Value

Default: 20 agent instances

How to modify Replace the value as required.
Notes This is NOT a hard cap, just a suggestion.

SyncDomainPasswordInterval

This key defines the frequency (in seconds) at which the managed domain and security information cache is refreshed. This key is used by the GroupResolutionService internal service that maintains a cache of known managed domains and security information used for a variety of services.

Table 55: Configuration setting: SyncDomainPasswordInterval
Configuration file %ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config
Section name <appSettings>
Setting <add key ="SyncDomainPasswordInterval" value="60"/>
Value

Default: 60 seconds

How to modify Replace the value as required.

VerboseHostForTrusteeLogging

This key indicates whether to log the complete Alias table for a given query. This key is used for debugging purposes.

Table 56: Configuration setting: VerboseHostForTrusteeLogging
Configuration file %ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config
Section name <appSettings>
Setting <add key="VerboseHostForTrusteeLogging" value="false"/>
Value

Valid values:

  • false: do not enable verbose logging (default)
  • true: enable verbose logging
How to modify Change the value to "true" to enable verbose logging.
Notes This setting should not be turned on for more time than is necessary to diagnose any issues encountered.

Activity weight multipliers

The activity weight multipliers in the Data Governance server configuration file affect the perceived owner calculations, which is based on the resource activity data collected by Data Governance agents. A weight is assigned to each different type of activity. The default calculation assumes that it is more likely that the data owner would create, edit, delete, and change security rather than just read the data, so a heavier weight has been assigned to these change operations. By default, the heaviest weight is given to change security and lightest weight to read.

Table 57: Activity weight multipliers
Configuration setting Description
<add key="Activity.ReadWeightMultiplier" value="100"/> Weight assigned to read operations. By default, this is the lowest value.
<add key="Activity.WriteWeightMultiplier" value="150"/> Weight assigned to write operations.
<add key="Activity.CreateWeightMultiplier" value="150"/> Weight assigned to create operations.
<add key="Activity.DeleteWeightMultiplier" value="150"/> Weight assigned to delete operations.
<add key="Activity.RenameWeightMultiplier" value="125"/> Weight assigned to rename operations.

<add key="Activity.SecurityChangeWeightMultiplier" value="200"/>

Weight assigned to security changes. By default, this is the highest value.

To configure the perceived owner calculation

  1. Browse to and open the DataGovernanceEdition.Service.exe.config file.
  2. In the configuration file, locate the Application settings (<appSettings>) section
  3. Locate and alter the value assigned to the required key.
  4. Save your changes.
  5. Restart the Data Governance service after making changes to these settings and saving the file.
関連ドキュメント

The document was helpful.

評価を選択

I easily found the information I needed.

評価を選択