Consultor Eletrônico



Kbase P80263: How to configure the OpenEdge SONIC Adapter on Unix ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/30/2004
Status: Unverified

GOAL:

How to configure the SONIC Adapter?

GOAL:

How to configure the OpenEdge Sonic Adapter?

GOAL:

SonicMQ 6.0

FACT(s) (Environment):

UNIX
OpenEdge 10.0A
SonicMQ 4.x
SonicMQ 5.x

FIX:

To configure the Sonic Adapter for OpenEdge 10.x perform the following:

1. Create the sub directories sonicMQ/lib under the $DLC/java folder

2. Copy the sonic jar files from <Sonic_Install>/lib directory into the $DLC/java/sonicMQ/lib

3. Modify the $DLC/properties/AdminServerPlugins.properties file contains the necessary Sonic jar files in the " pluginclasspath " property for the [PluginPolicy.Progress.SonicMQ] group.

For Example:

# Policy for the 4GL Sonic Adapter
#
[PluginPolicy.Progress.SonicMQ]
classpath=/usr/DLC/java/progress.jar
pluginclasspath=/usr/DLC/java/sonicMQ/lib/sonic_Client.jar,/usr/DLC/java/
progress.jar,/usr/DLC/java/sonicMQ/lib/activation.jar