Completing manual installation of Opportunity Detection
If you select manual database set up when you install Opportunity Detection, you must you complete a few more tasks before your installation is complete.
1.
2.
3.
4.
In the Detect Installation Home/InteractService/wlp/usr/servers/InteractService directory, modify the server.xml file to reflect the following settings:
<dataSource id="OpDetectionDS" jndiName="OpDetectionDS">
<jdbcDriver libraryRef="DB2JCC4Lib"/>
<properties.db2.jcc currentSchema="
SCHEMA_NAME"
databaseName="DB_name" password="Encrypted Password"
portNumber="port_number" serverName="islrpbeixv358.in.ibm.com"
user="akuser2"/>
</datasource>
*
5.
In the /home/streamsadmin/OpDetection/toolkits/unica_db_access/db.access/native.function directory, modify the function.xml file to reflect the following settings:
<library>
<cmn:description></cmn:description>
<cmn:managedLibrary>
<cmn:lib>UnicaDatabaseAccessLib</cmn:lib>
<cmn:lib>db2</cmn:lib>
<cmn:libPath>../../impl/lib</cmn:libPath>
<cmn:libPath>/
IBM_DB2_installation_directory/lib64</cmn:libPath>
<cmn:includePath>../../impl/include</cmn:includePath>
<cmn:includePath>/IBM_DB2_installation_directory/include</cmn:libPath>
</cmn:managedLibrary>
</library>
6.