Analytics.Engine.setTerrHome()
Signature
void setTerrHome(String engine, String Path)
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
Name | Type | Description |
engine | String | Engine or Engine Pool Name |
Path | String | Terr Home Path |
Example
Analytics.Engine.setTerrHome("engine1", terr_home_path);