Stopping an Adapter Application

You can use the stop command to stop an adapter application.

Prerequisites

The TIBCO Hawk agent and adapter agent are started. See Starting an Adapter Agent for details.

Procedure

  1. Open a command line and navigate to the folder where the adapteradmin utility is located.
    By default, it is located in the TIBCO_HOME\afx\version_number\bin directory.
  2. Enter the following command to start the Adapter Administration console:
    adapteradmin
  3. Enter the following command to stop an adapter application:

    adapter[admin@MyDomain]>stop -d DomainName -a AppSpaceName application ApplicationName version

    where:

    DomainName

          Name of the domain where the adapter application archive file is uploaded.

    AppSpaceName

          Name of the app space where the adapter application archive file is deployed.

    ApplicationName Version

          Name and version of the adapter application that you want to stop.