A connector must be explicitly started using its connector start-up script. On Windows systems the startup script should reside in the connector's runtime directory:ProductDir\connectors\healthcare.
On Linux systems the startup script should reside in the ProductDir/bin directory.
On i5/OS systems the startup script should reside in /QIBM/UserData/WBIServer44/WebSphereICSName/connectors /Healthcare
The name of the startup script depends on the operating system platform, as Table 25 shows.
Operating system | Startup script |
---|---|
Linux | connector_manager |
i5/OS | start_healthcare.sh |
Windows | start_healthcare.bat |
When the startup script runs, it expects by default to find the configuration file in the ProductDir (see the commands below). This is where you place your configuration file.
connector_manager -start connName brokerName [-cconfigFile ]where connName is the name of the connector and brokerName identifies the integration broker.
For more information on how to start a connector, including the command-line startup options, refer to the System Administration Guide.
When the connector is started, it performs the following tasks: