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:
Make the window for the connector you want to stop active and press the q key.
Go to Administrative Tools->Services->CWConnectorWBImySAP4Adapter and shut down the service.
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 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. 1083 Instead, run the following command to stop the connector:
connector_manager -stop ICSName connName
where ICSName is the name of the ICS instance and connName is the name of the connector. By default, the ICSName is WebSphereICS.