When you set up a system to view documents that you have indexed into the IDOL Content component, you need a method to retrieve the original document to convert for viewing. One method for doing this is to use Distributed Connector.
Distributed Connector is a central connector that manages operations across the connectors that retrieve documents from your repositories. The Connectors each have access to the document source repository for indexing, so you can use this access for viewing as well. This method simplifies authentication and retrieval for your repositories, and does not require a secondary store of documents for View server.
This method simplifies authentication and retrieval from your data repositories. However, it requires more network transfer than other viewing methods.
For viewing through Distributed Connector to work, the connectors must recognize the document reference that you use. Micro Focus recommends that you use the AUTN_IDENTIFIER
field as the reference, which all connectors use.
Open the IDOL View component configuration file in a text editor.
Find the [Viewing]
section.
Set the following parameters in the [Viewing]
section:
DistributedConnectorHost
|
The host name where the Distributed Connector component runs. |
DistributedConnectorPort
|
The ACI port for the Distributed Connector. |
When you send a View
action, View Server checks whether the requested reference is a Web URL or a local file. If it is, View Server retrieves it as normal. If it does not recognize the reference, View Server sends it to the configured Distributed Connector for retrieval.
Save and close the configuration file.
Restart the IDOL View component for your changes to take effect.
You can use this method only for connectors that support the View
action. You must also register the connector in the Distributed Connector, and use a connector group configuration to identify your connectors. For more information about the connector configuration, refer to IDOL Expert.
|