Versions Compared

Key

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

...

  1. Once it is installed, browse to X:\GetSmart\CaptureServices\GlobalCapture_1 (or whatever number was assigned to the engine at time of install), and locate the GlobalCapture.exe.config file and edit that file in a text editor.

  2. Under the <appSettings> section, edit the <add key="Mongo" value to be the value of the GlobalCapture Server. It should read something like this: <add key="Mongo" value="mongodb://SERVERNAME/?safe=true"></add>, with SERVERNAME being the name or ip of the primary globalcapture server

  3. Edit the keys for Square9API and Square9CaptureAPI to point back to the primary GlobalCapture Server. It should read something like this: <add key="Square9Api" value="http://SERVERNAME:PORT/Square9API"></add>
  4. When deploying multiple engines on different servers, the Engine's basePath key must reference a shared path.  All engines must be configured with a common shared path between the servers, typically in the form `\\servername\sharename`
  5. In that same folder, create a file called mongo.xml and set it to this value (with SERVERNAME being the name of the GC Server):

...