Connecting to different versions of Siebel
You can access multiple versions of Siebel from a single integration node by using different versions of the client libraries.
About this task
The integration server configuration file (server.conf.yaml)
contains a section for connector providers, which defines the location
of the required JAR files and native libraries, as you can see in
the following example:
ConnectorProviders:
SiebelConnectorProvider:
jarsURL: default_Path # Set to the absolute path containing the Siebel JAR files
siebelPropertiesURL: '' # Set to the absolute path containing the Siebel properties file
nativeLibs: default_Path # Set to the absolute path containing the Siebel libraries
By default, the location is set to default_Path,
which indicates that the JAR files and libraries can be found in the
integration server's shared-classes directory.Procedure
To configure integration servers with the locations of required JAR files and libraries, complete the following steps: