Starting the connector

A connector must be explicitly started using its connector start-up script. The start-up script should reside in the connector's run-time directory:

ProductDir\connectors\connName

where connName identifies the connector. The name of the start-up script depends on the operating-system platform, as Table 7 shows.

Table 7. Start-up scripts for a connector

Operating system Start-up script
Windows start_connName.bat

For more information on how to start a connector, including the command-line start-up options, refer to the System Administration Guide.

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 OS/400

On OS/400 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
with the following parameters in this order: connName,
WebSphereICSName, pathToConnNameStartScript,
and jobDescriptionName as explained on the previous page.

Invoking the start-up script on Linux

On Linux platforms, you can invoke the connector start-up script in the following way:

Copyright IBM Corp. 2004