Configuring the Siebel Server Under UNIX
This task is a step in Process of Configuring Oracle Enterprise Data Quality for Matching and Address Verification.
To configure AIX, Linux and Solaris Siebel Server
Copy the libdnd.so driver file to the
Siebel_Server_root/lib
directory.The driver files for each operating system are held in the native subfolder of the siebelconnector.zip file in the Oracle Enterprise Data Quality installation:
AIX:
/native/aix/ppc/
or/native/ppc64
, depending on whether a 32-bit or 64-bit version of AIX is in use.Linux:
/native/linux
Solaris:
/native/sparcv9
Create a file in the
Siebel_Server_root/SDQConnector
directory with the name dnd.parms. This file will be used to point to the installation directory on the same server where the Siebel connector will run. The file must contain the following lines:javalib: [location of the JRE]/lib/i386/client/libjvm.so directory: [the installation directory for the connector]
For example:
javalib: /usr/java/jre1.6/lib/i386/client/libjvm.so directory: /opt/siebel/dnd/install
If detailed trace information on connector requests is required, add the following lines to the dnd.parms file to enable logging:
logfile: sdq%05d.log jlogfile: jsdq%05d.log
Extract the siebelconnector.zip file into the installation directory specified in the dnd.parms file (the default being /opt/siebel/dnd/install). This installs the following files:
Jar files for the connector
Library jar files needed by the connector
Properties files used to store configuration information for the Siebel Connector
Extract and copy the dnd.properties file in the EDQ-CDS.zip file over the identically named file in the installation directory.