![]() |
1.
|
Obtain the latest vendor-provided Type 4 JDBC driver that is supported by IBM® EMM, as described in the IBM® Marketing Platform Recommended Software Environments and Minimum System Requirements document.
|
![]() |
If the driver does not exist on the server where you plan to deploy the Marketing Platform, obtain it and unpack it on the server. Unpack the drivers in a path that does not include spaces.
|
DB2®
|
db2jcc_license_cu.jar - not required in V9.5 and higher
|
You must use version 3.0 of the SQL Server driver and above. See the IBM® EMM Recommended Software Environments & Minimum System Requirements for the exact version of this driver to use.
|
2.
|
![]() |
For all supported versions of WebLogic, set the class path in the setDomainEnv script in the WebLogic_domain_directory/bin directory where environment variables are configured. Your driver entry must be the first entry in the class path list of values, before any existing values, to ensure that the web application server uses the correct driver. For example:
|
CLASSPATH="/home/oracle/product/11.0.0/jdbc/lib/ojdbc6.jar:
${PRE_CLASSPATH}${CLASSPATHSEP}${WEBLOGIC_CLASSPATH}
${CLASSPATHSEP}${POST_CLASSPATH}${CLASSPATHSEP}${WLP_POST_CLASSPATH}"
export CLASSPATH
set CLASSPATH=c:\oracle\jdbc\lib\ojdbc6.jar;%PRE_CLASSPATH%;
%WEBLOGIC_CLASSPATH%;%POST_CLASSPATH%;%WLP_POST_CLASSPATH%
![]() |
For all supported versions of WebSphere®, you set the class path in the next step, while you are setting up the JDBC providers for the Marketing Platform.
|
3.
|
Make a note of this database driver class path in the Marketing Platform database information checklist, as you must enter the path when you run the installer.
|
Copyright IBM Corporation 2013. All Rights Reserved.
|