Start the Command Line Adapter 2 Client

About this task

The Command Line Adapter 2 client (CLA2Client) must be installed and run on a remote server. Complete the following steps to start the remote adapter implementation version of the Command Line Adapter 2:

Procedure

  1. Locate the client jar (CLA2Client.jar) in your Sterling B2B Integrator installation that contains the necessary classes.
  2. Move the client jar to the machine that will be running the remote Command Line Adapter 2 client.
    Note: This is the machine on which the SWIFTNet Server is installed.
  3. Start the remote adapter implementation using the following command:
    
    [path to java bin]/java -jar [path to CLA2 Client jar file]/CLA2Client.jar <port> [debug]
    
    Note: The port (above) will be used when you configure the SWIFTNet Server Adapter or SWIFTNet7 Adapter.

    This is an example of the command to start the remote adapter implementation:

    
    jdk1.5.0_11/bin/java -jar CLA2Client.jar 15699 debug
    
    Note: The [debug] option is not required, but you may find it helpful. When you upgrade the Sterling B2B Integrator, you will also need to obtain the corresponding new CLA2Client.jar file to avoid receiving a ClassConflict error.