shimReceiveTimeoutInMinutes
The SharePointShim is used whenever you are monitoring a SharePoint 2010 host. This setting dictates the interval of time that a connection can remain inactive, where no application messages are received from the Shim before it is dropped.
NOTE: This is a global setting and applies to all SharePointShim processes used for a multi-agent SharePoint 2010 managed host.
Table 78: Agent configuration setting: shimReceiveTimeoutInMinutes
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernanceEdition.Agent.exe.config |
Section name |
<Section name="Agent">
<Section name="Services">
<Section name="communication">
|
Setting |
<Setting name ="shimReceiveTimoutInMinutes" type="dword"> |
Value |
Default: 10 minutes
Maximum value is 7 days. |
How to modify |
- Stop the agent service.
- Change the shimReceiveTimeoutInMinutes, replacing the value as required.
- Start the agent service.
|
Notes |
This setting is not configurable through the UI. |
shimSendTimeoutInMinutes
The SharePointShim is used whenever you are monitoring a SharePoint 2010 host. When writing to the Shim, this setting dictates the interval of time provided for a write operation to complete before the transport raises an exception.
NOTE: This is a global setting and applies to all SharePointShim processes used for a multi-agent SharePoint 2010 managed host.
Table 79: Agent configuration setting: shimSendTimeoutInMinutes
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernanceEdition.Agent.exe.config |
Section name |
<Section name="Agent">
<Section name="Services">
<Section name="communication">
|
Setting |
<Setting name ="shimSendTimoutInMinutes" type="dword"> |
Value |
Default: 1 minutes
Maximum value is 7 days. |
How to modify |
- Stop the agent service.
- Change the shimSendTimeoutInMinutes, replacing the value as required.
- Start the agent service.
|
Notes |
This setting is not configurable through the UI. |
usageFlushIntervalInSeconds
Use this configuration setting to define the frequency (in seconds) at which auditing information being held in memory is flushed to disk.
Table 80: Agent configuration setting: usageFlushIntervalInSeconds
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernance.Agent.exe.config |
Section name |
<Section name="Agent">
<Section name="Services">
<Section name="ResourceUsage">
|
Setting |
<Setting name ="usageFlushIntervalInSeconds" type="dword"> |
Value |
Default: 10 seconds |
How to modify |
Replace value as required. |
Notes |
The shorter the interval, the smaller the window in which potential data loss can occur. Each flush operations causes disk access, which may lead to undue disk space usage it if the value is set too low. |
windowsComputerResourceResolutionInSeconds
Use this setting to change the number of seconds between full scans of the various resources within the Windows Computer resource namespace.
Table 81: Agent configuration setting: windowsComputerResourceResolutionInSeconds
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernance.Agent.exe.config |
Section name |
<Section name="Agent">
<Section name="Services">
<Section name="windowsComputer">
|
Setting |
<Setting name ="windowsComputerResourceResolutionInSeconds" type="dword"> |
Value |
Default: 60 seconds |
How to modify |
Replace value as required. |