Siebel Analytics Web Administration Guide > Administering Siebel Analytics Web >

Setting the Siebel Analytics Web Configuration File Path


You can override the path that Siebel Analytics Web searches for configuration files upon startup. The internal default location is $(DataDir)\Web\Config, where $(DataDir) is the resolved entry of one of the following specifications:

  • In Windows:

    HKEY_LOCAL_MACHINE\SOFTWARE\Siebel Systems, Inc.\Siebel Analytics\Common\7.7\DataDir

  • In UNIX, this path is configured by an environment variable defined in initialization scripts. For more information, read Siebel Analytics Installation and Configuration Guide.

Siebel Analytics Web must have read permission to this path. The default data directory is SiebelAnalyticsData.

You can override the internal default by adding the following entry to the Siebel Analytics Web configuration file instanceconfig.xml:

<ConfigDir>SiebelAnalyticsTest</ConfigDir>

For information about working in the configuration file instanceconfig.xml, read Making Siebel Analytics Web Configuration Changes.

Siebel Analytics Web Administration Guide