Start Command

Use the start.sh script to publish data from the Server to RAP.

Syntax

To use the start.sh script, copy the platform specific libpublisher.so to the $ESP_HOME/adapters/rap_out/lib directory.

Note: The start.sh is an implementation of the esp_rap_out_adapter command.
esp_rap_out_adapter -f configFile -t templateDir -p publisherConfigDir &
Note: Ensure that libodbc.so is installed if it is not present. A symbolic link with the file name libodbc.so.1 should be made to libodbc.so version 1.0.0 and this file should be put in $ESP_HOME/adapters/rap_out/lib.

Required Arguments

Argument Description
-f configFile

The full path of the configuration file that specifies the streams from Event Stream Processor that provide data to RAP. Default value is ../config/espfeedhandler.xml

-t templateDir

The full path to the directory containing the RDS templates that map columns in the Event Stream Processor streams to tables and columns of RAP. Default value is ../templates

-p PublisherConfigDir

The full path to the directory containing the publisher configuration file, which defines the multicast address used by the RAP subscriber. Default value is ../config

&

(Optional) Run the adapter in the background.

Related tasks
Starting the RAP Adapter