Kbase P15878: How to setup a 9.1C 4GL client and a 9.1D Sonic Adapter on the same Unix system
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/05/2004 |
|
Status: Unverified
GOAL:
How to setup different versions of the Sonic Adapter and 4GL client on the same system.
GOAL:
How to configure Sonic Adapter.
GOAL:
How to configure client.
FACT(s) (Environment):
UNIX
FACT(s) (Environment):
Progress 9.1C
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
SonicMQ 4.x
FIX:
Setup the 9.1C client environment.
1. Set environment variables
DLC=; export DLC
2. Install the patch necessary to communicate the 9.1C client to the 9.1D adapter.
1. Unzip the mq4clientpatch.zip.
2. Replace the $DLC/jms directory with the jms directory provided in the patch
Setup the 9.1D adapter configuration
Set the 9.1D environment in a new shell session.
1. Set environment variables:
DLC=; export DLC
PROCFG=progress.cfg; export PROCFG
2. Create a /sonicMQ/lib directory under $DLC/java
3. FTP the jar files located in the /lib directory to $DLC/java/sonicMQ/lib
4. Append the $DLC/java/sonicMQ/lib/sonic_Client.jar and $DLC/lib/sonicMQ/lib/activation.jar to the PROGRESSCP environment variable set in the $DLC/bin/java_env file.