Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Place the ttjdbc11.jar file in the $MZ_HOME/3pp directory.
  2. Include TimesTen Setting Java library path to Java include TimesTen library path.

    Code Block
    titleSetting Include TimesTen library to Java library path to include TimesTen library
    vi $MZ_HOME/common/config/cell/default/master/cell.conf
    
    # Update existing property value as below
    java.library.path="$TIMESTEN_HOME/install/lib"


  3. Topo activate changes.

    Code Block
    titleTopo activate
    mzsh topo activate --allow-disconnected


  4. Restart the Platform and EC/ECSAs for the change to take effect.

...