Analytics.Engine.setTerrHome()

Signature

void setTerrHome(String engine, String Path)

Domain

ACTION

Description

Sets the path to the base of the TERR installation (the directory containing subdirectories bin, library, and so on) that will be used for the spawned TERR engine.If engine pool name is passed as a parameter, the path will be set to all the engines in the engine pool

Parameters

NameTypeDescription
engineStringEngine or Engine Pool Name
PathStringTerr Home Path

Returns

TypeDescription
Void

Cautions

none

Example

Analytics.Engine.setTerrHome("engine1", terr_home_path);