Running the Input Adapter

Run the Reuters OMM input adapter once you have configured it.

Prerequisites
Configure an adapter.
Task
  1. Ensure that esp_server is running and that the project has been loaded and started.
  2. If the Event Stream Processor is running with RSA authentication, start the adapter using:
    esp_rmdsomm -a in -f mapfile -p cluster_host:cluster_port/workspace/project \
     -k <private_rsa_key_file> -c username
  3. If Event Stream Processor is running with LDAP, or Native OS (user name/password) authentication, start the adapter using:
    esp_rmdsomm -a in -f mapfile -p cluster_host:cluster_port/workspace/project \
    -c username:password
  4. The adapter starts the subscription by first connecting to Event Stream Processor and then connecting to RMDS. Both connections must be operational for any data to flow.
    If you plan to direct the adapter's log output to stderr, as shown here, you may want to redirect stderr to a log file (for example, append >& myrmdsommlog & to the command line shown above).