Use this section to set up the RepConnector environment, so that RepConnector can communicate with SonicMQ JMS.
Sybase recommends that you configure your environment before you proceed with configuring the RepConnector connection. This enables you to ping the JMS messaging system during configuration to verify that it is configured correctly.
If you do not configure your RepConnector environment before configuring the RepConnector connection, RepConnector Manager all ows you to create the connection even if the ping has failed. However, you must go back to verify this connection once you have created the RepConnector environment.
Verify that the path to the SonicMQ library files are defined correctly in the RepConnector environment batch or script files:
Verify that the line in the repra_env.bat file on Windows or the repra_env.sh file on UNIX that defines the SONICMQ_HOME environment variable is not commented out, and it points to the installation location for SonicMQ. For example:
On Windows:
set SONICMQ_HOME=C:\SonicSoftware\SonicMQ
On UNIX:
SONICMQ_HOME= /work/SonicSoftware/SonicMQ
Verify that the lines that define the directory structure for the SonicMQ library file, sonic_Client.jar, are not commented out and are correct for your environment.
On Windows:
CLASSPATH=%CLASSPATH%;%SONICMQ_HOME%\lib\sonic_Client.jar BOOTCLASSPATH=%BOOTCLASSPATH%;%SONICMQ_HOME%\lib\sonic_Client.jar
On UNIX:
REPRA_CLASSPATH=$SONICMQ_HOME/lib/sonic_Client.jar CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
Restart your application server.