EnableProgressAndDatastore
The EnableProgressAndDatastore
parameter specifies whether to enable fetch task datastores and progress reporting.
In most cases Micro Focus recommends using the default value.
You can disable fetch task datastores and progress reporting to increase performance, but if you set EnableProgressAndDatastore=False
, be aware that:
- Incremental synchronize is not available. On every synchronize cycle, the connector sends a new document to the ingestion target for every file that it finds in the file system. This means that many documents could be added to your IDOL index for the same file, and documents are not removed from the IDOL index when a file is deleted.
- Progress reporting (
action=QueueInfo&QueueAction=Progress
) is not available.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | EnableProgressAndDatastore=False
|
See Also: |