Configuring RepConnector for TIBCO

This section describes how to set up the RepConnector environment so that RepConnector can communicate with:

Sybase recommends that you configure your environment before you configure the RepConnector connection. This enables you to ping the TIBCO messaging system during configuration to verify that it is properly configured.

If you do not configure your RepConnector environment before configuring the RepConnector connection, RepConnector Manager allows you to create the connection even if the ping fails. However, once you have created the RepConnector environment, you must still verify the connection.

StepsConfiguring TIBCO RV, RVCM

  1. Verify that the line in the repra_env.bat file on Windows or the repra_env.sh file on UNIX that defines the TIBCO_HOME environment variable is not commented out, and points to the installation location for TIBCO Rendezvous. For example:

    On Windows:

    TIBCO_HOME=c:\tibco71
    

    On UNIX:

    TIBCO_HOME=/work/tibco71
    
  2. Verify that the lines that define the directory structure for the TIBCO Rendezvous library file, tibrvj.jar, are not commented out, and are correct for your environment. For example:

    On Windows:

    REPRA_CLASSPATH=%TIBCO_HOME%\lib\tibrvj.jar
    set CLASSPATH=%CLASSPATH%;%REPRA_CLASSPATH%
    BOOTCLASSPATH=%BOOTCLASSPATH%;%REPRA_CLASSPATH%
    

    On UNIX:

    REPRA_CLASSPATH=$TIBCO_HOME/lib/tibrvj.jar:$REPRA_CLASSPATH
    CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH
    BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
    
  3. Restart your application server.

StepsConfiguring TIBCO AECM

  1. Verify that the lines in the repra_env.bat file on Windows or the repra_env.sh file on UNIX that define the TIBCO_HOME environment variable, are not commented out, and point to the installation location for TIBCO Active Enterprise. For example:

    On Windows:

    TIBCO_HOME=c:\tibco71
    

    On UNIX:

    TIBCO_HOME=/work/tibco71
    
  2. Verify that the lines that define the directory structure for the TIBCO Active Enterprise Certified Messaging library files, Maverik4.jar and TIBRepoClient4.jar, are not commented out and are correct for your environment.

    On Windows:

    REPRA_CLASSPATH=%TIBCO_HOME%\Adapter\SDK\java\Maverick4.
    jar:
    REPRA_CLASSPATH=%REPRA_CLASSPATH%:%TIBCO_HOME%\Adapter\
    SDK\java\TIBRepoClient4.jar
    CLASSPATH=%CLASSPATH%:%REPRA_CLASSPATH%;
    BOOTCLASSPATH=%BOOTCLASSPATH%:%REPRA_CLASSPATH%
    

    On UNIX:

    REPRA_CLASSPATH=$TIBCO_HOME/Adapter/SDK/java/Maverick4.
    jar:$REPRA_CLASSPATH
    REPRA_CLASSPATH=$REPRA_CLASSPATH:$TIBCO_HOME/Adapter/SDK/
    java/TIBRepoClient4.jar
    CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH
    BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
    
  3. Restart your application server.

StepsConfiguring TIBCO Enterprise for JMS

  1. Verify that the lines in the repra_env.bat file on Windows or the repra_env.sh file on UNIX that define the TIBCO_HOME environment variable, are not commented out, and point to the installation location for the TIBCO Enterprise for JMS environment. For example:

    On Windows:

    TIBCO_HOME=c:\tibco71
    

    On UNIX:

    TIBCO_HOME=/work/tibco71
    
  2. Verify that the lines that define the directory structure for the TIBCO Enterprise for JMS library files (tibrvjms.jar, tibjms.jar, jms.jar) are not commented out and are correctly defined for your environment.

    On Windows:

    REPRA_CLASSPATH=%REPRA_CLASSPATH%;%TIBCO_HOME%\JMS\
    Clients\java\jms.jar
    REPRA_CLASSPATH=%REPRA_CLASSPATH%;%TIBCO_HOME%\JMS\
    Clients\java\tibrvjms.jar:
    $REPRA_CLASSPATH
    REPRA_CLASSPATH=%REPRA_CLASSPATH%;%TIBCO_HOME%\JMS\
    Clients\java\tibjms.jar:
    CLASSPATH=%CLASSPATH%:%REPRA_CLASSPATH%
    BOOTCLASSPATH=%BOOTCLASSPATH%:%REPRA_CLASSPATH%
    
    
    

    On UNIX:

    REPRA_CLASSPATH=$TIBCO_HOME/jms/clients/java/jms.jar
    REPRA_CLASSPATH=$TIBCO_HOME/jms/clients/java/tibrvjms.jar:$REPRA_CLASSPATH
    REPRA_CLASSPATH=$TIBCO_HOME/jms/clients/java/tibjms.jar:$REPRA_CLASSPATH
    CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH
    BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
    
  3. Restart your application server.