...
- Place the ttjdbc11.jar file in the
$MZ_HOME/3pp directory
. Setting Java library path to include TimesTen library.
Code Block title Include TimesTen library to Java library path vi $MZ_HOME/common/config/cell/default/master/cell.conf # Update existing property value as below java.library.path="$TIMESTEN_HOME/install/lib"
Topo activate changes.
Code Block title Topo activate mzsh topo activate --allow-disconnected
- Restart the Platform and EC/ECSAs ECs for the change to take effect.
...