FolderSecurity.UseAdminPathsForShareFolders
This key controls how the server deals with the security that backs folders. There are two methods of getting and setting folder security when looking at a share path:
- You can do it with the \\comp\share path and a folder resource type
- You can get the folder path that backs the share, convert it to an admin share path and use a folder type.
Table 34: Configuration setting: FolderSecurity.UseAdminPathsForShareFolders
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="FolderSecurity.UseAdminPathsForShareFolders" value="0"/> |
Value |
Valid values:
- 0: Use share permissions for the share (default)
- 1: Use backing folder security for the share
|
How to modify |
Replace the value as required. |
ManagedHostDeleteBatchSize
This key is used by the methods that delete managed hosts and their associated resource and resource activity from the database. The data is deleted in batches of this size to avoid locking the database for the time it takes to delete it all, thus letting any other database activity to complete while this batch deletion is in progress.
Table 35: Configuration setting: ManagedHostDeleteBatchSize
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key "ManagedHostDeleteBatchSize" value="10000"/> |
Value |
Default: 10000 |
How to modify |
Replace the value as required. |
MessagingCacheFolder
This key defines the directory where the server's message store is to exist.
Table 36: Configuration setting: MessagingCacheFolder
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="MessagingCacheFolder" value=".\ServerMessagingCache"/> |
Value |
Directory for the server's message store. |
How to modify |
Replace value with the directory where the server's message store is to exist. |
Metrics.CollectionIntervalInSeconds
This key defines the frequency (in seconds) at which metrics are collected. This key is used by the Metrics internal service which handles metric collection.
Table 37: Configuration setting: Metrics.CollectionIntervalInSeconds
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="Metrics.CollectionIntervalInSeconds" value="60"/> |
Value |
Default: 60 seconds |
How to modify |
Replace the value as required. |