The way to stop a connector depends on the way that the connector was started.
On Windows platforms, you can stop the connector in the following ways:
You can load, activate, deactivate, pause, shutdown or delete a connector using this tool.
On OS/400 platforms, you can stop the connector in the following ways:
If you started the connector using the Console or using the "submit_adapter.sh" script in QSHELL, from the OS/400 command entry, use the CL Command WRKACTJOB SBS(QWBISVR43) to display the jobs to the Server Express product. Scroll the list to find the job with a jobname that matches the job description for the connector. For example, for the mySAP4 connector the jobname is QWBISAPC
Select option 4 on this job, and press F4 to get the prompt for the ENDJOB command. Then specify *IMMED for the Option parameter and press enter.
You can load, activate, deactivate, pause, shutdown or delete a connector using this tool.
On Linux systems, connectors run in the background so they have no separate window. Instead, run the following command to stop the connector:
connector_manager -stop serverName connName
where serverName is the name of the InterChange Server Express instance and connName is the name of the connector.