Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a GlobalSearch portal is provisioned in Capture Administration, GlobalCapture will send the value referenced in the config noted above to the registered GlobalSearch instance. GlobalSearch will store that value in it’s open own API web.config file.

Code Block
languagexml
<add key="CaptureApi" value="http://localhost/Square9CaptureApi" />

If this value is not correct or accessible, users will be unable to take queue actions from Search and will be unable use Task lists.

Environmental Considerations

There may be cases where you wish to manually control Capture’s ability to update Search’s reference to the capture API. This may be desirable when a customer has more than one capture environment releasing to a common GlobalSearch instance. In this case, a key will be manually added to the GlobalCapture API’s config:

Code Block
languagexml
<add key="CaptureOnly" value="true" />

...