You can set your system up to create and run multiple instances of a connector by following the steps below. You must:
You must create a connector directory for each connector instance. Name the connector directory as follows:
ProductDir\connectors\connectorInstance
If the connector has any connector-specific meta-objects, you must create a meta-object for the connector instance. If you save the meta-object as a file, create this directory and store the file here:
ProductDir\repository\connectorInstance
You can specify the server name as a parameter of startup.bat; an example is start_OneWorld.bat connName serverName.
/QIBM/UserData/WBIServer43/WebSphereICSName/connectors/ connectorInstance
where connectorInstance uniquely identifies the connector instance and where WebSphereICSName is the name of the InterChange Server Express instance with which the connector runs
If the connector has any connector-specific meta-objects, you must create a
meta-object for the connector instance. If you save the meta-object as
a file, create this directory and store the file here:
/QIBM/UserData/WBIServer43/WebSphereICSName/repository/
connectorInstance
where connectorInstance uniquely identifies the connector instance and where WebSphereICSName is the name of the InterChange Server Express instance with which the connector runs
If the business object definitions for each connector instance do not already exist within the project, you must create them:
\ProductDir\repository\initialConnectorInstance
Any additional files you create should be in the appropriate connector instance subdirectory of \ProductDir\repository
Any additional files you create should be in the appropriate connectorInstance subdirectory of: /QIBM/UserData/WBIServer43/WebSphereICSName/repository
You create a configuration file (connector definition) for the connector instance in Connector Configurator Express:
To create a startup script, do the following:
dirname
where neweOneWorldname is a 10-character name that you use for the job description for your new OneWorld connector
You can now run both instances of the connector on your integration server at the same time.