Before you begin: You need to have all the standard files
associated with the Retek connector installed on your system.
Perform the following steps:
- In your ProductDir installation directory:
- Copy CWRetek.jar and start_Retek.bat
to the connectors\Retek directory.
- Copy RetekConnector.txt from the messages folder of the
installation image to the connectors\messages folder.
- Edit the start_Retek.bat file and set the JDBCDRIVERPATH
environment variable to the full path name of the Oracle JDBC driver,
classes12.zip.
- Import the Retek_RIHeader.out and any of the business
object samples in the Business Object Designer.
- To configure a connector instance, use the CN_Retek.txt
sample configuration file as a sample. Make sure to update the
ListenQueue and SendQueue definitions with your ICS server name.
- Create a new connector instance by importing the file in System
Manager. Then edit its configuration properties to suit your
requirements.
- To configure the connector queues:
- Edit the crossworlds_mq.tst file located in the
mqseries subdirectory of the ProductDir install
directory, and add the following lines for each connector instance you want
configured:
DEFINE QLOCAL(IC/<ICSServerName>/<ConnectorName>)
DEFINE QLOCAL(AP/<ConnectorName>/<ICSServerName>)
DEFINE QLOCAL(APE/<ConnectorName>/<ICSServerName>)
DEFINE QLOCAL(ICA/<ICSServerName>/<ConnectorName>)
DEFINE QLOCAL(APA/<ConnectorName>/<ICSServerName>)
- From the Start menu, select Programs->IBM WebSphere
InterChange Server-> IBM WebSphere MQ->Configure Queue
Manager.
For more information on installing the connector component, see one of the
following guides, depending on the integration broker you are using:
- System Installation Guide for your platform (when using
InterChange Server as the integration broker)
- Implementing Adapters with WebSphere MQ Integrator Broker (when
using WebSphere MQ Integrator Broker as the integration broker)
- Implementing Adapters with Websphere Application Server (when
using Websphere Application Server as the integration broker)
