So that you can view the data that is extracted from the Exchange repository, configure CFS to write an IDX file to disk. You can do this using an Import Task. For more information about import tasks, refer to the Connector Framework Server Administration Guide.
To write an IDX file to Disk
[ImportTasks]
section. Create the section if it does not exist.Create a new import task to write an IDX file to disk. For example:
[ImportTasks] Pre0=Idxwriter:C:\Autonomy\ExchangeConnectorCFS\pre.idx Post0=Idxwriter:C:\Autonomy\ExchangeConnectorCFS\post.idx
The preceding example creates two import tasks. The pre import task creates an IDX file before the data is processed by KeyView. The post import task creates an IDX file after the data is processed by KeyView.
|