Example: Installing and running ObjectServer gateways as services

This example shows how to install and run ObjectServer gateways as Windows services.

To install and run a bidirectional gateway called BI_GATE as a service, run the following commands in succession:

cmd.exe

cd %NCHOME%\omnibus\bin

nco_g_objserv_bi /install /cmdline "-name BI_GATE"

net start NCOObjectServerGatewayBi

To install and run a unidirectional gateway called UNI_GATE as a service, run the following commands in succession:

cmd.exe

cd %NCHOME%\omnibus\bin

nco_g_objserv_uni /install /cmdline "-name UNI_GATE"

net start NCOObjectServerGatewayUni