CollectPoi.QueryBatchSize
This key defines the maximum number of resources sent in a single query to an agent.
This key is used by the InfrastructureManagement internal service that handles general infrastructure management, including contacting the agent to retrieve points of interest (POI) information on governed resources.
Table 26: Configuration setting: CollectPoi.QueryBatchSize
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="CollectPoi.QueryBatchSize" value="5000"/> |
Value |
Default: 5000 resources |
How to modify |
Replace the value as required. |
CollectPoi.QueryTimeoutInMinutes
This key defines the amount of time (in minutes) before a point of interest (POI) query expires. This key is used by the InfrastructureManagement internal service that handles general infrastructure management, including contacting the agent to retrieve POI information on governed resources.
Table 27: Configuration setting: CollectPoi.QueryTimeoutInMinutes
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="CollectPoi.QueryTimeoutInMinutes" value="240"/> |
Value |
Default: 360 minutes |
How to modify |
Replace the value as required. |
CollectPoi.QueryUpperBound
This key defines the maximum number of resources that will be held in memory as a result of the point of interest (POI) collection process. This key is used by the InfrastructureManagement internal service that handles general infrastructure management, including contacting the agent to retrieve POI information on governed resources.
Table 28: Configuration setting: CollectPoi.QueryUpperBound
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="CollectPoi.QueryUpperBound" value="1000000"/> |
Value |
Default: 1000000 resources |
How to modify |
Replace the value as required. |
DfsDataSyncInterval
This key defines the preferred frequency (in minutes) at which the DFS synchronization occurs. This key is used by the DFSDataSync internal service that synchronizes managed DFS host information with the One Identity Manager database.
Table 29: Configuration setting: DfsDataSyncInterval
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="DFSDataSyncInterval" value="1440"/> |
Value |
Default: 1440 minutes (one day) |
How to modify |
Replace the value as required. |