Skip to content

Files

Latest commit

1c2fc40 · Jun 6, 2022

History

History
This branch is 1495 commits behind SPLWare/esProc:master.

bin

The application encapsulates esProc IDE designer, node service, ODBC service, HTTP service and the command line interface. Below lists sh files for starting these services:

To start esProc IDE:startup.sh.

To launch esProc server service: ServerConsole.sh.

To start the node service on a non-GUI interface: ServerConsole.sh -p.

To start ODBC service on a non-GUI interface: ServerConsole.sh -o.

To start HTTP service on a non-GUI interface: ServerConsole.sh -h.

To start node service, ODBC service and HTTP service on a non-GUI interface: ServerConsole.sh -a.

To close node service, ODBC service and HTTP service on a non-GUI interface: ServerConsole.sh -x.

Command line execution script: esprocx.sh.

Install/Uninstall ODBC:esprocOdbcinst.exe/esprocOdbcuninst.exe/esprocOdbc.dll

To start sample database: startDataBase.sh.