DisablePerceivedOwnershipUpdate
This key can be used to disable the automatic perceived owner calculation for governed data. By disabling this calculation, custom perceived ownership calculations can be created by writing directly to the QAMPoIPerceievedOwner table.
Table 30: Configuration setting: DisablePerceivedOwnershipUpdate
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="DisablePerceivedOwnershipUpdate" value="false"/> |
Value |
Valid values:
- false: Use the automatic perceived owner calculation for governed data (default).
- true: Do not use the automatic perceived owner calculation for governed data.
|
How to modify |
Replace the value as required. |
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 31: 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 32: 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 33: 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. |