MinimumSupportedModuleMigrationVersion
This key specifies the minimum supported version of the One Identity Manager database that this version of the Data Governance server can work with. If during installation, the new version is less than this value, the installation cannot occur. This key is used by the ManagementServer internal service which manages the core Data Governance service dependencies.
Table 38: Configuration setting: MinimumSupportedModuleMigrationVersion
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="MinimumSupportedModuleMigrationVersion" value="Null"/> |
Value |
Default: Null |
How to modify |
Replace the value as required. |
OracleBulkImportBatchSize
NOTE: Oracle Database support was deprecated beginning with One Identity Manager 8.1. Do not use.
Once data is 'governed', the Data Governance service periodically queries agents to retrieve detailed security information and store it in the central database. Use this configuration setting to configure the number of records to be imported at a time during a bulk import for an Oracle database.
TIP: Configuring bulk inserts of governed security information may help improve performance.
Table 39: Configuration setting: OracleBulkImportBatchSize
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="OracleBulkImportBatchSize" value-"500"/> |
Value |
Default: 500 |
How to modify |
Replace value as required. |
PerceivedOwnershipActivityPeriod
This key defines the time period (in days) to look for past resource activity in order to determine perceived owners. This key is used by the ResourceActivityInternalServices task that updates the perceived owner and points of interest (POI) for governed resources.
Table 40: Configuration setting: PerceivedOwnershipActivityPeriod
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="PerceivedOwnershipActivityPeriod" value="30"/> |
Value |
Default: 30 days |
How to modify |
Replace the value as required. |
PerceivedOwnershipByResourceActivity
This key specifies the primary source for calculating perceived ownership: Resource activity history or security information.
Table 41: Configuration setting: PerceivedOwnershipByResourceActivity
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="PerceivedOwnershipByResourceActivity" value="true"/> |
Value |
Valid values:
- false: Use security information
- true: Use resource activity history (default)
|
How to modify |
Replace the value as required. |