To start the NYSE adapter from the command line, start Event Stream Processor and execute the start command.
cd %ESP_HOME%\cluster\nodes\node1 %ESP_HOME%\bin\esp_server --cluster-node node1.xml
%ESP_HOME%\bin\esp_compiler -i model.ccl -o model.ccx
%ESP_HOME%\bin\esp_cluster_admin" --uri=esp://localhost:19011 --username=sybase --password=sybase --add_project --workspace-name=w1 --project-name=p1 --ccx=model.ccx
%ESP_HOME%\bin\esp_cluster_admin" --uri=esp://localhost:19011 --username=sybase --password=sybase --start_project --workspace-name=w1 --project-name=p1
cd $ESP_HOME/cluster/nodes/node1 $ESP_HOME/bin/esp_server --cluster-node node1.xml
$ESP_HOME/bin/esp_compiler -i model.ccl -o model.ccx
$ESP_HOME/bin/esp_cluster_admin" --uri=esp://localhost:19011 --username=sybase --password=sybase --add_project --workspace-name=w1 --project-name=p1 --ccx=model.ccx
$ESP_HOME/bin/esp_cluster_admin" --uri=esp://localhost:19011 --username=sybase --password=sybase --start_project --workspace-name=w1 --project-name=p1
Operating System | Step |
---|---|
UNIX | Open a terminal window and enter: cd $ESP_HOME/adapters/wombat/bin ./adapter.sh <configuration file path> start |
Windows | Open a command window and enter: cd %ESP_HOME%/adapters/wombat/bin adapter.bat <configuration file path> start |