Starting the connector

A connector must be started using its connector startup script. The startup script should reside in the connector's runtime directory. For example, on Windows use: ProductDir\connectors\connName where connName identifies the connector. The name of the startup script depends on the operator system. On Windows to start the connector, run the start_OneWorld.bat script. On i5/OS, run the start_OneWorld.sh script.

Invoking the start-up script on Windows

On Windows platforms, you can invoke the connector start-up script in the following ways:

Invoking the start-up script on i5/OS

On i5/OS platforms, you can invoke the connector start-up script in the following ways:

Note:
To start with TCP/IP servers, use this command: /QIBM/ProdData/WBIServer43/bin/add_autostart_adapter.sh connName WebSphereICSName pathToConnNameStartScript jobDescriptionName, where connName is the connector name, WebSphereICSName is the InterChange Server Express server name (default is QWBIDFT), pathToConnNameStartScript is the full path to the connector start script, jobDescriptionName is the name of the job description to use in the QWBISVR43 library (default job description is QWBIJDEC).

Copyright IBM Corp. 2004, 2005