Uploading an Application Archive

The generated application archive is an EAR file that contains the metadata information of an adapter application. Before deploying an adapter application, you have to upload the application archive to a domain.

Prerequisites

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 upload the EAR file to a domain:

    adapter[admin@MyDomain]>upload -d DomainName EARFilePath

    where:

    DomainName

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

    EARFilePath

          Absolute path of the EAR file that you want to upload.
    Note: On Microsoft Windows, you must use the forward slashes (/) in the file path.

    For example, adapter[admin@MyDomain]> upload -d d1 C:/SAP_Adapter/salesforce_opportunity_to_sap_orderProject.application_1.0.0.ear