To stop the RFC adapter from the command line, execute the stop or immediatestop command. Use immediatestop if the output queue is not empty.
When you are running the adapter from the command line, stop the adapter first before stopping the project.
Operating System | Step |
---|---|
UNIX | Open a terminal window and enter: cd $ESP_HOME/adapters/rfc/bin ./stop.sh <adapter configuration file name> or ./immediatestop.sh <adapter configuration file name> |
Windows | Open a command window and enter: cd %ESP_HOME%/adapters/rfc/bin stop.bat <adapter configuration file name> or immediatestop.bat <adapter configuration file name> |